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

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: no-find-copies 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..e5640988deb8a0fb211dd0790a88a6ca40ac5a18
--- /dev/null
+++ b/android_webview/android_webview_shell_test_apk.isolate
@@ -0,0 +1,17 @@
+# 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/',
+ '<(DEPTH)/third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html',
+ '<(DEPTH)/third_party/WebKit/LayoutTests/webexposed/resources/global-interface-listing.js',
+ ],
+ },
+ }],
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698