summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_android.gypi
diff options
context:
space:
mode:
authordtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-06 20:51:20 +0000
committerdtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-06 20:51:20 +0000
commit5442bcd661b48595fa2a8a955f9751b53e249f35 (patch)
tree1e50ee30f8e0ea85ddaa3f0fb8e78d8851a9a651 /chrome/chrome_android.gypi
parent329adc16dd96d6bdc6d0fb923e01b0f7699ceeb3 (diff)
downloadchromium_src-5442bcd661b48595fa2a8a955f9751b53e249f35.zip
chromium_src-5442bcd661b48595fa2a8a955f9751b53e249f35.tar.gz
chromium_src-5442bcd661b48595fa2a8a955f9751b53e249f35.tar.bz2
Make TabBase non abstract
TabBase will build it's own native component if nobody overrides initializeNative(). BUG=277135 Review URL: https://codereview.chromium.org/108803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_android.gypi')
-rw-r--r--chrome/chrome_android.gypi15
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 2b32666..e108808 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -16,7 +16,6 @@
'dependencies': [
'../base/base.gyp:base',
'chrome_android_core',
- 'chromium_testshell_jni_headers',
'chrome.gyp:browser_ui',
'../content/content.gyp:content_app_browser',
],
@@ -28,8 +27,6 @@
'android/testshell/chrome_main_delegate_testshell_android.h',
"android/testshell/testshell_google_location_settings_helper.cc",
"android/testshell/testshell_google_location_settings_helper.h",
- 'android/testshell/testshell_tab.cc',
- 'android/testshell/testshell_tab.h',
],
'include_dirs': [
'../skia/config',
@@ -72,18 +69,6 @@
'includes': [ '../build/java_apk.gypi', ],
},
{
- 'target_name': 'chromium_testshell_jni_headers',
- 'type': 'none',
- 'sources': [
- 'android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.java',
- ],
- 'variables': {
- 'jni_gen_package': 'chromium_testshell',
- 'jni_generator_ptr_type': 'long',
- },
- 'includes': [ '../build/jni_generator.gypi' ],
- },
- {
# chromium_testshell creates a .jar as a side effect. Any java targets
# that need that .jar in their classpath should depend on this target,
# chromium_testshell_java. Dependents of chromium_testshell receive its