Commit 1a1faa8e 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

Committed: https://chromium.googlesource.com/chromium/src/+/ae092e2a50702e43fc8165eaadd84c7f64977945

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

Cr-Commit-Position: refs/heads/master@{#297473}
parent 5b19be3a
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
{ {
'includes': [
'chrome.isolate',
],
'conditions': [ 'conditions': [
['OS=="linux"', { ['OS=="linux"', {
'variables': { 'variables': {
...@@ -185,4 +182,8 @@ ...@@ -185,4 +182,8 @@
}, },
}], }],
], ],
'includes': [
'../base/base.isolate',
'chrome.isolate',
],
} }
...@@ -94,6 +94,6 @@ ...@@ -94,6 +94,6 @@
}], }],
], ],
'includes': [ '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