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

Unified Diff: BUILD.gn

Issue 2703543002: Add //third_party/apache-win32 as LayoutTest dep. (Closed)
Patch Set: Add //third_party/apache-win32 as LayoutTest dep. Created 3 years, 10 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 5f42fa9d1c8b5176ef29127f1bd47683a56bc68f..bd1ca9645a9acb3a29acead8cdf72746deaea58e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -970,6 +970,10 @@ if (!is_ios) {
"$root_build_dir/resources/inspector/",
]
+ if (is_win) {
+ data += [ "//third_party/apache-win32/" ]
+ }
+
if (is_android) {
data += [
"//third_party/catapult/",
« 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