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

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

Issue 2570523002: Refactor //ios:all target in preparation of upstreaming. (Closed)
Patch Set: Rebase Created 4 years 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/testing/BUILD.gn ('k') | ios/web/shell/test/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 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") {
11 testonly = true
12 deps = [
13 ":ios_web_inttests",
14 ":ios_web_unittests",
15 ]
16 }
17
10 source_set("web_arc") { 18 source_set("web_arc") {
11 deps = [ 19 deps = [
12 ":core", 20 ":core",
13 ":js_resources", 21 ":js_resources",
14 ":resources", 22 ":resources",
15 ":user_agent", 23 ":user_agent",
16 "//base", 24 "//base",
17 "//components/url_formatter", 25 "//components/url_formatter",
18 "//ios/net", 26 "//ios/net",
19 "//ios/third_party/blink:html_tokenizer", 27 "//ios/third_party/blink:html_tokenizer",
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 } 630 }
623 631
624 grit("resources") { 632 grit("resources") {
625 source = "ios_web_resources.grd" 633 source = "ios_web_resources.grd"
626 use_qualified_include = true 634 use_qualified_include = true
627 outputs = [ 635 outputs = [
628 "grit/ios_web_resources.h", 636 "grit/ios_web_resources.h",
629 "ios_web_resources.pak", 637 "ios_web_resources.pak",
630 ] 638 ]
631 } 639 }
OLDNEW
« no previous file with comments | « ios/testing/BUILD.gn ('k') | ios/web/shell/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698