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

Unified Diff: components/components.gyp

Issue 255273002: First step towards invalidations componentization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix merge conflict Created 6 years, 7 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 | « chrome/chrome_tests_unit.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 47576cc6ec3011720eda0885fd76081263f00e6f..4c73ed21d0165facbf18ab1600eaef544d24c892 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -69,10 +69,11 @@
]
}],
['android_webview_build == 0', {
- # Android WebView fails to build if a dependency on sync.gyp:sync is
+ # Android WebView fails to build if a dependency on these targets is
# introduced.
'includes': [
'sync_driver.gypi',
+ 'invalidation.gypi',
],
}],
],
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698