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

Unified Diff: Source/devtools/devtools.gypi

Issue 671913006: DevTools: Fix frontend compilation errors uncovered by r184188 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/front_end/host/ToolboxHost.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index 0acf78f56988b6ee78c24cc01926c25899cdd94e..6066b2897111800d8347871036f9d4e81d17d0bf 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -124,6 +124,7 @@
'devtools_host_js_files': [
'front_end/host/InspectorFrontendHost.js',
'front_end/host/Platform.js',
+ 'front_end/host/ToolboxHost.js',
'front_end/host/UserMetrics.js',
],
'devtools_screencast_js_files': [
@@ -213,7 +214,6 @@
'front_end/toolbox/MediaQueryInspector.js',
'front_end/toolbox/OverridesUI.js',
'front_end/toolbox/ResponsiveDesignView.js',
- 'front_end/toolbox/ToolboxDelegate.js',
],
'devtools_ui_js_files': [
'front_end/ui/dataGrid.css',
« no previous file with comments | « no previous file | Source/devtools/front_end/host/ToolboxHost.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698