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

Unified Diff: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.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/AwShellResourceProvider.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java
similarity index 89%
rename from android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
rename to android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java
index 0f515e5855b4ff84ee35718d8988007dc9836882..704894d9761d350784458ee4587849f3c5a77272 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwTestResourceProvider.java
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellResourceProvider.java
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.android_webview.test;
+package org.chromium.android_webview.shell;
import android.content.Context;
import org.chromium.android_webview.AwResource;
-public class AwTestResourceProvider {
+public class AwShellResourceProvider {
private static boolean sInitialized;
public static void registerResources(Context context) {

Powered by Google App Engine
This is Rietveld 408576698