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

Unified Diff: chrome/chrome_shell_test_apk.isolate

Issue 879993002: [Android] Add support for command-line flags via annotation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gtests 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
Index: chrome/chrome_shell_test_apk.isolate
diff --git a/chrome/chrome_shell_test_apk.isolate b/chrome/chrome_shell_test_apk.isolate
index bf86ef59f2670b6dd1695f6e7e64bcf1390e68e3..27f9886575caef89fe2549557455c984a9a90731 100644
--- a/chrome/chrome_shell_test_apk.isolate
+++ b/chrome/chrome_shell_test_apk.isolate
@@ -7,10 +7,13 @@
'variables': {
'files': [
'<(DEPTH)/chrome/test/data/android/contextmenu/',
+ '<(DEPTH)/chrome/test/data/android/cookie.html',
nyquist 2015/01/28 23:10:36 Are the changes in this file related to this CL?
jbudorick 2015/01/29 04:46:46 No, these should be in an upcoming ChromeShellTest
'<(DEPTH)/chrome/test/data/android/device_files/',
+ '<(DEPTH)/chrome/test/data/android/popup.html',
'<(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',
+ '<(DEPTH)/content/test/data/media/getusermedia.html',
],
},
}],

Powered by Google App Engine
This is Rietveld 408576698