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

Side by Side Diff: ios/BUILD.gn

Issue 2586713002: Upstream code and resources for Chrome on iOS extensions. (Closed)
Patch Set: 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 | « no previous file | ios/chrome/share_extension/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 assert(!is_component_build, "component build is unsupported on iOS") 5 assert(!is_component_build, "component build is unsupported on iOS")
6 6
7 declare_args() { 7 declare_args() {
8 # Control whether cronet is build (this is usually set by the script 8 # Control whether cronet is build (this is usually set by the script
9 # components/cronet/tools/cr_cronet.py as cronet requires specific 9 # components/cronet/tools/cr_cronet.py as cronet requires specific
10 # gn args to build correctly). 10 # gn args to build correctly).
(...skipping 22 matching lines...) Expand all
33 "//ios/chrome/test:all_tests", 33 "//ios/chrome/test:all_tests",
34 "//ios/chrome/test/earl_grey:all_tests", 34 "//ios/chrome/test/earl_grey:all_tests",
35 "//ios/net:all_tests", 35 "//ios/net:all_tests",
36 "//ios/showcase/test:all_tests", 36 "//ios/showcase/test:all_tests",
37 "//ios/testing:all_tests", 37 "//ios/testing:all_tests",
38 "//ios/web:all_tests", 38 "//ios/web:all_tests",
39 "//ios/web/shell/test:all_tests", 39 "//ios/web/shell/test:all_tests",
40 40
41 # Those dependencies are currently only used from downstream code 41 # Those dependencies are currently only used from downstream code
42 # and will be removed once the dependent code has been upstreamed. 42 # and will be removed once the dependent code has been upstreamed.
43 "//ios/chrome/share_extension:packed_resources", 43 "//ios/chrome/share_extension",
44 "//ios/chrome/today_extension:packed_resources", 44 "//ios/chrome/today_extension",
45 ] 45 ]
46 } 46 }
47 } 47 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/share_extension/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698