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

Side by Side Diff: net/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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")
5 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 7 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 9 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 10 import("//testing/test.gni")
10 import("//third_party/icu/config.gni") 11 import("//third_party/icu/config.gni")
11 import("//third_party/protobuf/proto_library.gni") 12 import("//third_party/protobuf/proto_library.gni")
12 13
13 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni. 14 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni.
14 # Currently, that file can't be imported multiple times. Make this always 15 # Currently, that file can't be imported multiple times. Make this always
(...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after
1664 if (enable_websockets) { 1665 if (enable_websockets) {
1665 sources += [ "websockets/websocket_frame_perftest.cc" ] 1666 sources += [ "websockets/websocket_frame_perftest.cc" ]
1666 } 1667 }
1667 1668
1668 if (use_v8_in_net) { 1669 if (use_v8_in_net) {
1669 deps += [ ":net_with_v8" ] 1670 deps += [ ":net_with_v8" ]
1670 } else { 1671 } else {
1671 sources -= [ "proxy/proxy_resolver_perftest.cc" ] 1672 sources -= [ "proxy/proxy_resolver_perftest.cc" ]
1672 } 1673 }
1673 } 1674 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698