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

Side by Side Diff: net/BUILD.gn

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//url/config.gni") 9 import("//url/config.gni")
10 import("//testing/rules.gni")
10 11
11 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni. 12 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni.
12 # Currently, that file can't be imported multiple times. Make this always 13 # Currently, that file can't be imported multiple times. Make this always
13 # imported when http://crbug.com/393704 is fixed. 14 # imported when http://crbug.com/393704 is fixed.
14 if (!is_android) { 15 if (!is_android) {
15 import("//tools/grit/grit_rule.gni") 16 import("//tools/grit/grit_rule.gni")
16 } 17 }
17 18
18 if (is_android) { 19 if (is_android) {
19 import("//build/config/android/config.gni") 20 import("//build/config/android/config.gni")
(...skipping 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 "quic/quic_server_bin.cc", 1404 "quic/quic_server_bin.cc",
1404 ] 1405 ]
1405 deps = [ 1406 deps = [
1406 ":quic_tools", 1407 ":quic_tools",
1407 ":net", 1408 ":net",
1408 "//base", 1409 "//base",
1409 "//third_party/boringssl", 1410 "//third_party/boringssl",
1410 ] 1411 ]
1411 } 1412 }
1412 } # !is_android && !is_win && !is_mac 1413 } # !is_android && !is_win && !is_mac
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698