| Index: chrome/chrome_android.gypi
|
| diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
|
| index 9b8cbb7db77ed41a0b763b2f433ea134200fdbd0..7cdac10eacbbd6cbc9d83d53d83560b0d3d9b44e 100644
|
| --- a/chrome/chrome_android.gypi
|
| +++ b/chrome/chrome_android.gypi
|
| @@ -16,7 +16,6 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| 'chrome_android_core',
|
| - 'chrome_android_auxiliary',
|
| 'chromium_testshell_jni_headers',
|
| 'chrome.gyp:browser_ui',
|
| '../content/content.gyp:content_app_browser',
|
| @@ -117,8 +116,6 @@
|
| 'sources': [
|
| 'app/android/chrome_android_initializer.cc',
|
| 'app/android/chrome_android_initializer.h',
|
| - 'app/android/chrome_data_reduction_proxy_android.cc',
|
| - 'app/android/chrome_data_reduction_proxy_android.h',
|
| 'app/android/chrome_main_delegate_android.cc',
|
| 'app/android/chrome_main_delegate_android.h',
|
| 'app/chrome_main_delegate.cc',
|
| @@ -132,19 +129,6 @@
|
| },
|
| },
|
| {
|
| - 'target_name': 'chrome_android_auxiliary',
|
| - 'type': 'static_library',
|
| - 'include_dirs': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/chromium_testshell',
|
| - ],
|
| - 'sources': [
|
| - 'android/testshell/chrome_data_reduction_proxy_testshell_android.cc',
|
| - ],
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - ],
|
| - },
|
| - {
|
| 'target_name': 'chromium_testshell_paks',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|