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

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: renamed IsSystemLocationEnabled -> IsLocationEnabled 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_shell.gypi
diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi
index dd7c11027d93cf96bc18dd4692ada1c47ca9ad07..247ae5eaa06f35b5cfd9f77931c1425326c04ddc 100644
--- a/chrome/chrome_shell.gypi
+++ b/chrome/chrome_shell.gypi
@@ -14,20 +14,13 @@
{
# GN: //chrome/android:chrome_shell_base
'target_name': 'libchromeshell_base',
- 'type': 'static_library',
+ 'type': 'none',
'dependencies': [
'../base/base.gyp:base',
'chrome_android_core',
'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',
- ],
- 'include_dirs': [
- '../skia/config',
- ],
'direct_dependent_settings': {
'ldflags': [
# Some android targets still depend on --gc-sections to link.
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698