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

Unified Diff: third_party/WebKit/public/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 | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index f013b5d4917de8a6aebccdbf7c34084f8659fdb4..dd43b771abadbb1f12478d27ee5ad65aabed5a56 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -599,6 +599,12 @@ group("blink_devtools_frontend_resources") {
]
}
+group("blink_devtools_frontend_resources_files") {
+ data_deps = [
+ "//third_party/WebKit/Source/devtools:devtools_all_files",
+ ]
+}
+
group("blink_generate_devtools_grd") {
public_deps = [
"//third_party/WebKit/Source/devtools:generate_devtools_grd",
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698