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

Unified Diff: BUILD.gn

Issue 2705653002: WebKit LayoutTests needs more resources. (Closed)
Patch Set: WebKit LayoutTests needs more resources. 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..06ce0afb4ca6576c253d2f6ec2c481624ac47a14 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -933,6 +933,7 @@ if (!is_ios) {
"//content/shell:content_shell",
"//third_party/mesa:osmesa",
"//tools/imagediff",
+ "//third_party/WebKit/public:blink_devtools_frontend_resources_files",
jbudorick 2017/02/17 21:34:06 nit: Sort this, please.
mithro 2017/02/17 21:35:43 Why didn't "gn format" do that?
]
if (is_android) {
@@ -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