| 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.
|
|
|