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

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

Issue 1417673004: Make unit_tests compile in Mac GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac
Patch Set: . Created 5 years, 1 month 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 | « components/handoff/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/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/manifest.gni") 8 import("//build/config/win/manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "//content/public/renderer", 192 "//content/public/renderer",
193 "//content/public/utility", 193 "//content/public/utility",
194 ] 194 ]
195 deps = [ 195 deps = [
196 ":resources", 196 ":resources",
197 "//base", 197 "//base",
198 "//base:base_static", 198 "//base:base_static",
199 "//base/allocator", 199 "//base/allocator",
200 "//base/third_party/dynamic_annotations", 200 "//base/third_party/dynamic_annotations",
201 "//cc", 201 "//cc",
202 "//components/crash/content/app", 202 "//components/crash/content/app:app_breakpad_mac_to_be_deleted",
203 "//components/devtools_discovery", 203 "//components/devtools_discovery",
204 "//components/devtools_http_handler", 204 "//components/devtools_http_handler",
205 "//components/plugins/renderer", 205 "//components/plugins/renderer",
206 "//components/test_runner:test_runner", 206 "//components/test_runner:test_runner",
207 "//components/url_formatter", 207 "//components/url_formatter",
208 "//components/web_cache/renderer", 208 "//components/web_cache/renderer",
209 "//content:resources", 209 "//content:resources",
210 "//content/app/resources", 210 "//content/app/resources",
211 "//content/app/strings", 211 "//content/app/strings",
212 "//content/gpu", 212 "//content/gpu",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 deps = [ 460 deps = [
461 "//base", 461 "//base",
462 "//build/config/sanitizers:deps", 462 "//build/config/sanitizers:deps",
463 "//components/crash/content/tools:crash_service", 463 "//components/crash/content/tools:crash_service",
464 ] 464 ]
465 465
466 configs -= [ "//build/config/win:console" ] 466 configs -= [ "//build/config/win:console" ]
467 configs += [ "//build/config/win:windowed" ] 467 configs += [ "//build/config/win:windowed" ]
468 } 468 }
469 } 469 }
OLDNEW
« no previous file with comments | « components/handoff/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698