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

Unified Diff: net/net_unittests.isolate

Issue 19040002: [Android] Convert more test targets to use isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add maruel/csharp as owners for isolate files Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media_unittests.isolate ('k') | ui/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_unittests.isolate
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate
index a54c3f4ee84a2dd35879c62ae7f05752ef30ce8e..06bd41b5514548b016689092dd56052a67e2bf3a 100644
--- a/net/net_unittests.isolate
+++ b/net/net_unittests.isolate
@@ -3,6 +3,19 @@
# found in the LICENSE file.
{
'conditions': [
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '../chrome/test/data/animate1.gif',
+ '../chrome/test/data/server-unavailable.html',
+ '../chrome/test/data/server-unavailable.html.mock-http-headers',
+ '../chrome/test/data/simple.html',
+ ],
+ 'isolate_dependency_untracked': [
+ 'data/',
+ ],
+ },
+ }],
['OS=="linux"', {
'variables': {
'command': [
@@ -20,10 +33,6 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
- '../chrome/test/data/animate1.gif',
- '../chrome/test/data/server-unavailable.html',
- '../chrome/test/data/server-unavailable.html.mock-http-headers',
- '../chrome/test/data/simple.html',
'../testing/test_env.py',
'../tools/swarm_client/run_isolated.py',
'../tools/swarm_client/run_test_cases.py',
@@ -34,7 +43,6 @@
'../third_party/pywebsocket/',
'../third_party/tlslite/',
'<(PRODUCT_DIR)/pyproto/',
- 'data/',
'tools/testserver/',
],
},
« no previous file with comments | « media/media_unittests.isolate ('k') | ui/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698