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

Side by Side Diff: ui/base/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 | « tools/gn/docs/cookbook.md ('k') | ui/gfx/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/compiler/compiler.gni")
6 import("//build/config/sanitizers/sanitizers.gni")
5 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
6 import("//testing/test.gni") 8 import("//testing/test.gni")
7 9
8 if (is_android) { 10 if (is_android) {
9 import("//build/config/android/config.gni") 11 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 12 import("//build/config/android/rules.gni")
11 } 13 }
12 14
13 build_ime = !is_ios 15 build_ime = !is_ios
14 16
(...skipping 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 } 876 }
875 if (is_mac) { 877 if (is_mac) {
876 data += [ "$root_out_dir/ui_unittests Framework.framework/" ] 878 data += [ "$root_out_dir/ui_unittests Framework.framework/" ]
877 879
878 if (is_asan && symbol_level == 0) { 880 if (is_asan && symbol_level == 0) {
879 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ] 881 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ]
880 } 882 }
881 } 883 }
882 } 884 }
883 # TODO(GYP) Mac (ui_base_tests_bundle) 885 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« no previous file with comments | « tools/gn/docs/cookbook.md ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698