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

Unified Diff: Source/devtools/devtools.gyp

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 | « 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: Source/devtools/devtools.gyp
diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
index cea357721fd9f996732f47ed3b31e01792e6eb8e..4d38fbbf344b1961e22599b316caf00e34a58209 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -111,6 +111,7 @@
'type': 'none',
'dependencies': [
'devtools_html',
+ 'toolbox_html',
'devtools_extension_api',
'devtools_frontend_resources',
],
@@ -283,6 +284,7 @@
['debug_devtools==0', { # Release
'dependencies': [
'devtools_html',
+ 'toolbox_html',
'supported_css_properties',
'frontend_protocol_sources',
'concatenated_module_descriptors',
@@ -1026,7 +1028,7 @@
'target_name': 'concatenated_toolbox_css',
'type': 'none',
'dependencies': [
- 'devtools_html'
+ 'toolbox_html',
],
'actions': [{
'action_name': 'concatenate_toolbox_css',
« no previous file with comments | « Source/devtools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698