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",
53 "//extensions/browser",
54 "//extensions/common",
55 "//extensions/common/api",
56 "//extensions/renderer",
73 "//remoting/client/plugin",
80 "//third_party/WebKit/public:all_blink",
81 "//third_party/angle:translator",
82 "//third_party/brotli",
83 "//third_party/cacheinvalidation",
85 "//third_party/cld_2",
86 "//third_party/ffmpeg",
88 "//third_party/harfbuzz-ng",
89 "//third_party/hunspell",
90 "//third_party/iccjpeg",
92 "//third_party/leveldatabase",
93 "//third_party/libphonenumber",
94 "//third_party/libjingle",
95 "//third_party/libpng",
96 "//third_party/libsrtp",
97 "//third_party/libusb",
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",
135 "//ui/touch_selection",
137 "//ui/views/controls/webview",
142 deps += root_extra_deps
145 deps += [ "//breakpad:symupload" ]
151 "//third_party/fontconfig",
152 "//third_party/freetype2",
157 deps += [ "//tools/xdisplaycheck" ]
161 deps += [ "//ui/wm" ]
165 deps += [ "//ui/metro_viewer" ]
168 if (is_win || is_mac || is_chromeos) {
169 # RLZ works on these platforms.
170 deps += [ "//rlz:rlz_lib" ]
173 if (cpu_arch == "x86" || cpu_arch == "x64") {
174 # YASM is x86/x64 only.
175 deps += [ "//third_party/yasm($host_toolchain)" ]
180 "//base/android/linker:chromium_android_linker",
181 "//build/android/gyp/test:hello_world",
182 "//build/android/rezip",
183 "//third_party/openmax_dl/dl",
184 "//content/shell/android:content_shell_apk",
185 "//chrome/android:chrome_shell_apk",
186 "//chrome/test:test_support_unit",
187 "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk",
188 "//ui/android:ui_java",
189 "//third_party/android_tools:android_gcm_java",
190 "//third_party/android_tools:uiautomator_java",
191 "//third_party/android_tools:android_support_v13_java",
192 "//third_party/android_tools:android_support_v7_appcompat_java",
193 "//third_party/android_tools:android_support_v7_mediarouter_java",
194 "//third_party/mockito:mockito_java",
197 if (has_chrome_android_internal) {
198 deps += [ "//clank" ]
201 # TODO(GYP): Move the targets in the rest of this block that still
202 # need to be made to work in the GN build to the bottom of the file
203 # so that all the remaining work is located in one place in the file.
204 # This block should contain only the targets that aren't actually
208 "//apps", # Needs testing.
210 "//chrome/browser/devtools",
217 "//content/shell:content_shell",
218 "//extensions/browser",
219 "//extensions/common",
220 "//extensions/common/api",
221 "//extensions/renderer",
222 "//pdf", # Not compiled on Android in GYP yet, either.
224 "//third_party/libusb",
225 "//ui/keyboard", # Blocked on content.
227 # Seems to not be compiled on Android. Otherwise it will need a config.h.
228 "//third_party/libxslt",
230 # Not relevant to Android.
236 "//ui/views/controls/webview",
238 # Fails on Android for unknown reasons.
239 "//third_party/flac",
240 "//breakpad:symupload",
242 # Not tested on Android yet:
244 "//remoting/client/plugin",
246 "//third_party/cld_2",
247 "//third_party/ffmpeg",
261 if (!is_android && !is_ios) {
264 "//third_party/pdfium/samples",
269 # TODO(GYP): Make everything below this work in the GN build.
273 # TODO(dpranke): These are as-yet untriaged but need at least the above.
278 "//chrome/browser/devtools",
284 "//components:all_components",
285 "//content/shell:content_shell",
286 "//extensions/browser",
287 "//extensions/common",
288 "//extensions/common/api",
289 "//extensions/renderer",
290 "//remoting/client/plugin",
291 "//third_party/usrsctp",
296 "//ui/views/controls/webview",
301 if (is_mac || is_ios) {
303 "//ui/touch_selection",
312 "//chrome/browser/devtools",
318 "//components:all_components",
322 "//content/shell:content_shell",
323 "//content/test:test_support",
324 "//device/bluetooth",
325 "//extensions/browser",
326 "//extensions/common",
327 "//extensions/common/api",
328 "//extensions/renderer",
340 "//remoting/client/plugin",
343 "//third_party/WebKit/public:all_blink",
344 "//third_party/angle:translator",
345 "//third_party/ffmpeg",
346 "//third_party/leveldatabase",
347 "//third_party/libjingle",
348 "//third_party/usrsctp",
349 "//third_party/webrtc",
350 "//ui/accessibility",
357 "//ui/touch_selection",
359 "//ui/views/controls/webview",