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

Unified Diff: chrome/chrome_android.gypi

Issue 108803002: Make TabBase non abstract (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 12 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/browser/android/tab_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_android.gypi
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 2b32666369da2071e5b0c0396200597a2a83bb20..e10880811fbb0b2b2a5c7aaa74d16cfe5fca8a76 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
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698