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

Unified Diff: public/BUILD.gn

Issue 302093008: Add devtools resources rules to the GN build. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
« Source/devtools/BUILD.gn ('K') | « 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: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 61a4724a462de98207c6ed9987808eb98b7f7563..af17d0d7647006694bf7547dc6157516576f74e4 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -11,3 +11,15 @@ config("blink_headers_config") {
source_set("blink_headers") {
direct_dependent_configs = [ ":blink_headers_config" ]
}
+
+group("blink_devtools_frontend_resources") {
+ deps = [
+ "//third_party/WebKit/Source/devtools:devtools_frontend_resources",
+ ]
+}
+
+group("blink_generate_devtools_grd") {
+ deps = [
+ "//third_party/WebKit/Source/devtools:generate_devtools_grd",
+ ]
+}
« Source/devtools/BUILD.gn ('K') | « Source/devtools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698