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

Unified Diff: components/invalidation.gypi

Issue 1236533003: Add missing cacheinvalidation_proto_cpp target to invalidation_impl and export it to dependents of … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/invalidation/impl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/invalidation.gypi
diff --git a/components/invalidation.gypi b/components/invalidation.gypi
index 81e255e465501906eef0a6ed13cf3aecf02527f8..8329c8cd0a7d70e37637fe34a458487b236f6993 100644
--- a/components/invalidation.gypi
+++ b/components/invalidation.gypi
@@ -53,6 +53,7 @@
'../base/base.gyp:base_prefs',
'../google_apis/google_apis.gyp:google_apis',
'../jingle/jingle.gyp:notifier',
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_proto_cpp',
'gcm_driver',
'keyed_service_core',
'pref_registry',
@@ -151,6 +152,9 @@
'gcm_driver_test_support',
'keyed_service_core',
],
+ 'export_dependent_settings': [
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_proto_cpp',
+ ],
'include_dirs': [
'..',
],
« no previous file with comments | « no previous file | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698