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

Side by Side Diff: components/BUILD.gn

Issue 1934083002: [Cronet] Use gn desc deps to find third_party licenses. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Brett's comments. Created 4 years, 7 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 | « no previous file | components/cronet/ios/BUILD.gn » ('j') | components/cronet/ios/BUILD.gn » ('J')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
11 import("//build/config/android/rules.gni") 11 import("//build/config/android/rules.gni")
12 } 12 }
13 13
14 if (is_ios) { 14 if (is_ios) {
15 import("//ios/build/config.gni") 15 import("//ios/build/config.gni")
16 } 16 }
17 17
18 group("cronet") {
19 if (is_ios) {
20 deps = [
21 "//components/cronet/ios:cronet_package",
brettw 2016/05/03 22:13:03 I'd actually put this in the root build file. You
mef 2016/05/11 15:57:27 Done.
22 ]
23 }
24 }
25
18 if (is_ios || is_mac) { 26 if (is_ios || is_mac) {
19 bundle_data("components_tests_pak_bundle_data") { 27 bundle_data("components_tests_pak_bundle_data") {
20 public_deps = [ 28 public_deps = [
21 ":components_tests_pak", 29 ":components_tests_pak",
22 "//ui/resources:ui_test_pak", 30 "//ui/resources:ui_test_pak",
23 ] 31 ]
24 sources = [ 32 sources = [
25 "$root_out_dir/components_tests_resources.pak", 33 "$root_out_dir/components_tests_resources.pak",
26 "$root_out_dir/ui_test.pak", 34 "$root_out_dir/ui_test.pak",
27 ] 35 ]
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "//base/test:test_support_perf", 477 "//base/test:test_support_perf",
470 "//components/scheduler", 478 "//components/scheduler",
471 "//components/visitedlink/browser", 479 "//components/visitedlink/browser",
472 "//content/test:test_support", 480 "//content/test:test_support",
473 "//testing/gtest", 481 "//testing/gtest",
474 "//testing/perf", 482 "//testing/perf",
475 "//url", 483 "//url",
476 ] 484 ]
477 } 485 }
478 } 486 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet/ios/BUILD.gn » ('j') | components/cronet/ios/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698