| Index: base/base_unittests.isolate
|
| diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate
|
| index 929b146492439f1a83ce4b175392997b8b03de50..483d6f24b59519e757f4f8608d13572e4632d367 100644
|
| --- a/base/base_unittests.isolate
|
| +++ b/base/base_unittests.isolate
|
| @@ -3,6 +3,14 @@
|
| # found in the LICENSE file.
|
| {
|
| 'conditions': [
|
| + ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
|
| + 'variables': {
|
| + 'isolate_dependency_untracked': [
|
| + 'data/',
|
| + 'test/data/',
|
| + ],
|
| + },
|
| + }],
|
| ['OS=="linux"', {
|
| 'variables': {
|
| 'command': [
|
| @@ -25,10 +33,6 @@
|
| '../tools/swarm_client/run_test_cases.py',
|
| '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| - 'isolate_dependency_untracked': [
|
| - 'data/',
|
| - 'test/data/',
|
| - ],
|
| },
|
| }],
|
| ['OS=="mac" or OS=="win"', {
|
|
|