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

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: Rebase 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
« no previous file with comments | « mojo/services/view_manager/public/cpp/tests/BUILD.gn ('k') | printing/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 (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/test.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 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 "quic/quic_server_bin.cc", 1406 "quic/quic_server_bin.cc",
1406 ] 1407 ]
1407 deps = [ 1408 deps = [
1408 ":quic_tools", 1409 ":quic_tools",
1409 ":net", 1410 ":net",
1410 "//base", 1411 "//base",
1411 "//third_party/boringssl", 1412 "//third_party/boringssl",
1412 ] 1413 ]
1413 } 1414 }
1414 } # !is_android && !is_win && !is_mac 1415 } # !is_android && !is_win && !is_mac
OLDNEW
« no previous file with comments | « mojo/services/view_manager/public/cpp/tests/BUILD.gn ('k') | printing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698