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

Side by Side Diff: content/shell/BUILD.gn

Issue 554393009: Make chrome GN build work in component mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo gyp changes Created 6 years, 3 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
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/test/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 203
204 deps = [ 204 deps = [
205 ":resources", 205 ":resources",
206 "//base", 206 "//base",
207 "//base:base_static", 207 "//base:base_static",
208 "//base/allocator", 208 "//base/allocator",
209 "//base/third_party/dynamic_annotations", 209 "//base/third_party/dynamic_annotations",
210 "//cc", 210 "//cc",
211 "//components/crash/app", 211 "//components/crash/app",
212 "//content:resources", 212 "//content:resources",
213 "//content/app:both",
214 "//content/app/resources", 213 "//content/app/resources",
215 "//content/app/strings", 214 "//content/app/strings",
216 "//content/gpu", 215 "//content/gpu",
216 "//content/public/app:both",
217 "//content/public/browser", 217 "//content/public/browser",
218 "//content/public/common", 218 "//content/public/common",
219 "//content/public/plugin", 219 "//content/public/plugin",
220 "//content/public/renderer", 220 "//content/public/renderer",
221 "//content/public/utility", 221 "//content/public/utility",
222 "//content/test:layouttest_support", 222 "//content/test:layouttest_support",
223 "//gin", 223 "//gin",
224 "//gpu", 224 "//gpu",
225 "//ipc", 225 "//ipc",
226 "//media", 226 "//media",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 } 462 }
463 463
464 if (!is_android || !is_android_webview_build) { 464 if (!is_android || !is_android_webview_build) {
465 # Some tests rely on this tool. It might be nicer if these tests relied on 465 # Some tests rely on this tool. It might be nicer if these tests relied on
466 # image diff rather than having content shell depend on it. 466 # image diff rather than having content shell depend on it.
467 datadeps = [ 467 datadeps = [
468 "//tools/imagediff($host_toolchain)", 468 "//tools/imagediff($host_toolchain)",
469 ] 469 ]
470 } 470 }
471 } 471 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698