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

Side by Side Diff: components/BUILD.gn

Issue 1445543003: Add gn implementation for //components/keyed_service/ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dom_distiller
Patch Set: Created 5 years, 1 month 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 | components/keyed_service.gypi » ('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 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 18 matching lines...) Expand all
29 "//components/captive_portal", 29 "//components/captive_portal",
30 "//components/chrome_apps", 30 "//components/chrome_apps",
31 "//components/component_updater", 31 "//components/component_updater",
32 "//components/compression", 32 "//components/compression",
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/google/core/browser", 38 "//components/google/core/browser",
39 "//components/keyed_service/core",
39 "//components/password_manager/core/browser", 40 "//components/password_manager/core/browser",
40 "//components/password_manager/core/common", 41 "//components/password_manager/core/common",
41 "//components/password_manager/sync/browser", 42 "//components/password_manager/sync/browser",
42 "//components/search", 43 "//components/search",
43 "//components/search_engines", 44 "//components/search_engines",
44 "//components/sessions", 45 "//components/sessions",
45 "//components/sync_bookmarks", 46 "//components/sync_bookmarks",
46 "//components/undo", 47 "//components/undo",
47 "//components/strings", 48 "//components/strings",
48 "//components/leveldb_proto", 49 "//components/leveldb_proto",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 if (!is_chromeos) { 214 if (!is_chromeos) {
214 deps -= [ 215 deps -= [
215 "//components/pairing", 216 "//components/pairing",
216 "//components/wifi_sync", 217 "//components/wifi_sync",
217 ] 218 ]
218 } 219 }
219 } else { 220 } else {
220 deps += [ 221 deps += [
221 "//components/autofill/ios/browser", 222 "//components/autofill/ios/browser",
222 "//components/dom_distiller/ios", 223 "//components/dom_distiller/ios",
224 "//components/keyed_service/ios",
223 "//components/webp_transcode", 225 "//components/webp_transcode",
224 ] 226 ]
225 } 227 }
226 228
227 if (toolkit_views) { 229 if (toolkit_views) {
228 deps += [ "//components/constrained_window" ] 230 deps += [ "//components/constrained_window" ]
229 } 231 }
230 232
231 if (is_android) { 233 if (is_android) {
232 deps -= [ 234 deps -= [
(...skipping 14 matching lines...) Expand all
247 "//components/favicon/core", # Blocked on keyed service. 249 "//components/favicon/core", # Blocked on keyed service.
248 "//components/favicon_base", # Should work, needs checking. 250 "//components/favicon_base", # Should work, needs checking.
249 "//components/feedback", # Blocked on content. 251 "//components/feedback", # Blocked on content.
250 "//components/google/core/browser", # Should work, needs checking. 252 "//components/google/core/browser", # Should work, needs checking.
251 "//components/history/core/browser", # Should work, needs checking. 253 "//components/history/core/browser", # Should work, needs checking.
252 "//components/history/core/common", # Should work, needs checking. 254 "//components/history/core/common", # Should work, needs checking.
253 "//components/history/core/test", # Should work, needs checking. 255 "//components/history/core/test", # Should work, needs checking.
254 "//components/infobars/core", # Should work, needs checking. 256 "//components/infobars/core", # Should work, needs checking.
255 "//components/invalidation/impl", # Should work, needs checking. 257 "//components/invalidation/impl", # Should work, needs checking.
256 "//components/json_schema", # Should work, needs checking. 258 "//components/json_schema", # Should work, needs checking.
259 "//components/keyed_service/core", # Blocked on content.
257 "//components/keyed_service/content", # Blocked on content. 260 "//components/keyed_service/content", # Blocked on content.
258 "//components/navigation_interception", # Blocked on content. 261 "//components/navigation_interception", # Blocked on content.
259 "//components/omnibox/browser", # Should work, needs checking. 262 "//components/omnibox/browser", # Should work, needs checking.
260 "//components/password_manager/content/browser", # Blocked on content. 263 "//components/password_manager/content/browser", # Blocked on content.
261 "//components/password_manager/core/browser", # Should work, needs checki ng. 264 "//components/password_manager/core/browser", # Should work, needs checki ng.
262 "//components/password_manager/core/common", # Should work, needs checkin g. 265 "//components/password_manager/core/common", # Should work, needs checkin g.
263 "//components/plugins/renderer", # Blocked on blink. 266 "//components/plugins/renderer", # Blocked on blink.
264 "//components/power", # Blocked on content. 267 "//components/power", # Blocked on content.
265 "//components/policy", # Blocked on content (indirectly via autofill). 268 "//components/policy", # Blocked on content (indirectly via autofill).
266 "//components/precache/content", # Blocked on content. 269 "//components/precache/content", # Blocked on content.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "//base/test:test_support", 325 "//base/test:test_support",
323 "//components/autofill/core/browser:unit_tests", 326 "//components/autofill/core/browser:unit_tests",
324 "//components/autofill/core/common:unit_tests", 327 "//components/autofill/core/common:unit_tests",
325 "//components/bookmarks/browser:unit_tests", 328 "//components/bookmarks/browser:unit_tests",
326 "//components/bookmarks/managed:unit_tests", 329 "//components/bookmarks/managed:unit_tests",
327 "//components/compression:unit_tests", 330 "//components/compression:unit_tests",
328 "//components/content_settings/core/common", 331 "//components/content_settings/core/common",
329 "//components/data_usage/core:unit_tests", 332 "//components/data_usage/core:unit_tests",
330 "//components/dom_distiller/core:unit_tests", 333 "//components/dom_distiller/core:unit_tests",
331 "//components/google/core/browser:unit_tests", 334 "//components/google/core/browser:unit_tests",
335 "//components/keyed_service/core:unit_tests",
332 "//components/net_log:unit_tests", 336 "//components/net_log:unit_tests",
333 "//components/password_manager/core/browser:unit_tests", 337 "//components/password_manager/core/browser:unit_tests",
334 "//components/password_manager/core/common:unit_tests", 338 "//components/password_manager/core/common:unit_tests",
335 "//components/password_manager/sync/browser:unit_tests", 339 "//components/password_manager/sync/browser:unit_tests",
336 "//components/search:unit_tests", 340 "//components/search:unit_tests",
337 "//components/sessions:unit_tests", 341 "//components/sessions:unit_tests",
338 "//components/syncable_prefs:unit_tests", 342 "//components/syncable_prefs:unit_tests",
339 "//components/undo:unit_tests", 343 "//components/undo:unit_tests",
340 "//net", 344 "//net",
341 "//ui/base", 345 "//ui/base",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "//components/favicon_base:unit_tests", 393 "//components/favicon_base:unit_tests",
390 "//components/gcm_driver/crypto:unit_tests", 394 "//components/gcm_driver/crypto:unit_tests",
391 "//components/gcm_driver/instance_id:unit_tests", 395 "//components/gcm_driver/instance_id:unit_tests",
392 "//components/gcm_driver:unit_tests", 396 "//components/gcm_driver:unit_tests",
393 "//components/history/content/browser:unit_tests", 397 "//components/history/content/browser:unit_tests",
394 "//components/history/core/browser:unit_tests", 398 "//components/history/core/browser:unit_tests",
395 "//components/history/core/common:unit_tests", 399 "//components/history/core/common:unit_tests",
396 "//components/invalidation/impl:unit_tests", 400 "//components/invalidation/impl:unit_tests",
397 "//components/json_schema:unit_tests", 401 "//components/json_schema:unit_tests",
398 "//components/keyed_service/content:unit_tests", 402 "//components/keyed_service/content:unit_tests",
399 "//components/keyed_service/core:unit_tests",
400 "//components/language_usage_metrics:unit_tests", 403 "//components/language_usage_metrics:unit_tests",
401 "//components/login:unit_tests", 404 "//components/login:unit_tests",
402 "//components/memory_pressure:unit_tests", 405 "//components/memory_pressure:unit_tests",
403 "//components/metrics:unit_tests", 406 "//components/metrics:unit_tests",
404 "//components/mime_util:unit_tests", 407 "//components/mime_util:unit_tests",
405 "//components/network_time:unit_tests", 408 "//components/network_time:unit_tests",
406 "//components/offline_pages:unit_tests", 409 "//components/offline_pages:unit_tests",
407 "//components/open_from_clipboard:unit_tests", 410 "//components/open_from_clipboard:unit_tests",
408 "//components/packed_ct_ev_whitelist:unit_tests", 411 "//components/packed_ct_ev_whitelist:unit_tests",
409 "//components/password_manager/content/browser:unit_tests", 412 "//components/password_manager/content/browser:unit_tests",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 ] 691 ]
689 if (!is_ios) { 692 if (!is_ios) {
690 deps += [ 693 deps += [
691 "//base", 694 "//base",
692 "//base/test:test_support_perf", 695 "//base/test:test_support_perf",
693 "//content/test:test_support", 696 "//content/test:test_support",
694 "//components/visitedlink/browser", 697 "//components/visitedlink/browser",
695 ] 698 ]
696 } 699 }
697 } 700 }
OLDNEW
« no previous file with comments | « no previous file | components/keyed_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698