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 import("//build/config/android/config.gni")
17 # A list of extra dependencies to add to the root target. This allows a
18 # checkout to add additional targets without explicitly changing any checked-
23 # In GN, a "group" is a dummy target that just lists other targets.
25 # This should not be linked into production and depends on test targets.
28 # Note that some dependencies are commented out. These are things that are
29 # currently written but not hooked up to the build yet. They may need to be
30 # completed or possibly just tested and then re-enabled.
37 "//chrome/browser/devtools",
44 "//components:all_components",
46 "//content/shell:content_shell",
47 "//content/test:test_support",
52 "//extensions/browser",
53 "//extensions/common",
54 "//extensions/common/api",
55 "//extensions/renderer",
72 "//remoting/client/plugin",
79 "//third_party/WebKit/public:all_blink",
80 "//third_party/angle:translator",
81 "//third_party/brotli",
82 "//third_party/cacheinvalidation",
84 "//third_party/cld_2",
85 "//third_party/ffmpeg",
87 "//third_party/harfbuzz-ng",
88 "//third_party/hunspell",
89 "//third_party/iccjpeg",
91 "//third_party/leveldatabase",
92 "//third_party/libphonenumber",
93 "//third_party/libjingle",
94 "//third_party/libpng",
95 "//third_party/libsrtp",
96 "//third_party/libusb",
97 "//third_party/libwebm",
98 "//third_party/libwebp",
99 "//third_party/libxslt",
100 "//third_party/libvpx",
101 "//third_party/libyuv",
102 "//third_party/lzma_sdk",
103 "//third_party/mesa",
104 "//third_party/opus",
106 "//third_party/protobuf:protobuf_lite",
107 "//third_party/qcms",
109 "//third_party/smhasher:cityhash",
110 "//third_party/smhasher:murmurhash3",
111 "//third_party/smhasher:pmurhash",
112 "//third_party/snappy",
113 "//third_party/speex",
114 "//third_party/usrsctp",
115 "//third_party/widevine/cdm:version_h",
116 "//third_party/webrtc",
117 "//third_party/zlib",
118 "//third_party:jpeg",
120 "//tools/imagediff($host_toolchain)",
121 "//ui/accessibility",
136 "//ui/views/controls/webview",
143 deps += [ "//breakpad:symupload" ]
149 "//third_party/fontconfig",
150 "//third_party/freetype2",
155 deps += [ "//tools/xdisplaycheck" ]
159 deps += [ "//ui/wm" ]
168 if (is_win || is_mac || is_chromeos) {
169 # RLZ works on these platforms.
175 if (cpu_arch == "x86" || cpu_arch == "x64") {
176 # YASM is x86/x64 only.
177 deps += [ "//third_party/yasm($host_toolchain)" ]
182 "//base/android/linker:chromium_android_linker",
183 "//build/android/gyp/test:hello_world",
184 "//build/android/rezip",
185 "//third_party/openmax_dl/dl",
186 "//content/shell/android:content_shell_apk",
187 "//chrome/android:chrome_shell_apk",
188 "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk",
189 "//ui/android:ui_java",
190 "//third_party/android_tools:android_gcm_java",
191 "//third_party/android_tools:uiautomator_java",
192 "//third_party/android_tools:android_support_v13_java",
193 "//third_party/android_tools:android_support_v7_appcompat_java",
194 "//third_party/android_tools:android_support_v7_mediarouter_java",
195 "//third_party/eyesfree:eyesfree_java",
198 if (has_chrome_android_internal) {
204 # TODO(GYP): Move the targets in the rest of this block that still
205 # need to be made to work in the GN build to the bottom of the file
206 # so that all the remaining work is located in one place in the file.
207 # This block should contain only the targets that aren't actually
211 "//apps", # Needs testing.
213 "//chrome/browser/devtools",
220 "//content/shell:content_shell",
221 "//extensions/browser",
222 "//extensions/common",
223 "//extensions/common/api",
224 "//extensions/renderer",
225 "//pdf", # Not compiled on Android in GYP yet, either.
227 "//third_party/libusb",
228 "//ui/keyboard", # Blocked on content.
230 # Seems to not be compiled on Android. Otherwise it will need a config.h.
231 "//third_party/libxslt",
233 # Not relevant to Android.
239 "//ui/views/controls/webview",
241 # Fails on Android for unknown reasons.
242 "//third_party/flac",
243 "//breakpad:symupload",
245 # Not tested on Android yet:
247 "//remoting/client/plugin",
249 "//third_party/cld_2",
250 "//third_party/ffmpeg",
264 if (!is_android && !is_ios) {
267 "//third_party/pdfium/samples",
272 # TODO(GYP): Make everything below this work in the GN build.
276 # TODO(dpranke): These are as-yet untriaged but need at least the above.
281 "//chrome/browser/devtools",
287 "//components:all_components",
288 "//content/shell:content_shell",
289 "//extensions/browser",
290 "//extensions/common",
291 "//extensions/common/api",
292 "//extensions/renderer",
293 "//remoting/client/plugin",
294 "//third_party/usrsctp",
299 "//ui/views/controls/webview",
309 "//chrome/browser/devtools",
315 "//components:all_components",
319 "//content/shell:content_shell",
320 "//content/test:test_support",
321 "//device/bluetooth",
322 "//extensions/browser",
323 "//extensions/common",
324 "//extensions/common/api",
325 "//extensions/renderer",
338 "//remoting/client/plugin",
342 "//third_party/WebKit/public:all_blink",
343 "//third_party/angle:translator",
344 "//third_party/ffmpeg",
345 "//third_party/leveldatabase",
346 "//third_party/libjingle",
347 "//third_party/usrsctp",
348 "//third_party/webrtc",
349 "//ui/accessibility",
362 "//ui/views/controls/webview",