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

Unified Diff: Source/devtools/BUILD.gn

Issue 602753002: DevTools: Fix build target dependencies following r182595 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | Source/devtools/devtools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/BUILD.gn
diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
index f50e3d7dc3db229fbfec9de6e7d98edf67685b89..ecfdca700ce5c543cf8daac7638c65010dae0e67 100644
--- a/Source/devtools/BUILD.gn
+++ b/Source/devtools/BUILD.gn
@@ -42,6 +42,7 @@ group("devtools_frontend_resources") {
deps = [
":copy_inspector_images",
":devtools_html",
+ ":toolbox_html",
":frontend_protocol_sources",
":supported_css_properties",
":build_applications",
@@ -114,6 +115,7 @@ action("generate_devtools_grd") {
deps = [
":devtools_html",
+ ":toolbox_html",
":devtools_extension_api",
":devtools_frontend_resources",
]
@@ -264,6 +266,7 @@ action("build_applications") {
if (!debug_devtools) {
deps += [
":devtools_html",
+ ":toolbox_html",
":supported_css_properties",
":frontend_protocol_sources",
":concatenated_module_descriptors",
« no previous file with comments | « no previous file | Source/devtools/devtools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698