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

Unified Diff: Source/devtools/devtools.gyp

Issue 236683004: DevTools: Merge SearchView into AdvancedSearchController (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Change getter to method Created 6 years, 8 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 | « LayoutTests/inspector/editor/text-editor-selection-to-search.html ('k') | 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 2a672d69d1efc3731ab85e4fcc3a4c9f992ecf86..487906cf0c5c76e58fa880f45de6832a24208e32 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -177,7 +177,7 @@
'input_pages': [
'<(PRODUCT_DIR)/resources/inspector/devtools.html',
'<(PRODUCT_DIR)/resources/inspector/Main.js',
- '<(PRODUCT_DIR)/resources/inspector/AdvancedSearchController.js',
+ '<(PRODUCT_DIR)/resources/inspector/AdvancedSearchView.js',
'<(PRODUCT_DIR)/resources/inspector/ConsolePanel.js',
'<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js',
'<(PRODUCT_DIR)/resources/inspector/ExtensionServer.js',
@@ -347,13 +347,13 @@
'actions': [{
'action_name': 'concatenate_devtools_search_js',
'script_name': 'scripts/inline_js_imports.py',
- 'input_file': 'front_end/AdvancedSearchController.js',
+ 'input_file': 'front_end/AdvancedSearchView.js',
'inputs': [
'<@(_script_name)',
'<@(devtools_search_js_files)',
],
'search_path': 'front_end',
- 'outputs': ['<(PRODUCT_DIR)/resources/inspector/AdvancedSearchController.js'],
+ 'outputs': ['<(PRODUCT_DIR)/resources/inspector/AdvancedSearchView.js'],
'action': ['python', '<@(_script_name)', '<@(_input_file)', '<@(_search_path)', '<@(_outputs)'],
}],
},
« no previous file with comments | « LayoutTests/inspector/editor/text-editor-selection-to-search.html ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698