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)",
23 "//chrome/browser/devtools",
24 "//chrome/browser/ui/views",
30 "//components:all_components",
33 "//extensions/common/api:extensions_api",
41 "//mojo/environment:chromium",
42 "//mojo/service_manager",
52 "//third_party/WebKit/public:all_blink",
53 "//third_party/angle:translator",
54 "//third_party/brotli",
55 "//third_party/cacheinvalidation",
57 "//third_party/cld_2",
58 "//third_party/ffmpeg",
60 "//third_party/harfbuzz-ng",
61 "//third_party/hunspell",
62 "//third_party/iccjpeg",
64 "//third_party/leveldatabase",
65 "//third_party/libaddressinput",
66 "//third_party/libphonenumber",
67 "//third_party/libpng",
68 "//third_party/libsrtp",
69 "//third_party/libusb",
70 "//third_party/libwebm",
71 "//third_party/libwebp",
72 "//third_party/libxslt",
73 "//third_party/libyuv",
74 "//third_party/lzma_sdk",
78 "//third_party/protobuf:protobuf_lite",
81 "//third_party/smhasher:cityhash",
82 "//third_party/smhasher:murmurhash3",
83 "//third_party/smhasher:pmurhash",
84 "//third_party/snappy",
85 "//third_party/speex",
86 "//third_party/widevine/cdm:version_h",
106 "//webkit/browser:storage",
111 deps += [ "//breakpad:symupload" ]
117 "//third_party/fontconfig",
118 "//third_party/freetype2",
128 if (is_win || is_mac || is_chromeos) {
129 # RLZ works on these platforms.
135 if (cpu_arch == "x86" || cpu_arch == "x64") {
136 # YASM is x86/x64 only.
137 deps += [ "//third_party/yasm($host_toolchain)" ]
143 "//chrome/browser/devtools", # Blocked on content.
144 "//chrome/browser/ui/views", # Blocked on content.
145 "//chrome/common", # Blocked on content.
146 "//chrome/plugin", # Blocked on content.
147 "//chrome/renderer", # Blocked on content.
148 "//chrome/service", # Blocked on content.
149 "//chrome/utility", # Blocked on content.
151 "//extensions/common/api:extensions_api",
152 "//pdf", # Not compiled on Android in GYP yet, either.
155 "//third_party/libusb",
156 "//ui/keyboard", # Blocked on content.
158 # Seems to not be compiled on Android. Otherwise it will need a config.h.
159 "//third_party/libxslt",
164 # Fails on Android for unknown reasons.
165 "//third_party/flac",
166 "//breakpad:symupload",
168 # TODO(brettw) make Blink work on Android.
169 "//third_party/WebKit/public:all_blink",
171 # Not tested on Android yet:
172 "//third_party/cld_2",
173 "//third_party/libaddressinput",
174 "//third_party/ffmpeg",
177 "//webkit/browser:storage",
184 "//ui/events/ozone:events_ozone",
185 "//ui/events/ozone:events_ozone_evdev",