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)",
24 "//chrome/browser/devtools",
25 "//chrome/browser/ui",
26 "//chrome/browser/ui/views",
32 "//components:all_components",
38 "//extensions/common/api",
47 "//mojo/environment:chromium",
48 "//mojo/service_manager",
58 "//third_party/WebKit/public:all_blink",
59 "//third_party/angle:translator",
60 "//third_party/brotli",
61 "//third_party/cacheinvalidation",
63 "//third_party/cld_2",
64 "//third_party/ffmpeg",
66 "//third_party/harfbuzz-ng",
67 "//third_party/hunspell",
68 "//third_party/iccjpeg",
70 "//third_party/leveldatabase",
71 "//third_party/libaddressinput",
72 "//third_party/libphonenumber",
73 "//third_party/libpng",
74 "//third_party/libsrtp",
75 "//third_party/libusb",
76 "//third_party/libwebm",
77 "//third_party/libwebp",
78 "//third_party/libxslt",
79 "//third_party/libyuv",
80 "//third_party/lzma_sdk",
84 "//third_party/protobuf:protobuf_lite",
87 "//third_party/smhasher:cityhash",
88 "//third_party/smhasher:murmurhash3",
89 "//third_party/smhasher:pmurhash",
90 "//third_party/snappy",
91 "//third_party/speex",
92 "//third_party/widevine/cdm:version_h",
110 "//ui/views/controls/webview",
115 "//webkit/browser:storage",
120 deps += [ "//breakpad:symupload" ]
126 "//third_party/fontconfig",
127 "//third_party/freetype2",
137 if (is_win || is_mac || is_chromeos) {
138 # RLZ works on these platforms.
144 if (cpu_arch == "x86" || cpu_arch == "x64") {
145 # YASM is x86/x64 only.
146 deps += [ "//third_party/yasm($host_toolchain)" ]
151 "//ui/android:ui_java"
156 "//chrome/browser", # Blocked on content.
157 "//chrome/browser/devtools", # Blocked on content.
158 "//chrome/browser/ui", # Blocked on content.
159 "//chrome/browser/ui/views", # Blocked on content.
160 "//chrome/common", # Blocked on content.
161 "//chrome/plugin", # Blocked on content.
162 "//chrome/renderer", # Blocked on content.
163 "//chrome/service", # Blocked on content.
164 "//chrome/utility", # Blocked on content.
166 "//extensions/common/api",
167 "//pdf", # Not compiled on Android in GYP yet, either.
170 "//third_party/libusb",
171 "//ui/keyboard", # Blocked on content.
173 # Seems to not be compiled on Android. Otherwise it will need a config.h.
174 "//third_party/libxslt",
176 # Not relevant to Android.
182 "//ui/views/controls/webview",
184 # Fails on Android for unknown reasons.
185 "//third_party/flac",
186 "//breakpad:symupload",
188 # TODO(brettw) make Blink work on Android.
189 "//third_party/WebKit/public:all_blink",
191 # Not tested on Android yet:
193 "//third_party/cld_2",
194 "//third_party/libaddressinput",
195 "//third_party/ffmpeg",
198 "//webkit/browser:storage",
205 "//ui/events/ozone:events_ozone",
206 "//ui/events/ozone:events_ozone_evdev",