Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: BUILD.gn

Issue 2856283003: Adding more deps to webkit-layout-tests on Windows. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4ffa9a8ce24a9893ce44a69a3f77b5d833a8d579..1120495be3a0b20391ba0767f2c35ebf10e71d49 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698