Commit ae092e2a authored by John Abd-El-Malek's avatar John Abd-El-Malek

Fix swarming of browser_tests and sync_integration_tests on debug windows.

They need base.isolate to bring in the VS runtime DLLs.

BUG=414808
R=maruel@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#297456}
parent d954b810
......@@ -185,4 +185,7 @@
},
}],
],
'includes': [
'../base/base.isolate',
],
}
......@@ -94,6 +94,6 @@
}],
],
'includes': [
'../third_party/icu/icu.isolate',
'../base/base.isolate',
],
}
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