Commit ccbd7230 authored by msw's avatar msw Committed by Commit bot

Revert of Fix swarming of browser_tests and sync_integration_tests on debug...

Revert of Fix swarming of browser_tests and sync_integration_tests on debug windows. (patchset #1 id:1 of https://codereview.chromium.org/617983002/)

Reason for revert:
failure: http://build.chromium.org/p/chromium.linux/builders/Android%20Builder/builds/38020/steps/runhooks/logs/stdio

Error: Command /usr/bin/python src/build/gyp_chromium returned non-zero exit status 1 in /mnt/data/b/build/slave/Android_Builder/build
Updating projects from gyp files...
gyp: Key 'includes' repeated at level 1 with key path '' while reading /mnt/data/b/build/slave/Android_Builder/build/src/chrome/browser_tests.isolate while reading includes of /mnt/data/b/build/slave/Android_Builder/build/src/chrome/tab_capture_end2end_tests.isolate while reading includes of /mnt/data/b/build/slave/Android_Builder/build/src/chrome/chrome_tests.gypi while reading includes of /mnt/data/b/build/slave/Android_Builder/build/src/chrome/chrome.gyp

Original issue's description:
> 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

TBR=maruel@chromium.org,jam@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=414808

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

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