Chromium Code Reviews| Index: content/content_unittests.isolate |
| diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate |
| index 9689f02ebe9d9d19856af4199cd5bce678bea86a..b60003866a1c04c5c82ba9093ca55b7068effddf 100644 |
| --- a/content/content_unittests.isolate |
| +++ b/content/content_unittests.isolate |
| @@ -3,6 +3,23 @@ |
| # found in the LICENSE file. |
| { |
| 'conditions': [ |
| + ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { |
| + 'variables': { |
| + 'isolate_dependency_untracked': [ |
| + '../media/test/data/', |
| + '../third_party/hyphen/hyph_en_US.dic', |
|
M-A Ruel
2013/07/11 19:07:23
This one is tracked.
frankf
2013/07/11 20:32:25
Done.
|
| + '../webkit/data/', |
| + 'test/data/', |
| + ], |
| + }, |
| + }], |
| + ['OS=="android" or OS=="mac"', { |
| + 'variables': { |
| + 'isolate_dependency_untracked': [ |
| + '<(PRODUCT_DIR)/content_resources.pak', |
| + ], |
| + }, |
| + }], |
| ['OS=="linux"', { |
| 'variables': { |
| 'command': [ |
| @@ -22,17 +39,11 @@ |
| 'isolate_dependency_tracked': [ |
| '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', |
| ], |
| - 'isolate_dependency_untracked': [ |
| - '../third_party/hyphen/hyph_en_US.dic', |
| - '../webkit/data/', |
| - 'test/data/', |
| - ], |
| }, |
| }], |
| ['OS=="mac"', { |
| 'variables': { |
| 'isolate_dependency_untracked': [ |
|
M-A Ruel
2013/07/11 19:07:23
That's weird that it was in untracked in the first
frankf
2013/07/11 20:32:25
Done.
|
| - '<(PRODUCT_DIR)/content_resources.pak', |
| '<(PRODUCT_DIR)/ffmpegsumo.so', |
| ], |
| }, |