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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 477903003: Make the WebView apk build in the Chrome tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update DEPS Created 6 years, 3 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 | « android_webview/android_webview.gyp ('k') | android_webview/buildbot/aosp_manifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index d1ce83223002c4c6aafa2e42129322daa815e6f6..ff7f2af9c434204c0c210304a8b649ca278eb873 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -7,7 +7,7 @@
'target_name': 'android_webview_apk',
'type': 'none',
'dependencies': [
- 'libwebviewchromium',
+ 'libstandalonelibwebviewchromium',
'android_webview_java',
'android_webview_pak',
'libdrawgl',
@@ -20,8 +20,8 @@
'extensions_to_not_compress': 'pak',
'extra_native_libs': ['<(SHARED_LIB_DIR)/libdrawgl.>(android_product_extension)'],
'additional_input_paths': [
- '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
- '<(PRODUCT_DIR)/android_webview_apk/assets/en-US.pak',
+ '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
+ '<(PRODUCT_DIR)/android_webview_assets/en-US.pak',
'<(PRODUCT_DIR)/android_webview_apk/assets/asset_file.html',
'<(PRODUCT_DIR)/android_webview_apk/assets/cookie_test.html',
'<(PRODUCT_DIR)/android_webview_apk/assets/asset_icon.png',
@@ -39,6 +39,8 @@
{
'destination': '<(PRODUCT_DIR)/android_webview_apk/assets',
'files': [
+ '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
+ '<(PRODUCT_DIR)/android_webview_assets/en-US.pak',
'<(java_in_dir)/assets/asset_file.html',
'<(java_in_dir)/assets/asset_icon.png',
'<(java_in_dir)/assets/cookie_test.html',
@@ -176,5 +178,11 @@
'../android_webview/test/shell/src/draw_gl/draw_gl.cc',
],
},
+ {
+ 'target_name': 'libstandalonelibwebviewchromium',
+ 'includes': [
+ 'libwebviewchromium.gypi',
+ ],
+ },
],
}
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/buildbot/aosp_manifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698