Chromium Code Reviews| 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', |
| ], |
| }, |
| }], |