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

Unified Diff: Source/devtools/devtools.gyp

Issue 713053002: DevTools: do not detach views that should be hidden upon detach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: same with the gyp fix. Created 6 years, 1 month 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/splitView.css » ('j') | 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 6a727ad52520299efcebb51ed88c3ffc5ffea68d..0b7ec3af000a9cfa3bbe479c6085aa4395122fa2 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -335,7 +335,7 @@
'inputs': [
'<@(_script_name)',
'<@(_input_stylesheet)',
- '<@(devtools_core_base_files)',
+ '<@(devtools_core_css_files)',
],
'search_path': [ 'front_end' ],
'outputs': ['<(PRODUCT_DIR)/resources/inspector/devtools.css'],
@@ -352,7 +352,7 @@
'inputs': [
'<@(_script_name)',
'<@(_input_stylesheet)',
- '<@(devtools_core_base_files)',
+ '<@(devtools_core_css_files)',
],
'search_path': [ 'front_end' ],
'outputs': ['<(PRODUCT_DIR)/resources/inspector/inspector.css'],
@@ -369,7 +369,7 @@
'inputs': [
'<@(_script_name)',
'<@(_input_stylesheet)',
- '<@(devtools_core_base_files)',
+ '<@(devtools_core_css_files)',
],
'search_path': [ 'front_end' ],
'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox.css'],
« no previous file with comments | « no previous file | Source/devtools/front_end/splitView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698