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

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
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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 deps = [ 460 deps = [
460 "//base", 461 "//base",
461 "//build/config/sanitizers:deps", 462 "//build/config/sanitizers:deps",
462 "//components/crash/tools:crash_service", 463 "//components/crash/tools:crash_service",
463 ] 464 ]
464 465
465 configs -= [ "//build/config/win:console" ] 466 configs -= [ "//build/config/win:console" ]
466 configs += [ "//build/config/win:windowed" ] 467 configs += [ "//build/config/win:windowed" ]
467 } 468 }
468 } 469 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698