Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: BUILD.gn

Issue 461903002: GN: Add mojo_shell_tests, get more things working on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix up android linking Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This is the root build file for GN. GN will start processing by loading this 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 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 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 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. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 # YASM is x86/x64 only. 155 # YASM is x86/x64 only.
156 deps += [ "//third_party/yasm($host_toolchain)" ] 156 deps += [ "//third_party/yasm($host_toolchain)" ]
157 } 157 }
158 158
159 if (is_android) { 159 if (is_android) {
160 deps += [ 160 deps += [
161 "//ui/android:ui_java" 161 "//ui/android:ui_java"
162 ] 162 ]
163 163
164 deps -= [ 164 deps -= [
165 "//cc",
166 "//chrome/browser", # Blocked on content. 165 "//chrome/browser", # Blocked on content.
167 "//chrome/browser/devtools", # Blocked on content. 166 "//chrome/browser/devtools", # Blocked on content.
168 "//chrome/browser/ui", # Blocked on content. 167 "//chrome/browser/ui", # Blocked on content.
169 "//chrome/browser/ui/views", # Blocked on content. 168 "//chrome/browser/ui/views", # Blocked on content.
170 "//chrome/common", # Blocked on content. 169 "//chrome/common", # Blocked on content.
171 "//chrome/plugin", # Blocked on content. 170 "//chrome/plugin", # Blocked on content.
172 "//chrome/renderer", # Blocked on content. 171 "//chrome/renderer", # Blocked on content.
173 "//chrome/service", # Blocked on content. 172 "//chrome/service", # Blocked on content.
174 "//chrome/utility", # Blocked on content. 173 "//chrome/utility", # Blocked on content.
175 "//content", 174 "//content",
176 "//content/shell:content_shell", # Blocked on content. 175 "//content/shell:content_shell", # Blocked on content.
177 "//content/test:test_support", # Blocked on content. 176 "//content/test:test_support", # Blocked on content.
178 "//extensions/browser", 177 "//extensions/browser",
179 "//extensions/common", 178 "//extensions/common",
180 "//extensions/common/api", 179 "//extensions/common/api",
181 "//extensions/renderer", 180 "//extensions/renderer",
182 "//mojo", # Blocked on GN toolchain support: https://codereview.chromium.o rg/428633006/
183 "//pdf", # Not compiled on Android in GYP yet, either. 181 "//pdf", # Not compiled on Android in GYP yet, either.
184 "//ppapi:ppapi_c", 182 "//ppapi:ppapi_c",
185 "//sandbox", 183 "//sandbox",
186 "//third_party/libusb", 184 "//third_party/libusb",
187 "//ui/keyboard", # Blocked on content. 185 "//ui/keyboard", # Blocked on content.
188 186
187 # Blocked on neon stuff in vp8
188 "//third_party/WebKit/public:all_blink",
189
189 # Seems to not be compiled on Android. Otherwise it will need a config.h. 190 # Seems to not be compiled on Android. Otherwise it will need a config.h.
190 "//third_party/libxslt", 191 "//third_party/libxslt",
191 192
192 # Not relevant to Android. 193 # Not relevant to Android.
193 "//ash", 194 "//ash",
194 "//tools/gn", 195 "//tools/gn",
195 "//ui/aura", 196 "//ui/aura",
196 "//ui/display", 197 "//ui/display",
197 "//ui/views", 198 "//ui/views",
198 "//ui/views/controls/webview", 199 "//ui/views/controls/webview",
199 200
200 # Fails on Android for unknown reasons. 201 # Fails on Android for unknown reasons.
201 "//third_party/flac", 202 "//third_party/flac",
202 "//breakpad:symupload", 203 "//breakpad:symupload",
203 204
204 # TODO(brettw) make Blink work on Android.
205 "//third_party/WebKit/public:all_blink",
206
207 # Not tested on Android yet: 205 # Not tested on Android yet:
208 "//google_apis/gcm", 206 "//google_apis/gcm",
209 "//third_party/cld_2", 207 "//third_party/cld_2",
210 "//third_party/libaddressinput", 208 "//third_party/libaddressinput",
211 "//third_party/ffmpeg", 209 "//third_party/ffmpeg",
212 "//ui/app_list", 210 "//ui/app_list",
213 "//ui/web_dialogs", 211 "//ui/web_dialogs",
214 "//ui/wm", 212 "//ui/wm",
215 "//webkit/browser:storage", 213 "//webkit/browser:storage",
216 "//webkit/child", 214 "//webkit/child",
217 ] 215 ]
218 } 216 }
219 217
220 if (use_ozone) { 218 if (use_ozone) {
221 deps += [ 219 deps += [
222 "//ui/ozone", 220 "//ui/ozone",
223 "//ui/ozone/demo", 221 "//ui/ozone/demo",
224 ] 222 ]
225 } 223 }
226 } 224 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698