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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 1387633002: Update instrumentation tests to use PreTestHooks for policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index 908bce30609cb0f8d72abf67e4db25aa62b82eae..f2d933a2fd452afa8ad6abb950297442b7c083c6 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -11,6 +11,8 @@
'android_webview_java',
'android_webview_pak',
'libdrawgl',
+ '../base/base.gyp:base_java_test_support',
+ '../components/components.gyp:policy_java_test_support'
],
'variables': {
'apk_name': 'AndroidWebView',
@@ -94,6 +96,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base_java_test_support',
+ '../components/components.gyp:policy_java_test_support',
'../content/content_shell_and_tests.gyp:content_java_test_support',
'../net/net.gyp:net_java_test_support',
'../testing/android/on_device_instrumentation.gyp:broker_java',

Powered by Google App Engine
This is Rietveld 408576698