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

Unified Diff: components/keyed_service/content/BUILD.gn

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: Actually undo gyp change Created 6 years, 2 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
Index: components/keyed_service/content/BUILD.gn
diff --git a/components/keyed_service/content/BUILD.gn b/components/keyed_service/content/BUILD.gn
index a4453072c28fd2b7ae3b0de2eac3d2c54f0ca048..80f204e85eadbfdad7d2c001571abd566ae1aa81 100644
--- a/components/keyed_service/content/BUILD.gn
+++ b/components/keyed_service/content/BUILD.gn
@@ -28,6 +28,7 @@ component("content") {
"//base:prefs",
"//base/third_party/dynamic_annotations",
"//content/public/common",
+ "//components/keyed_service/core",
"//components/user_prefs",
]
}

Powered by Google App Engine
This is Rietveld 408576698