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

Unified Diff: chrome/chrome_android.gypi

Issue 1579403002: Move remote_db_manager into the safe_browsing_db component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a gn dep on safe_browsing_db_mobile Created 4 years, 11 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
Index: chrome/chrome_android.gypi
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 1f1d797f51942fb85f9c8ac990dc00d3e8b9ed6f..56681ee342180f54134e30f1a2424d0238a49dde 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -21,6 +21,7 @@
# TODO(kkimlabs): Move this to chrome.gyp:browser when the dependent
# is upstreamed.
'../components/components.gyp:enhanced_bookmarks',
+ '../components/components.gyp:safe_browsing_db_mobile',
Nathan Parker 2016/01/20 23:26:54 How did chrome_android_core depend on this code be
vakh (use Gerrit instead) 2016/01/21 01:36:46 Likely through: 'chrome.gyp:browser'
'../content/content.gyp:content',
'../content/content.gyp:content_app_both',
],

Powered by Google App Engine
This is Rietveld 408576698