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

Unified Diff: components/browser_sync.gypi

Issue 1806873002: Add an infrastructure to query history.google.com about other forms of browsing history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a new component. Created 4 years, 9 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/browser_sync/browser/BUILD.gn » ('j') | components/browser_sync/browser/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync.gypi
diff --git a/components/browser_sync.gypi b/components/browser_sync.gypi
index b5bb38391784951dd8b2c0496aede0bc40900360..50c974a91ef2ce60f83a36ea9a34ee0de8fd04be 100644
--- a/components/browser_sync.gypi
+++ b/components/browser_sync.gypi
@@ -38,6 +38,9 @@
'include_dirs': [
'..',
],
+ 'export_dependent_settings': [
sdefresne 2016/03/17 13:11:20 It looks like this change is orthogonal, can you e
msramek 2016/03/17 13:58:20 It's not really orthogonal, this CL doesn't compil
+ 'sync_driver',
+ ],
'sources': [
# Note: file list duplicated in GN build.
'browser_sync/browser/profile_sync_components_factory_impl.cc',
« no previous file with comments | « no previous file | components/browser_sync/browser/BUILD.gn » ('j') | components/browser_sync/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698