blob: 6199035e045c13d0b0ca2442f0491d2550ecb666 [file] [log] [blame]
[email protected]f0e7ff882013-12-26 21:23:091# Copyright (c) 2013 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This is the root build file for GN. GN will start processing by loading this
6# file, and recursively load all dependencies until all dependencies are either
7# resolved or known not to exist (which will cause the build to fail). So if
8# you add a new build file, there must be some path of dependencies from this
9# file to your new one or GN won't know about it.
10
11# In GN, a "group" is a dummy target that just lists other targets.
12group("root") {
[email protected]dd316f62014-03-18 20:27:2613 # Note that some dependencies are commented out. These are things that are
14 # currently written but not hooked up to the build yet. They may need to be
15 # completed or possibly just tested and then re-enabled.
[email protected]f0e7ff882013-12-26 21:23:0916 deps = [
[email protected]dd316f62014-03-18 20:27:2617 # This is a temporary test of the not-yet-complete NaCl cross-compilation.
18 #"//base(//build/toolchain/nacl:x86_newlib)",
19
[email protected]30c409f2014-04-26 09:56:0920 "//apps/common/api:apps_api",
[email protected]dd316f62014-03-18 20:27:2621 #"//chrome",
[email protected]4b6d32d2014-04-02 17:08:1522 "//components/language_usage_metrics",
[email protected]9825cba2014-04-28 22:29:4023 "//components/metrics",
[email protected]4b6d32d2014-04-02 17:08:1524 "//components/navigation_metrics",
25 "//components/onc",
[email protected]656b6b22014-04-18 00:34:5826 "//components/os_crypt",
[email protected]4b6d32d2014-04-02 17:08:1527 "//components/startup_metric_utils",
[email protected]63b99ff2014-04-24 00:37:3028 "//components/resources:components_resources",
[email protected]df3ecfde2014-05-20 21:52:3429 "//components/tracing",
[email protected]caf75c682014-04-28 13:32:4230 "//components/translate:translate_core_browser",
31 "//components/translate:translate_core_common",
[email protected]303a7ec2014-04-22 15:45:5232 "//components/url_matcher",
[email protected]7a7e0852014-04-14 23:25:1333 "//crypto",
[email protected]52f5fe72014-04-03 22:41:4734 "//device/usb",
[email protected]30c409f2014-04-26 09:56:0935 #"//extensions/common/api:extensions_api",
[email protected]d26d8dd2014-05-16 19:34:3436 "//gpu/command_buffer/client",
[email protected]517d5282014-04-02 17:03:3037 "//ipc",
[email protected]9a1526b2014-04-30 05:27:0638 "//mojo",
[email protected]4625ade2014-04-15 19:26:4439 "//net",
[email protected]dd316f62014-03-18 20:27:2640 #"//sdch",
[email protected]1b87123d2014-04-12 10:37:1941 "//skia",
[email protected]cceca60d2014-05-13 02:23:3442 "//third_party/brotli",
43 "//third_party/iccjpeg",
[email protected]cb3421f2014-04-14 00:42:4844 "//third_party/icu",
[email protected]1b87123d2014-04-12 10:37:1945 "//third_party/leveldatabase",
[email protected]a9155082014-04-06 06:55:0846 "//third_party/libpng",
[email protected]1d6b6062014-04-08 17:42:1447 "//third_party/libusb",
[email protected]f087aad2014-05-16 18:16:1348 "//third_party/libwebm",
[email protected]4b08b342014-04-16 03:01:0349 "//third_party/libwebp",
[email protected]cceca60d2014-05-13 02:23:3450 "//third_party/ots",
51 "//third_party/qcms",
[email protected]a9155082014-04-06 06:55:0852 "//third_party/re2",
[email protected]7b31c832014-04-09 02:08:4453 "//third_party/smhasher:cityhash",
54 "//third_party/smhasher:murmurhash3",
55 "//third_party/smhasher:pmurhash",
[email protected]eb44eab2014-05-20 19:24:4956 # TODO(brettw) re-enable once the unused variables in this .gn file are
57 # fixed and rolled into Chrome.
58 #"//third_party/WebKit/Source/platform",
[email protected]10498272014-04-24 16:44:0459 "//third_party/WebKit/Source/wtf",
[email protected]a9155082014-04-06 06:55:0860 "//third_party/zlib",
[email protected]71eb1122014-05-06 04:25:2661 "//third_party:jpeg",
[email protected]f0e7ff882013-12-26 21:23:0962 "//tools/gn",
[email protected]df3ecfde2014-05-20 21:52:3463 "//ui/accessibility",
[email protected]8a25a632014-04-29 10:51:1964 "//ui/base:ui_base",
[email protected]06d41872014-04-09 01:18:4465 "//ui/events",
[email protected]07a8725b2014-04-10 21:16:5966 "//ui/gfx",
[email protected]4c047c02014-04-21 22:41:1967 "//ui/resources",
[email protected]e3d74862014-05-18 14:12:2768 "//ui/strings",
[email protected]0311d4c2014-05-17 04:55:1669 "//ui/surface",
[email protected]4b6d32d2014-04-02 17:08:1570 "//url",
[email protected]f0e7ff882013-12-26 21:23:0971 ]
[email protected]fce5c3fe2014-04-10 21:13:0572
73 if (is_linux) {
74 deps += [
75 "//third_party/freetype2",
76 ]
77 }
[email protected]5a8d5162014-04-12 01:19:1678
79 if (is_android) {
80 deps -= [
[email protected]937cf1c2014-04-22 02:02:1381 "//components/os_crypt",
[email protected]928e36d2014-04-18 00:50:1082 "//crypto",
[email protected]d26d8dd2014-05-16 19:34:3483 "//gpu/command_buffer/client", # Needs Skia.
[email protected]928e36d2014-04-18 00:50:1084 "//net",
[email protected]5a8d5162014-04-12 01:19:1685 "//third_party/libusb",
[email protected]eb44eab2014-05-20 19:24:4986 #"//third_party/WebKit/Source/platform",
[email protected]34eca5692014-04-24 17:06:0487 "//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android.
[email protected]5a8d5162014-04-12 01:19:1688 "//tools/gn",
[email protected]df3ecfde2014-05-20 21:52:3489
90 # This UI stuff is blocked on Skia.
91 "//ui/accessibility",
[email protected]8a25a632014-04-29 10:51:1992 "//ui/base:ui_base",
[email protected]5a8d5162014-04-12 01:19:1693 "//ui/events",
94 "//ui/gfx",
[email protected]df3ecfde2014-05-20 21:52:3495 "//ui/surface",
[email protected]5a8d5162014-04-12 01:19:1696 ]
97 }
[email protected]f0e7ff882013-12-26 21:23:0998}