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/usrsctp",
100 "//third_party/widevine/cdm:version_h",
101 "//third_party/webrtc",
102 "//third_party/zlib",
103 "//third_party:jpeg",
105 "//tools/imagediff($host_toolchain)",
109 "//ui/accessibility",
122 "//ui/views/controls/webview",
127 "//webkit/browser:storage",
132 deps += [ "//breakpad:symupload" ]
138 "//third_party/fontconfig",
139 "//third_party/freetype2",
144 deps += [ "//tools/xdisplaycheck" ]
153 if (is_win || is_mac || is_chromeos) {
154 # RLZ works on these platforms.
160 if (cpu_arch == "x86" || cpu_arch == "x64") {
161 # YASM is x86/x64 only.
162 deps += [ "//third_party/yasm($host_toolchain)" ]
167 "//ui/android:ui_java",
168 "//third_party/guava:guava_javalib",
169 "//third_party/android_tools:android_gcm_java",
170 "//third_party/android_tools:uiautomator_java",
171 "//third_party/android_tools:android_support_v13_java",
172 "//third_party/android_tools:android_support_v7_appcompat_java",
173 "//third_party/android_tools:android_support_v7_mediarouter_java",
177 "//apps", # Needs testing.
178 "//cc/blink", # Blocked on blink
179 "//chrome/browser", # Blocked on content.
180 "//chrome/browser/devtools", # Blocked on content.
181 "//chrome/browser/ui", # Blocked on content.
182 "//chrome/browser/ui/views", # Blocked on content.
183 "//chrome/common", # Blocked on content.
184 "//chrome/plugin", # Blocked on content.
185 "//chrome/renderer", # Blocked on content.
186 "//chrome/service", # Blocked on content.
187 "//chrome/utility", # Blocked on content.
189 "//content/shell:content_shell", # Blocked on content.
190 "//content/test:test_support", # Blocked on content.
191 "//extensions/browser",
192 "//extensions/common",
193 "//extensions/common/api",
194 "//extensions/renderer",
195 "//pdf", # Not compiled on Android in GYP yet, either.
198 "//third_party/libusb",
199 "//ui/keyboard", # Blocked on content.
201 # Blocked on neon stuff in vp8
202 "//third_party/WebKit/public:all_blink",
204 # Seems to not be compiled on Android. Otherwise it will need a config.h.
205 "//third_party/libxslt",
207 # Not relevant to Android.
213 "//ui/views/controls/webview",
215 # Fails on Android for unknown reasons.
216 "//third_party/flac",
217 "//breakpad:symupload",
219 # Not tested on Android yet:
221 "//remoting/client/plugin",
222 "//third_party/cld_2",
223 "//third_party/libaddressinput",
224 "//third_party/ffmpeg",
229 "//webkit/browser:storage",