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

Unified Diff: components/sync_driver.gypi

Issue 1692873004: Move ProfileSyncService tests for autofill & typed URLs to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@581640_no_browser_thread
Patch Set: Created 4 years, 10 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 | « components/components_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index d5daf40a989e4c570fea75a261971127370c1658..3c02381f0b755ddd769cb2ac1aef5081bd7bf2a8 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -21,6 +21,9 @@
'sync_driver_features',
'version_info',
],
+ 'export_dependent_settings': [
+ '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
Nicolas Zea 2016/02/13 01:30:35 Why is this necessary now?
vabr (Chromium) 2016/02/13 10:43:46 The invalidation headers require a special path pr
+ ],
'include_dirs': [
'..',
],
« no previous file with comments | « components/components_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698