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

Unified Diff: BUILD.gn

Issue 2705653002: WebKit LayoutTests needs more resources. (Closed)
Patch Set: Fixing sorting. 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 | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | 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 8c0812052e3c82566d72e24797ba82a4009e7ca7..f39930e0d0d2b2775ac7724381b163fae9d83663 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -931,6 +931,7 @@ if (!is_ios) {
testonly = true
data_deps = [
"//content/shell:content_shell",
+ "//third_party/WebKit/public:blink_devtools_frontend_resources_files",
"//third_party/mesa:osmesa",
"//tools/imagediff",
]
@@ -968,6 +969,7 @@ if (!is_ios) {
"//testing/xvfb.py",
"//testing/scripts/run_isolated_script_test.py",
"//third_party/WebKit/LayoutTests/",
+ "//third_party/WebKit/PerformanceTests/",
"//third_party/WebKit/Tools/Scripts/",
"$root_build_dir/resources/inspector/",
]
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698