Skip to content

Commit

Permalink
Adding more deps to webkit-layout-tests on Windows.
Browse files Browse the repository at this point in the history
 * Adding perl (needed for CGI scripts).
 * cygwin (possibly needed?)

BUG=717347
TBR=mcgreevy@chromium.org,dpranke@chromium.org

Review-Url: https://codereview.chromium.org/2856283003
Cr-Commit-Position: refs/heads/master@{#469297}
  • Loading branch information
mithro authored and Commit bot committed May 4, 2017
1 parent 810fd10 commit 1b05bbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,11 @@ if (!is_ios) {
]

if (is_win) {
data += [ "//third_party/apache-win32/" ]
data += [
"//third_party/apache-win32/",
"//third_party/cygwin/",
"//third_party/perl/",
]
}

if (is_android) {
Expand Down

0 comments on commit 1b05bbd

Please sign in to comment.