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

Side by Side Diff: net/BUILD.gn

Issue 1397493004: Move //build/module_args/v8.gni to //build_overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework README to hopefully be clearer Created 5 years, 2 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
« build_overrides/README.md ('K') | « gin/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build/module_args/v8.gni") 10 import("//build_overrides/v8.gni")
11 import("//testing/test.gni") 11 import("//testing/test.gni")
12 import("//third_party/icu/config.gni") 12 import("//third_party/icu/config.gni")
13 import("//third_party/protobuf/proto_library.gni") 13 import("//third_party/protobuf/proto_library.gni")
14 import("//tools/grit/grit_rule.gni") 14 import("//tools/grit/grit_rule.gni")
15 15
16 if (is_android) { 16 if (is_android) {
17 import("//build/config/android/config.gni") 17 import("//build/config/android/config.gni")
18 import("//build/config/android/rules.gni") 18 import("//build/config/android/rules.gni")
19 } else if (is_mac) { 19 } else if (is_mac) {
20 import("//build/config/mac/mac_sdk.gni") 20 import("//build/config/mac/mac_sdk.gni")
(...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 if (enable_websockets) { 1638 if (enable_websockets) {
1639 sources += [ "websockets/websocket_frame_perftest.cc" ] 1639 sources += [ "websockets/websocket_frame_perftest.cc" ]
1640 } 1640 }
1641 1641
1642 if (use_v8_in_net) { 1642 if (use_v8_in_net) {
1643 deps += [ ":net_with_v8" ] 1643 deps += [ ":net_with_v8" ]
1644 } else { 1644 } else {
1645 sources -= [ "proxy/proxy_resolver_perftest.cc" ] 1645 sources -= [ "proxy/proxy_resolver_perftest.cc" ]
1646 } 1646 }
1647 } 1647 }
OLDNEW
« build_overrides/README.md ('K') | « gin/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698