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

Unified Diff: Source/devtools/devtools.gyp

Issue 202763006: DevTools: Rename inspector.js -> Main.js to follow the type name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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.gypi » ('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 b7631708885a1b449316638e00a1b8e7c5aac77f..5304116ec54d38042c7d2ecb66baa25001c101b3 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -174,7 +174,7 @@
'script_name': 'scripts/generate_devtools_grd.py',
'input_pages': [
'<(PRODUCT_DIR)/resources/inspector/devtools.html',
- '<(PRODUCT_DIR)/resources/inspector/inspector.js',
+ '<(PRODUCT_DIR)/resources/inspector/Main.js',
'<(PRODUCT_DIR)/resources/inspector/ConsolePanel.js',
'<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js',
'<(PRODUCT_DIR)/resources/inspector/ExtensionServer.js',
@@ -318,7 +318,7 @@
'front_end',
'<(SHARED_INTERMEDIATE_DIR)/blink',
],
- 'outputs': ['<(PRODUCT_DIR)/resources/inspector/inspector.js'],
+ 'outputs': ['<(PRODUCT_DIR)/resources/inspector/Main.js'],
'action': ['python', '<@(_script_name)', '<@(_input_page)', '<@(_search_path)', '<@(_outputs)'],
}],
},
« no previous file with comments | « no previous file | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698