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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4
5 { 4 {
6 'variables': { 5 'variables': {
7 'files': [ 6 'files': [
8 '<(DEPTH)/mojo/public/interfaces/bindings/tests/data/validation/', 7 '<(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
9 ], 8 ],
10 }, 9 },
11 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698