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

Side by Side Diff: components/BUILD.gn

Issue 954943004: Remove dependency on //components/feedback on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « chrome/chrome_browser_ui.gypi ('k') | components/components.gyp » ('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 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 8
9 # Collection of all components. You wouldn't link to this, but this is rather 9 # Collection of all components. You wouldn't link to this, but this is rather
10 # to reference the files so they can be compiled by the build system. 10 # to reference the files so they can be compiled by the build system.
(...skipping 21 matching lines...) Expand all
32 "//components/crash/browser", 32 "//components/crash/browser",
33 "//components/crx_file", 33 "//components/crx_file",
34 "//components/data_reduction_proxy/core/browser", 34 "//components/data_reduction_proxy/core/browser",
35 "//components/data_reduction_proxy/core/common", 35 "//components/data_reduction_proxy/core/common",
36 "//components/device_event_log", 36 "//components/device_event_log",
37 "//components/dom_distiller/core", 37 "//components/dom_distiller/core",
38 "//components/domain_reliability", 38 "//components/domain_reliability",
39 "//components/enhanced_bookmarks", 39 "//components/enhanced_bookmarks",
40 "//components/favicon/core", 40 "//components/favicon/core",
41 "//components/favicon_base", 41 "//components/favicon_base",
42 "//components/feedback",
43 "//components/gcm_driver", 42 "//components/gcm_driver",
44 "//components/google/core/browser", 43 "//components/google/core/browser",
45 "//components/history/content/browser", 44 "//components/history/content/browser",
46 "//components/history/core/browser", 45 "//components/history/core/browser",
47 "//components/history/core/common", 46 "//components/history/core/common",
48 "//components/history/core/test", 47 "//components/history/core/test",
49 "//components/infobars/core", 48 "//components/infobars/core",
50 "//components/invalidation", 49 "//components/invalidation",
51 "//components/json_schema", 50 "//components/json_schema",
52 "//components/keyed_service/content", 51 "//components/keyed_service/content",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "//components/cloud_devices/common", # Should work, needs checking. 149 "//components/cloud_devices/common", # Should work, needs checking.
151 "//components/cdm/browser", # Blocked on content. 150 "//components/cdm/browser", # Blocked on content.
152 "//components/cdm/common", # Blocked on content. 151 "//components/cdm/common", # Blocked on content.
153 "//components/cdm/renderer", # Blocked on content. 152 "//components/cdm/renderer", # Blocked on content.
154 "//components/data_reduction_proxy/core/browser", # Should work, needs ch ecking. 153 "//components/data_reduction_proxy/core/browser", # Should work, needs ch ecking.
155 "//components/data_reduction_proxy/core/common", # Should work, needs che cking. 154 "//components/data_reduction_proxy/core/common", # Should work, needs che cking.
156 "//components/dom_distiller/core", # Blocked on content. 155 "//components/dom_distiller/core", # Blocked on content.
157 "//components/domain_reliability", # Blocked on content. 156 "//components/domain_reliability", # Blocked on content.
158 "//components/favicon_base", # Should work, needs checking. 157 "//components/favicon_base", # Should work, needs checking.
159 "//components/favicon/core", # Blocked on keyed service. 158 "//components/favicon/core", # Blocked on keyed service.
160 "//components/feedback", # Blocked on content.
161 "//components/gcm_driver", # Should work, needs checking. 159 "//components/gcm_driver", # Should work, needs checking.
162 "//components/google/core/browser", # Should work, needs checking. 160 "//components/google/core/browser", # Should work, needs checking.
163 "//components/history/core/browser", # Should work, needs checking. 161 "//components/history/core/browser", # Should work, needs checking.
164 "//components/history/core/common", # Should work, needs checking. 162 "//components/history/core/common", # Should work, needs checking.
165 "//components/history/core/test", # Should work, needs checking. 163 "//components/history/core/test", # Should work, needs checking.
166 "//components/infobars/core", # Should work, needs checking. 164 "//components/infobars/core", # Should work, needs checking.
167 "//components/invalidation", # Should work, needs checking. 165 "//components/invalidation", # Should work, needs checking.
168 "//components/json_schema", # Should work, needs checking. 166 "//components/json_schema", # Should work, needs checking.
169 "//components/keyed_service/content", # Blocked on content. 167 "//components/keyed_service/content", # Blocked on content.
170 "//components/navigation_interception", # Blocked on content. 168 "//components/navigation_interception", # Blocked on content.
(...skipping 21 matching lines...) Expand all
192 "//components/visitedlink/renderer", # Blocked on blink 190 "//components/visitedlink/renderer", # Blocked on blink
193 "//components/web_cache/browser", # Blocked on content and blink. 191 "//components/web_cache/browser", # Blocked on content and blink.
194 "//components/web_cache/renderer", # Blocked on content and blink. 192 "//components/web_cache/renderer", # Blocked on content and blink.
195 "//components/web_modal", # Blocked on content. 193 "//components/web_modal", # Blocked on content.
196 ] 194 ]
197 } 195 }
198 196
199 if (!is_ios && !is_android) { 197 if (!is_ios && !is_android) {
200 deps += [ 198 deps += [
201 "//components/copresence", 199 "//components/copresence",
200 "//components/feedback",
202 "//components/storage_monitor", 201 "//components/storage_monitor",
203 ] 202 ]
204 } 203 }
205 204
206 if (!is_ios) { 205 if (!is_ios) {
207 deps += [ "//components/app_modal" ] 206 deps += [ "//components/app_modal" ]
208 } 207 }
209 208
210 if (toolkit_views) { 209 if (toolkit_views) {
211 deps += [ "//components/constrained_window" ] 210 deps += [ "//components/constrained_window" ]
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 273
275 if (toolkit_views) { 274 if (toolkit_views) {
276 # TODO(GYP) enable this as above. 275 # TODO(GYP) enable this as above.
277 #deps += [ "//components/constrained_window:unit_tests" ] 276 #deps += [ "//components/constrained_window:unit_tests" ]
278 } 277 }
279 if (is_win) { 278 if (is_win) {
280 deps += [ "//components/browser_watcher:unit_tests" ] 279 deps += [ "//components/browser_watcher:unit_tests" ]
281 } 280 }
282 } 281 }
283 } 282 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698