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

Unified Diff: android_webview/android_webview.gyp

Issue 12609013: [android_webview] Build test code against the shell APK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix up minsdkversoin Created 7 years, 9 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
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index edc6c05f4d3b953dd43062b3951f2e6b0f42b854..41f9898a33407b555892f43053fa16b65d727f6e 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -193,29 +193,5 @@
},
'includes': [ '../build/java.gypi' ],
},
- {
- 'target_name': 'android_webview_apk',
- 'type': 'none',
- 'dependencies': [
- '../base/base.gyp:base_java',
- '../components/components.gyp:navigation_interception_java',
- '../components/components.gyp:web_contents_delegate_android_java',
- '../content/content.gyp:content_java',
- '../media/media.gyp:media_java',
- '../net/net.gyp:net_java',
- '../ui/ui.gyp:ui_java',
- 'libwebviewchromium',
- ],
- 'variables': {
- 'apk_name': 'AndroidWebView',
- 'manifest_package_name': 'org.chromium.android_webview',
- 'java_in_dir': '../android_webview/java',
- 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'],
- 'additional_input_paths': [
- '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
- ],
- },
- 'includes': [ '../build/java_apk.gypi' ],
- },
],
}
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | android_webview/test/shell/AndroidManifest.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698