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

Side by Side Diff: ios/BUILD.gn

Issue 2814783003: Rename widget to search widget and use new bundleid to always build. (Closed)
Patch Set: seems I didn't actually delete widget_view_controller... Created 3 years, 8 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 | « docs/ios/build_instructions.md ('k') | ios/build/chrome_build.gni » ('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 import("//ios/features.gni") 7 import("//ios/features.gni")
8 8
9 declare_args() { 9 declare_args() {
10 # TODO(brettw) bug 684096: Remove these. These are to prevent unused 10 # TODO(brettw) bug 684096: Remove these. These are to prevent unused
(...skipping 22 matching lines...) Expand all
33 deps = [ 33 deps = [
34 "//components/cronet/ios:cronet_package", 34 "//components/cronet/ios:cronet_package",
35 "//ios/crnet:crnet_framework", 35 "//ios/crnet:crnet_framework",
36 "//ios/crnet/crnet_consumer", 36 "//ios/crnet/crnet_consumer",
37 "//ios/crnet/test:crnet_test", 37 "//ios/crnet/test:crnet_test",
38 ] 38 ]
39 } else { 39 } else {
40 deps = [ 40 deps = [
41 # List all the targets that need to be build on iOS by default. 41 # List all the targets that need to be build on iOS by default.
42 "//ios/chrome/app:chrome", 42 "//ios/chrome/app:chrome",
43 "//ios/chrome/search_widget_extension",
43 "//ios/chrome/share_extension", 44 "//ios/chrome/share_extension",
44 "//ios/chrome/today_extension", 45 "//ios/chrome/today_extension",
45 "//ios/chrome/widget_extension",
46 "//ios/clean/chrome/app:chrome_clean_skeleton", 46 "//ios/clean/chrome/app:chrome_clean_skeleton",
47 "//ios/showcase", 47 "//ios/showcase",
48 "//ios/web/shell:ios_web_shell", 48 "//ios/web/shell:ios_web_shell",
49 "//ios/web_view/shell:ios_web_view_shell", 49 "//ios/web_view/shell:ios_web_view_shell",
50 50
51 # List all the test targets that need to be build on iOS by default. 51 # List all the test targets that need to be build on iOS by default.
52 "//ios/chrome/test:all_tests", 52 "//ios/chrome/test:all_tests",
53 "//ios/chrome/test/earl_grey:all_tests", 53 "//ios/chrome/test/earl_grey:all_tests",
54 "//ios/clean/chrome/test:all_tests", 54 "//ios/clean/chrome/test:all_tests",
55 "//ios/net:all_tests", 55 "//ios/net:all_tests",
56 "//ios/showcase:all_tests", 56 "//ios/showcase:all_tests",
57 "//ios/testing:all_tests", 57 "//ios/testing:all_tests",
58 "//ios/web:all_tests", 58 "//ios/web:all_tests",
59 "//ios/web/shell/test:all_tests", 59 "//ios/web/shell/test:all_tests",
60 "//ios/web_view/shell/test:all_tests", 60 "//ios/web_view/shell/test:all_tests",
61 ] 61 ]
62 } 62 }
63 } 63 }
OLDNEW
« no previous file with comments | « docs/ios/build_instructions.md ('k') | ios/build/chrome_build.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698