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

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 1515833004: Add missing data_deps to webkit_unit_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: third_party/WebKit/Source/web/BUILD.gn
diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
index caa4ea1eb21a6d432909e91be57dd4beb3b781f4..c254405397859fd3bd866163fd32256f81c0c395 100644
--- a/third_party/WebKit/Source/web/BUILD.gn
+++ b/third_party/WebKit/Source/web/BUILD.gn
@@ -129,6 +129,10 @@ test("webkit_unit_tests") {
"//v8",
]
+ data_deps = [
+ "//content/shell:pak",
engedy 2015/12/10 13:54:33 Shouldn't this somehow include the test data that
tzik 2015/12/10 14:00:08 Added. Yes, it's likely needed.
+ ]
+
sources = [
"tests/RunAllTests.cpp",
]
« 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