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

Unified Diff: chrome/chrome_shell_test_apk.isolate

Issue 794923003: [Android] Implement instrumentation tests in platform mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « build/android/test_runner.py ('k') | content/content_shell_test_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_shell_test_apk.isolate
diff --git a/chrome/chrome_shell_test_apk.isolate b/chrome/chrome_shell_test_apk.isolate
index 4b64514f1c27685d6ecac48d21c6c292a55e658d..bf86ef59f2670b6dd1695f6e7e64bcf1390e68e3 100644
--- a/chrome/chrome_shell_test_apk.isolate
+++ b/chrome/chrome_shell_test_apk.isolate
@@ -6,7 +6,11 @@
['OS=="android"', {
'variables': {
'files': [
+ '<(DEPTH)/chrome/test/data/android/contextmenu/',
'<(DEPTH)/chrome/test/data/android/device_files/',
+ '<(DEPTH)/chrome/test/data/geolocation/geolocation_on_load.html',
+ '<(DEPTH)/chrome/test/data/popup_blocker/popup-window-open.html',
+ '<(DEPTH)/chrome/test/data/translate/fr_test.html',
],
},
}],
« no previous file with comments | « build/android/test_runner.py ('k') | content/content_shell_test_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698