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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1103293002: [iOS] Upstream iOS geolocation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 8 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 | « ios/chrome/browser/geolocation/test_location_manager.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index 1577162ba8a2b106d58aec09bd15fa7c826f41a4..f524f5dc951cb3705de789aa77e16942f0d99ab9 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -70,6 +70,7 @@
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
'$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework',
+ '$(SDKROOT)/System/Library/Frameworks/CoreLocation.framework',
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
'$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
'$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
@@ -120,6 +121,14 @@
'browser/find_in_page/js_findinpage_manager.mm',
'browser/first_run/first_run.h',
'browser/first_run/first_run.mm',
+ 'browser/geolocation/CLLocation+OmniboxGeolocation.h',
+ 'browser/geolocation/CLLocation+OmniboxGeolocation.mm',
+ 'browser/geolocation/CLLocation+XGeoHeader.h',
+ 'browser/geolocation/CLLocation+XGeoHeader.mm',
+ 'browser/geolocation/location_manager.h',
+ 'browser/geolocation/location_manager.mm',
+ 'browser/geolocation/omnibox_geolocation_config.h',
+ 'browser/geolocation/omnibox_geolocation_config.mm',
'browser/infobars/confirm_infobar_controller.h',
'browser/infobars/confirm_infobar_controller.mm',
'browser/infobars/infobar.h',
« no previous file with comments | « ios/chrome/browser/geolocation/test_location_manager.mm ('k') | ios/chrome/ios_chrome_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698