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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/keyed_service.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 166563f73b518cc6a01a7be01a0aab49bcef0f81..ce458d9e2a51f394d15e3fbc06ef30bc1a97bb40 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -36,6 +36,7 @@ group("all_components") {
"//components/device_event_log",
"//components/dom_distiller/core",
"//components/google/core/browser",
+ "//components/keyed_service/core",
"//components/password_manager/core/browser",
"//components/password_manager/core/common",
"//components/password_manager/sync/browser",
@@ -220,6 +221,7 @@ group("all_components") {
deps += [
"//components/autofill/ios/browser",
"//components/dom_distiller/ios",
+ "//components/keyed_service/ios",
"//components/webp_transcode",
]
}
@@ -254,6 +256,7 @@ group("all_components") {
"//components/infobars/core", # Should work, needs checking.
"//components/invalidation/impl", # Should work, needs checking.
"//components/json_schema", # Should work, needs checking.
+ "//components/keyed_service/core", # Blocked on content.
"//components/keyed_service/content", # Blocked on content.
"//components/navigation_interception", # Blocked on content.
"//components/omnibox/browser", # Should work, needs checking.
@@ -329,6 +332,7 @@ test("components_unittests") {
"//components/data_usage/core:unit_tests",
"//components/dom_distiller/core:unit_tests",
"//components/google/core/browser:unit_tests",
+ "//components/keyed_service/core:unit_tests",
"//components/net_log:unit_tests",
"//components/password_manager/core/browser:unit_tests",
"//components/password_manager/core/common:unit_tests",
@@ -396,7 +400,6 @@ test("components_unittests") {
"//components/invalidation/impl:unit_tests",
"//components/json_schema:unit_tests",
"//components/keyed_service/content:unit_tests",
- "//components/keyed_service/core:unit_tests",
"//components/language_usage_metrics:unit_tests",
"//components/login:unit_tests",
"//components/memory_pressure:unit_tests",
« 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