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

Side by Side Diff: ios/web/BUILD.gn

Issue 2873203002: Add public_deps for //ios/chrome/browser/tabs and //ios/chrome/browser/ui/tabs (Closed)
Patch Set: review changes Created 3 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 | « ios/chrome/browser/ui/tabs/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 group("all_tests") { 10 group("all_tests") {
11 testonly = true 11 testonly = true
12 deps = [ 12 deps = [
13 ":ios_web_inttests", 13 ":ios_web_inttests",
14 ":ios_web_unittests", 14 ":ios_web_unittests",
15 ] 15 ]
16 } 16 }
17 17
18 source_set("web_arc") { 18 source_set("web_arc") {
19 public_deps = [
20 "//net",
21 ]
22
19 deps = [ 23 deps = [
20 ":core", 24 ":core",
21 ":js_resources", 25 ":js_resources",
22 ":reload_type", 26 ":reload_type",
23 ":resources", 27 ":resources",
24 ":user_agent", 28 ":user_agent",
25 "//base", 29 "//base",
26 "//components/payments/core", 30 "//components/payments/core",
27 "//components/url_formatter", 31 "//components/url_formatter",
28 "//ios/net", 32 "//ios/net",
29 "//ios/third_party/blink:html_tokenizer", 33 "//ios/third_party/blink:html_tokenizer",
30 "//mojo/public/cpp/system", 34 "//mojo/public/cpp/system",
31 "//mojo/public/js", 35 "//mojo/public/js",
32 "//net",
33 "//services/service_manager/public/cpp", 36 "//services/service_manager/public/cpp",
34 "//ui/base", 37 "//ui/base",
35 "//ui/gfx", 38 "//ui/gfx",
36 "//ui/gfx/geometry", 39 "//ui/gfx/geometry",
37 "//ui/resources", 40 "//ui/resources",
38 "//url", 41 "//url",
39 ] 42 ]
40 43
41 sources = [ 44 sources = [
42 "active_state_manager_impl.h", 45 "active_state_manager_impl.h",
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 "ios_web_resources.pak", 724 "ios_web_resources.pak",
722 ] 725 ]
723 grit_flags = [ 726 grit_flags = [
724 "-E", 727 "-E",
725 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir), 728 "root_gen_dir=" + rebase_path(root_gen_dir, root_build_dir),
726 ] 729 ]
727 deps = [ 730 deps = [
728 "//mojo/public/js:bindings", 731 "//mojo/public/js:bindings",
729 ] 732 ]
730 } 733 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/tabs/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698