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

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: Missing include 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 fdbf9519ae9ce375197add26fe8a4d051c51051c..ad77a2d8763c5e23bb96c10cb1c9307a34bb6d99 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -654,8 +654,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/chrome_geolocation_permission_context_factory.cc',
+ 'browser/geolocation/chrome_geolocation_permission_context_factory.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_confirm_infobar_delegate_factory.cc',
+ 'browser/geolocation/geolocation_confirm_infobar_delegate_factory.h',
'browser/geolocation/geolocation_infobar_queue_controller.cc',
'browser/geolocation/geolocation_infobar_queue_controller.h',
'browser/geolocation/geolocation_prefs.cc',

Powered by Google App Engine
This is Rietveld 408576698