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

Unified Diff: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java

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/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
diff --git a/android_webview/shell_apk/src/org/chromium/android_webview/shell/AndroidWebViewTestShellActivity.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
similarity index 97%
rename from android_webview/shell_apk/src/org/chromium/android_webview/shell/AndroidWebViewTestShellActivity.java
rename to android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
index e1408e8c4e2b349c50c4a66f0e2ac7e143d79340..783ade535005fa1e19b4cc48a1144ca561d381fe 100644
--- a/android_webview/shell_apk/src/org/chromium/android_webview/shell/AndroidWebViewTestShellActivity.java
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
@@ -36,8 +36,8 @@ import org.chromium.content.browser.LoadUrlParams;
/*
* This is a lightweight activity for tests that only require WebView functionality.
*/
-public class AndroidWebViewTestShellActivity extends Activity {
- private final static String PREFERENCES_NAME = "AndroidWebViewTestShellPrefs";
+public class AwShellActivity extends Activity {
+ private final static String PREFERENCES_NAME = "AwShellPrefs";
private final static String INITIAL_URL = "about:blank";
private AwTestContainerView mAwTestContainerView;
private EditText mUrlTextView;

Powered by Google App Engine
This is Rietveld 408576698