1 # 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.
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.
11 import("//build/config/ui.gni")
13 # In GN, a "group" is a dummy target that just lists other targets.
15 # Note that some dependencies are commented out. These are things that are
16 # currently written but not hooked up to the build yet. They may need to be
17 # completed or possibly just tested and then re-enabled.
19 # This is a temporary test of the not-yet-complete NaCl cross-compilation.
20 #"//base(//build/toolchain/nacl:x86_newlib)",
25 "//chrome/browser/devtools",
26 "//chrome/browser/ui",
27 "//chrome/browser/ui/views",
33 "//components:all_components",
35 "//content/shell:content_shell",
36 "//content/test:test_support",
41 "//extensions/browser",
42 "//extensions/common",
43 "//extensions/common/api",
44 "//extensions/renderer",
63 "//third_party/WebKit/public:all_blink",
64 "//third_party/angle:translator",
65 "//third_party/brotli",
66 "//third_party/cacheinvalidation",
68 "//third_party/cld_2",
69 "//third_party/ffmpeg",
71 "//third_party/harfbuzz-ng",
72 "//third_party/hunspell",
73 "//third_party/iccjpeg",
75 "//third_party/leveldatabase",
76 "//third_party/libaddressinput",
77 "//third_party/libphonenumber",
78 "//third_party/libpng",
79 "//third_party/libsrtp",
80 "//third_party/libusb",
81 "//third_party/libwebm",
82 "//third_party/libwebp",
83 "//third_party/libxslt",
84 "//third_party/libyuv",
85 "//third_party/lzma_sdk",
89 "//third_party/protobuf:protobuf_lite",
92 "//third_party/smhasher:cityhash",
93 "//third_party/smhasher:murmurhash3",
94 "//third_party/smhasher:pmurhash",
95 "//third_party/snappy",
96 "//third_party/speex",
97 "//third_party/widevine/cdm:version_h",
101 "//tools/imagediff($host_toolchain)",
104 "//ui/accessibility",
117 "//ui/views/controls/webview",
122 "//webkit/browser:storage",
127 deps += [ "//breakpad:symupload" ]
133 "//third_party/fontconfig",
134 "//third_party/freetype2",
139 deps += [ "//tools/xdisplaycheck" ]
148 if (is_win || is_mac || is_chromeos) {
149 # RLZ works on these platforms.
155 if (cpu_arch == "x86" || cpu_arch == "x64") {
156 # YASM is x86/x64 only.
157 deps += [ "//third_party/yasm($host_toolchain)" ]
162 "//ui/android:ui_java"
166 "//cc/blink", # Blocked on blink
167 "//chrome/browser", # Blocked on content.
168 "//chrome/browser/devtools", # Blocked on content.
169 "//chrome/browser/ui", # Blocked on content.
170 "//chrome/browser/ui/views", # Blocked on content.
171 "//chrome/common", # Blocked on content.
172 "//chrome/plugin", # Blocked on content.
173 "//chrome/renderer", # Blocked on content.
174 "//chrome/service", # Blocked on content.
175 "//chrome/utility", # Blocked on content.
177 "//content/shell:content_shell", # Blocked on content.
178 "//content/test:test_support", # Blocked on content.
179 "//extensions/browser",
180 "//extensions/common",
181 "//extensions/common/api",
182 "//extensions/renderer",
183 "//pdf", # Not compiled on Android in GYP yet, either.
186 "//third_party/libusb",
187 "//ui/keyboard", # Blocked on content.
189 # Blocked on neon stuff in vp8
190 "//third_party/WebKit/public:all_blink",
192 # Seems to not be compiled on Android. Otherwise it will need a config.h.
193 "//third_party/libxslt",
195 # Not relevant to Android.
201 "//ui/views/controls/webview",
203 # Fails on Android for unknown reasons.
204 "//third_party/flac",
205 "//breakpad:symupload",
207 # Not tested on Android yet:
209 "//third_party/cld_2",
210 "//third_party/libaddressinput",
211 "//third_party/ffmpeg",
215 "//webkit/browser:storage",