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

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: 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.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index aad5d1bd9aa2d42c808a3e53bdbfb24c381488bf..381f55c2c36c7fe1accee8776ce6ad819ee9caf4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -109,6 +109,10 @@ group("root") {
#deps += [ "//breakpad:symupload" ]
}
+ if (!is_ios) {
+ deps += [ "//components/keyed_service/content" ]
+ }
+
if (is_linux) {
deps += [
"//dbus",
« no previous file with comments | « no previous file | components/keyed_service.gypi » ('j') | components/keyed_service.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698