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

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

Issue 1324623005: Move sanitizer and symbol flags out of BUILDCONFIG (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « chrome/tools/build/win/syzygy/BUILD.gn ('k') | gpu/command_buffer/service/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/ui.gni") 7 import("//build/config/ui.gni")
7 import("//build/config/win/manifest.gni") 8 import("//build/config/win/manifest.gni")
8 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
9 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
10 if (is_android) { 11 if (is_android) {
11 import("//build/config/android/config.gni") 12 import("//build/config/android/config.gni")
12 } 13 }
13 14
14 declare_args() { 15 declare_args() {
15 content_shell_product_name = "Content Shell" 16 content_shell_product_name = "Content Shell"
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 deps = [ 462 deps = [
462 "//base", 463 "//base",
463 "//build/config/sanitizers:deps", 464 "//build/config/sanitizers:deps",
464 "//components/crash/tools:crash_service", 465 "//components/crash/tools:crash_service",
465 ] 466 ]
466 467
467 configs -= [ "//build/config/win:console" ] 468 configs -= [ "//build/config/win:console" ]
468 configs += [ "//build/config/win:windowed" ] 469 configs += [ "//build/config/win:windowed" ]
469 } 470 }
470 } 471 }
OLDNEW
« no previous file with comments | « chrome/tools/build/win/syzygy/BUILD.gn ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698