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

Unified Diff: BUILD.gn

Issue 336443004: Add components/keyed_service to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no android Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/keyed_service.gypi » ('j') | components/keyed_service/core/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e3feaf393b9572e110a5461b7ccb4eb3607b0839..248136f280c6c550ed123714fc7f4cf3e28bc9d4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -110,6 +110,10 @@ group("root") {
#deps += [ "//breakpad:symupload" ]
}
+ if (!is_ios) {
+ deps += [ "//components/keyed_service/content" ]
+ }
+
if (is_linux) {
deps += [
"//dbus",
@@ -140,6 +144,7 @@ group("root") {
deps -= [
"//cc",
"//content",
+ "//components/keyed_service/content", # Blocked on content.
"//components/user_prefs", # Blocked on content.
"//components/visitedlink/browser", # Blocked on content.
"//components/visitedlink/common", # Blocked on content.
« no previous file with comments | « no previous file | components/keyed_service.gypi » ('j') | components/keyed_service/core/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698