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

Unified Diff: components/autofill.gypi

Issue 2192683002: Reland 2:Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t_to_int truncation warning Created 4 years, 5 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/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index ef32405458ca6d00b8e70c736176beb2e635f312..7f42600f6b1504d4237a4f3558464356435f424f 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -260,8 +260,14 @@
'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h',
'autofill/core/browser/autofill_save_card_infobar_mobile.h',
],
- }]
+ }],
+ ['OS!="ios"', {
+ 'dependencies': [
+ '../device/geolocation/geolocation.gyp:device_geolocation',
+ ]
+ }],
],
+
},
{
« no previous file with comments | « components/BUILD.gn ('k') | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698