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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 524933002: Revert of android: Use hw acceleration in android_webview_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java » ('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 6216784825ae8a73acae7435b03bc5599fb4b971..0419d60e724b70e5e20527c0136d6516e8ce9bee 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -10,7 +10,6 @@
'libwebviewchromium',
'android_webview_java',
'android_webview_pak',
- 'libdrawgl',
],
'variables': {
'apk_name': 'AndroidWebView',
@@ -18,7 +17,6 @@
'native_lib_target': 'libstandalonelibwebviewchromium',
'resource_dir': 'test/shell/res',
'extensions_to_not_compress': 'pak',
- 'additional_bundled_libs': '<(SHARED_LIB_DIR)/libdrawgl.so',
'additional_input_paths': [
'<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
'<(PRODUCT_DIR)/android_webview_apk/assets/en-US.pak',
@@ -164,17 +162,5 @@
],
'includes': [ '../build/apk_test.gypi' ],
},
- {
- 'target_name': 'libdrawgl',
- 'type': 'shared_library',
- # Do not depend on any other component here, since this target
- # builds a separate shared library!
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- '../android_webview/test/shell/src/draw_gl/draw_gl.cc',
- ],
- },
],
}
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698