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', |
], |
}], |
], |