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.
24 "//chrome/browser/devtools",
25 "//chrome/browser/ui",
26 "//chrome/browser/ui/views",
32 "//components:all_components",
34 "//content/shell:content_shell",
35 "//content/test:test_support",
40 "//extensions/browser",
41 "//extensions/common",
42 "//extensions/common/api",
43 "//extensions/renderer",
58 "//remoting/client/plugin",
64 "//third_party/WebKit/public:all_blink",
65 "//third_party/angle:translator",
66 "//third_party/brotli",
67 "//third_party/cacheinvalidation",
69 "//third_party/cld_2",
70 "//third_party/ffmpeg",
72 "//third_party/harfbuzz-ng",
73 "//third_party/hunspell",
74 "//third_party/iccjpeg",
76 "//third_party/leveldatabase",
77 "//third_party/libaddressinput",
78 "//third_party/libphonenumber",
79 "//third_party/libjingle",
80 "//third_party/libpng",
81 "//third_party/libsrtp",
82 "//third_party/libusb",
83 "//third_party/libwebm",
84 "//third_party/libwebp",
85 "//third_party/libxslt",
86 "//third_party/libyuv",
87 "//third_party/lzma_sdk",
91 "//third_party/protobuf:protobuf_lite",
94 "//third_party/smhasher:cityhash",
95 "//third_party/smhasher:murmurhash3",
96 "//third_party/smhasher:pmurhash",
97 "//third_party/snappy",
98 "//third_party/speex",
99 "//third_party/widevine/cdm:version_h",
100 "//third_party/webrtc",
101 "//third_party/zlib",
102 "//third_party:jpeg",
104 "//tools/imagediff($host_toolchain)",
108 "//ui/accessibility",
121 "//ui/views/controls/webview",
126 "//webkit/browser:storage",
131 deps += [ "//breakpad:symupload" ]
137 "//third_party/fontconfig",
138 "//third_party/freetype2",
143 deps += [ "//tools/xdisplaycheck" ]
152 if (is_win || is_mac || is_chromeos) {
153 # RLZ works on these platforms.
159 if (cpu_arch == "x86" || cpu_arch == "x64") {
160 # YASM is x86/x64 only.
161 deps += [ "//third_party/yasm($host_toolchain)" ]
166 "//ui/android:ui_java",
167 "//third_party/guava:guava_javalib",
168 "//third_party/android_tools:android_gcm_java",
169 "//third_party/android_tools:uiautomator_java",
170 "//third_party/android_tools:android_support_v13_java",
171 "//third_party/android_tools:android_support_v7_appcompat_java",
172 "//third_party/android_tools:android_support_v7_mediarouter_java",
176 "//apps", # Needs testing.
177 "//cc/blink", # Blocked on blink
178 "//chrome/browser", # Blocked on content.
179 "//chrome/browser/devtools", # Blocked on content.
180 "//chrome/browser/ui", # Blocked on content.
181 "//chrome/browser/ui/views", # Blocked on content.
182 "//chrome/common", # Blocked on content.
183 "//chrome/plugin", # Blocked on content.
184 "//chrome/renderer", # Blocked on content.
185 "//chrome/service", # Blocked on content.
186 "//chrome/utility", # Blocked on content.
188 "//content/shell:content_shell", # Blocked on content.
189 "//content/test:test_support", # Blocked on content.
190 "//extensions/browser",
191 "//extensions/common",
192 "//extensions/common/api",
193 "//extensions/renderer",
194 "//pdf", # Not compiled on Android in GYP yet, either.
197 "//third_party/libusb",
198 "//ui/keyboard", # Blocked on content.
200 # Blocked on neon stuff in vp8
201 "//third_party/WebKit/public:all_blink",
203 # Seems to not be compiled on Android. Otherwise it will need a config.h.
204 "//third_party/libxslt",
206 # Not relevant to Android.
212 "//ui/views/controls/webview",
214 # Fails on Android for unknown reasons.
215 "//third_party/flac",
216 "//breakpad:symupload",
218 # Not tested on Android yet:
220 "//remoting/client/plugin",
221 "//third_party/cld_2",
222 "//third_party/libaddressinput",
223 "//third_party/ffmpeg",
228 "//webkit/browser:storage",