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

Unified Diff: chrome/chrome_browser.gypi

Issue 11188020: Introduce Android variants of ChromeGeolocationPermissionContext, GeolocationConfirmInfoBarDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix conflict Created 8 years, 2 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_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f3e03fa78584f482ec0ad65a723157fbd5822560..3bd5dab643bd5aab41ad1fdcd2c60c141b5693d5 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -655,10 +655,16 @@
'browser/geolocation/chrome_access_token_store.h',
'browser/geolocation/chrome_geolocation_permission_context.cc',
'browser/geolocation/chrome_geolocation_permission_context.h',
+ 'browser/geolocation/chrome_geolocation_permission_context_android.cc',
+ 'browser/geolocation/chrome_geolocation_permission_context_android.h',
'browser/geolocation/geolocation_confirm_infobar_delegate.cc',
'browser/geolocation/geolocation_confirm_infobar_delegate.h',
+ 'browser/geolocation/geolocation_confirm_infobar_delegate_android.cc',
+ 'browser/geolocation/geolocation_confirm_infobar_delegate_android.h',
'browser/geolocation/geolocation_infobar_queue_controller.cc',
'browser/geolocation/geolocation_infobar_queue_controller.h',
+ 'browser/geolocation/geolocation_infobar_queue_controller_android.cc',
+ 'browser/geolocation/geolocation_infobar_queue_controller_android.h',
'browser/geolocation/geolocation_prefs.cc',
'browser/geolocation/geolocation_prefs.h',
'browser/geolocation/geolocation_settings_state.cc',

Powered by Google App Engine
This is Rietveld 408576698