Commit 968b94fa authored by vivek.vg's avatar vivek.vg Committed by Commit bot

Include content_shell.pak for linux and windows swarming.

Apparently these are also required for the swarming phase of
tests.

BUG=312586

R=jochen@chromium.org

Review URL: https://codereview.chromium.org/580683003

Cr-Commit-Position: refs/heads/master@{#295717}
parent 25606073
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
], ],
}, },
}], }],
['OS=="mac"', { ['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': { 'variables': {
'isolate_dependency_tracked': [ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/content_shell.pak', '<(PRODUCT_DIR)/content_shell.pak',
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
], ],
}, },
}], }],
['OS=="mac" or OS=="win"', { ['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': { 'variables': {
'isolate_dependency_tracked': [ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/content_shell.pak', '<(PRODUCT_DIR)/content_shell.pak',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment