diff options
Diffstat (limited to 'chrome/chrome_android.gypi')
-rw-r--r-- | chrome/chrome_android.gypi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi index 9748bda..d99e143 100644 --- a/chrome/chrome_android.gypi +++ b/chrome/chrome_android.gypi @@ -14,13 +14,10 @@ 'type': 'shared_library', 'dependencies': [ 'chrome_android_core', - 'chromium_testshell_jni_headers', ], 'sources': [ 'android/testshell/chrome_main_delegate_testshell_android.cc', 'android/testshell/chrome_main_delegate_testshell_android.h', - 'android/testshell/tab_manager.cc', - 'android/testshell/tab_manager.h', 'android/testshell/testshell_entry_point.cc', "android/testshell/testshell_google_location_settings_helper.cc", "android/testshell/testshell_google_location_settings_helper.h", @@ -63,17 +60,6 @@ 'includes': [ '../build/java_apk.gypi', ], }, { - 'target_name': 'chromium_testshell_jni_headers', - 'type': 'none', - 'sources': [ - 'android/testshell/java/src/org/chromium/chrome/testshell/TabManager.java', - ], - 'variables': { - 'jni_gen_dir': 'chromium_testshell', - }, - '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 |