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

Unified Diff: android_webview/test_apk/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java

Issue 12317015: [android_webview] Add test shell for webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/test_apk/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java b/android_webview/test_apk/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
similarity index 94%
rename from android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
rename to android_webview/test_apk/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
index 55ca4ccf22eae896bbcbb19f03895c4a6fb5f545..e12feef43b5ed5a74b2cdbf9e66ca3447d11dbb1 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
+++ b/android_webview/test_apk/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
@@ -21,6 +21,8 @@ public class AndroidWebViewTestRunnerApplication extends Application {
public void onCreate() {
super.onCreate();
+ AwTestResourceProvider.registerResources(this);
+
CommandLine.initFromFile("/data/local/chrome-command-line");
ResourceExtractor.setMandatoryPaksToExtract(MANDATORY_PAKS);
« no previous file with comments | « android_webview/test_apk/assets/full_screen_video_test.html ('k') | build/android/adb_run_android_webview_shell » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698