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

Side by Side Diff: components/BUILD.gn

Issue 968653004: Revert of Remove dependency on //components/feedback on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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",
42 "//components/gcm_driver", 43 "//components/gcm_driver",
43 "//components/google/core/browser", 44 "//components/google/core/browser",
44 "//components/history/content/browser", 45 "//components/history/content/browser",
45 "//components/history/core/browser", 46 "//components/history/core/browser",
46 "//components/history/core/common", 47 "//components/history/core/common",
47 "//components/history/core/test", 48 "//components/history/core/test",
48 "//components/infobars/core", 49 "//components/infobars/core",
49 "//components/invalidation", 50 "//components/invalidation",
50 "//components/json_schema", 51 "//components/json_schema",
51 "//components/keyed_service/content", 52 "//components/keyed_service/content",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "//components/cloud_devices/common", # Should work, needs checking. 150 "//components/cloud_devices/common", # Should work, needs checking.
150 "//components/cdm/browser", # Blocked on content. 151 "//components/cdm/browser", # Blocked on content.
151 "//components/cdm/common", # Blocked on content. 152 "//components/cdm/common", # Blocked on content.
152 "//components/cdm/renderer", # Blocked on content. 153 "//components/cdm/renderer", # Blocked on content.
153 "//components/data_reduction_proxy/core/browser", # Should work, needs ch ecking. 154 "//components/data_reduction_proxy/core/browser", # Should work, needs ch ecking.
154 "//components/data_reduction_proxy/core/common", # Should work, needs che cking. 155 "//components/data_reduction_proxy/core/common", # Should work, needs che cking.
155 "//components/dom_distiller/core", # Blocked on content. 156 "//components/dom_distiller/core", # Blocked on content.
156 "//components/domain_reliability", # Blocked on content. 157 "//components/domain_reliability", # Blocked on content.
157 "//components/favicon_base", # Should work, needs checking. 158 "//components/favicon_base", # Should work, needs checking.
158 "//components/favicon/core", # Blocked on keyed service. 159 "//components/favicon/core", # Blocked on keyed service.
160 "//components/feedback", # Blocked on content.
159 "//components/gcm_driver", # Should work, needs checking. 161 "//components/gcm_driver", # Should work, needs checking.
160 "//components/google/core/browser", # Should work, needs checking. 162 "//components/google/core/browser", # Should work, needs checking.
161 "//components/history/core/browser", # Should work, needs checking. 163 "//components/history/core/browser", # Should work, needs checking.
162 "//components/history/core/common", # Should work, needs checking. 164 "//components/history/core/common", # Should work, needs checking.
163 "//components/history/core/test", # Should work, needs checking. 165 "//components/history/core/test", # Should work, needs checking.
164 "//components/infobars/core", # Should work, needs checking. 166 "//components/infobars/core", # Should work, needs checking.
165 "//components/invalidation", # Should work, needs checking. 167 "//components/invalidation", # Should work, needs checking.
166 "//components/json_schema", # Should work, needs checking. 168 "//components/json_schema", # Should work, needs checking.
167 "//components/keyed_service/content", # Blocked on content. 169 "//components/keyed_service/content", # Blocked on content.
168 "//components/navigation_interception", # Blocked on content. 170 "//components/navigation_interception", # Blocked on content.
(...skipping 21 matching lines...) Expand all
190 "//components/visitedlink/renderer", # Blocked on blink 192 "//components/visitedlink/renderer", # Blocked on blink
191 "//components/web_cache/browser", # Blocked on content and blink. 193 "//components/web_cache/browser", # Blocked on content and blink.
192 "//components/web_cache/renderer", # Blocked on content and blink. 194 "//components/web_cache/renderer", # Blocked on content and blink.
193 "//components/web_modal", # Blocked on content. 195 "//components/web_modal", # Blocked on content.
194 ] 196 ]
195 } 197 }
196 198
197 if (!is_ios && !is_android) { 199 if (!is_ios && !is_android) {
198 deps += [ 200 deps += [
199 "//components/copresence", 201 "//components/copresence",
200 "//components/feedback",
201 "//components/storage_monitor", 202 "//components/storage_monitor",
202 ] 203 ]
203 } 204 }
204 205
205 if (!is_ios) { 206 if (!is_ios) {
206 deps += [ "//components/app_modal" ] 207 deps += [ "//components/app_modal" ]
207 } 208 }
208 209
209 if (toolkit_views) { 210 if (toolkit_views) {
210 deps += [ "//components/constrained_window" ] 211 deps += [ "//components/constrained_window" ]
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 274
274 if (toolkit_views) { 275 if (toolkit_views) {
275 # TODO(GYP) enable this as above. 276 # TODO(GYP) enable this as above.
276 #deps += [ "//components/constrained_window:unit_tests" ] 277 #deps += [ "//components/constrained_window:unit_tests" ]
277 } 278 }
278 if (is_win) { 279 if (is_win) {
279 deps += [ "//components/browser_watcher:unit_tests" ] 280 deps += [ "//components/browser_watcher:unit_tests" ]
280 } 281 }
281 } 282 }
282 } 283 }
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