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

Unified Diff: android_webview/automated_ui_tests.isolate

Issue 2146713003: Refactor and add special test runner to support Espresso tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/automated_ui_tests.isolate
diff --git a/mojo/mojo_test_apk.isolate b/android_webview/automated_ui_tests.isolate
similarity index 73%
copy from mojo/mojo_test_apk.isolate
copy to android_webview/automated_ui_tests.isolate
index e08c1be9141a7e6bb610fda611ae7396538d9572..559dd93fa2037e60382acd14b9f5ddd9f893d15b 100644
--- a/mojo/mojo_test_apk.isolate
+++ b/android_webview/automated_ui_tests.isolate
@@ -1,11 +1,10 @@
# Copyright 2016 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.
-
{
'variables': {
'files': [
- '<(DEPTH)/mojo/public/interfaces/bindings/tests/data/validation/',
+ '<(DEPTH)/android_webview/tools/automated_ui_tests/test/data/',
jbudorick 2016/07/13 18:39:19 This shouldn't be necessary any more. We should be
the real yoland 2016/07/14 03:09:59 Done
],
},
}

Powered by Google App Engine
This is Rietveld 408576698