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

Unified Diff: BUILD.gn

Issue 2195223002: Add data dependency directories for blink_tests in BUILD.gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 f44054cc9a8ec6eb3a3f06d22fad09babb2be1c1..b9b9233b4f96a4cfbd889117378cf4510cdfa1f8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -917,6 +917,11 @@ if (!is_ios) {
if (is_linux) {
deps += [ "//breakpad:dump_syms($host_toolchain)" ]
}
+
+ data = [
+ "//third_party/WebKit/LayoutTests/",
+ "//third_party/WebKit/Tools/Scripts/",
+ ]
}
}
« 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