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

Unified Diff: android_webview/android_webview_shell_test_apk.isolate

Issue 1215733002: [Android WebViewShell] Make WebViewLayoutTest runnable with test_runner.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 5 years, 6 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_shell_test_apk.isolate
diff --git a/android_webview/android_webview_shell_test_apk.isolate b/android_webview/android_webview_shell_test_apk.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..b6bd9a55c7ea7bdb279d57fc328a494db7b85441
--- /dev/null
+++ b/android_webview/android_webview_shell_test_apk.isolate
@@ -0,0 +1,15 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'conditions': [
+ ['OS=="android"', {
+ 'variables': {
+ 'files': [
+ '<(DEPTH)/android_webview/tools/WebViewShell/test/',
+ ],
+ },
+ }],
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698