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

Unified Diff: chrome/chrome_shell.gypi

Issue 815343005: Clean up geolocation code now that it's all upstream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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_shell.gypi
diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi
index dd7c11027d93cf96bc18dd4692ada1c47ca9ad07..7b57f06d99caca85b44ff63105b76b2947b9870b 100644
--- a/chrome/chrome_shell.gypi
+++ b/chrome/chrome_shell.gypi
@@ -21,10 +21,11 @@
'chrome.gyp:browser_ui',
'../content/content.gyp:content_app_browser',
],
- 'sources': [
- 'android/shell/chrome_shell_google_location_settings_helper.cc',
- 'android/shell/chrome_shell_google_location_settings_helper.h',
- ],
+ # TODO(newt): Delete the libchromeshell_base target?
+ #'sources': [
+ # 'android/shell/chrome_shell_google_location_settings_helper.cc',
+ # 'android/shell/chrome_shell_google_location_settings_helper.h',
+ #],
'include_dirs': [
'../skia/config',
],

Powered by Google App Engine
This is Rietveld 408576698