Index: content/content_browsertests.isolate |
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate |
index ca92600e395b22203b16218e5fe673a912b7971a..f4a3985bb73477180d437f67fabd7f94167cbb16 100644 |
--- a/content/content_browsertests.isolate |
+++ b/content/content_browsertests.isolate |
@@ -77,12 +77,18 @@ |
], |
}, |
}], |
- ['OS=="linux" or OS=="mac" or OS=="win"', { |
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { |
Bernhard Bauer
2015/08/28 09:08:57
Could this simply be "enable_plugins==1"?
hshi1
2015/08/28 16:32:31
Done.
|
'variables': { |
'files': [ |
- '../net/tools/testserver/', |
'../ppapi/tests/test_case.html', |
'../ppapi/tests/test_page.css', |
+ ], |
+ }, |
+ }], |
+ ['OS=="linux" or OS=="mac" or OS=="win"', { |
+ 'variables': { |
+ 'files': [ |
+ '../net/tools/testserver/', |
'../testing/test_env.py', |
'../third_party/pyftpdlib/', |
'../third_party/pywebsocket/', |