OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'front_end/ResourceType.js', | 138 'front_end/ResourceType.js', |
139 'front_end/ResourceUtils.js', | 139 'front_end/ResourceUtils.js', |
140 'front_end/ResourceView.js', | 140 'front_end/ResourceView.js', |
141 'front_end/RuntimeModel.js', | 141 'front_end/RuntimeModel.js', |
142 'front_end/SASSSourceMapping.js', | 142 'front_end/SASSSourceMapping.js', |
143 'front_end/ScreencastView.js', | 143 'front_end/ScreencastView.js', |
144 'front_end/Script.js', | 144 'front_end/Script.js', |
145 'front_end/ScriptFormatter.js', | 145 'front_end/ScriptFormatter.js', |
146 'front_end/ScriptFormatterWorker.js', | 146 'front_end/ScriptFormatterWorker.js', |
147 'front_end/ScriptSnippetModel.js', | 147 'front_end/ScriptSnippetModel.js', |
148 'front_end/ScriptsPanelDescriptor.js', | |
149 'front_end/SearchController.js', | 148 'front_end/SearchController.js', |
150 'front_end/SettingsScreen.js', | 149 'front_end/SettingsScreen.js', |
151 'front_end/Section.js', | 150 'front_end/Section.js', |
152 'front_end/Settings.js', | 151 'front_end/Settings.js', |
153 'front_end/ShortcutsScreen.js', | 152 'front_end/ShortcutsScreen.js', |
154 'front_end/ShowMoreDataGridNode.js', | 153 'front_end/ShowMoreDataGridNode.js', |
155 'front_end/SidebarOverlay.js', | 154 'front_end/SidebarOverlay.js', |
156 'front_end/SidebarPane.js', | 155 'front_end/SidebarPane.js', |
157 'front_end/SidebarView.js', | 156 'front_end/SidebarView.js', |
158 'front_end/SidebarTreeElement.js', | 157 'front_end/SidebarTreeElement.js', |
159 'front_end/SimpleWorkspaceProvider.js', | 158 'front_end/SimpleWorkspaceProvider.js', |
160 'front_end/SnippetStorage.js', | 159 'front_end/SnippetStorage.js', |
161 'front_end/SoftContextMenu.js', | 160 'front_end/SoftContextMenu.js', |
162 'front_end/SourceFrame.js', | 161 'front_end/SourceFrame.js', |
163 'front_end/SourceMap.js', | 162 'front_end/SourceMap.js', |
164 'front_end/SourceMapping.js', | 163 'front_end/SourceMapping.js', |
| 164 'front_end/SourcesPanelDescriptor.js', |
165 'front_end/Spectrum.js', | 165 'front_end/Spectrum.js', |
166 'front_end/SplitView.js', | 166 'front_end/SplitView.js', |
167 'front_end/StatusBarButton.js', | 167 'front_end/StatusBarButton.js', |
168 'front_end/StylesSourceMapping.js', | 168 'front_end/StylesSourceMapping.js', |
169 'front_end/SuggestBox.js', | 169 'front_end/SuggestBox.js', |
170 'front_end/TabbedPane.js', | 170 'front_end/TabbedPane.js', |
171 'front_end/TestController.js', | 171 'front_end/TestController.js', |
172 'front_end/TextEditor.js', | 172 'front_end/TextEditor.js', |
173 'front_end/TextRange.js', | 173 'front_end/TextRange.js', |
174 'front_end/TextPrompt.js', | 174 'front_end/TextPrompt.js', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 'front_end/inspectorCommon.css', | 214 'front_end/inspectorCommon.css', |
215 'front_end/navigatorView.css', | 215 'front_end/navigatorView.css', |
216 'front_end/networkLogView.css', | 216 'front_end/networkLogView.css', |
217 'front_end/networkPanel.css', | 217 'front_end/networkPanel.css', |
218 'front_end/panelEnablerView.css', | 218 'front_end/panelEnablerView.css', |
219 'front_end/profilesPanel.css', | 219 'front_end/profilesPanel.css', |
220 'front_end/resourceView.css', | 220 'front_end/resourceView.css', |
221 'front_end/resourcesPanel.css', | 221 'front_end/resourcesPanel.css', |
222 'front_end/revisionHistory.css', | 222 'front_end/revisionHistory.css', |
223 'front_end/screencastView.css', | 223 'front_end/screencastView.css', |
224 'front_end/scriptsPanel.css', | |
225 'front_end/sidebarPane.css', | 224 'front_end/sidebarPane.css', |
| 225 'front_end/sourcesPanel.css', |
226 'front_end/spectrum.css', | 226 'front_end/spectrum.css', |
227 'front_end/splitView.css', | 227 'front_end/splitView.css', |
228 'front_end/tabbedPane.css', | 228 'front_end/tabbedPane.css', |
229 'front_end/textPrompt.css', | 229 'front_end/textPrompt.css', |
230 'front_end/timelinePanel.css', | 230 'front_end/timelinePanel.css', |
231 'front_end/canvasProfiler.css', | 231 'front_end/canvasProfiler.css', |
232 'front_end/layersPanel.css', | 232 'front_end/layersPanel.css', |
233 ], | 233 ], |
234 'devtools_elements_js_files': [ | 234 'devtools_elements_js_files': [ |
235 'front_end/CSSNamedFlowCollectionsView.js', | 235 'front_end/CSSNamedFlowCollectionsView.js', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 'devtools_scripts_js_files': [ | 268 'devtools_scripts_js_files': [ |
269 'front_end/BreakpointsSidebarPane.js', | 269 'front_end/BreakpointsSidebarPane.js', |
270 'front_end/CallStackSidebarPane.js', | 270 'front_end/CallStackSidebarPane.js', |
271 'front_end/FilePathScoreFunction.js', | 271 'front_end/FilePathScoreFunction.js', |
272 'front_end/FilteredItemSelectionDialog.js', | 272 'front_end/FilteredItemSelectionDialog.js', |
273 'front_end/JavaScriptSourceFrame.js', | 273 'front_end/JavaScriptSourceFrame.js', |
274 'front_end/NavigatorOverlayController.js', | 274 'front_end/NavigatorOverlayController.js', |
275 'front_end/NavigatorView.js', | 275 'front_end/NavigatorView.js', |
276 'front_end/RevisionHistoryView.js', | 276 'front_end/RevisionHistoryView.js', |
277 'front_end/ScopeChainSidebarPane.js', | 277 'front_end/ScopeChainSidebarPane.js', |
278 'front_end/ScriptsNavigator.js', | 278 'front_end/SourcesNavigator.js', |
279 'front_end/ScriptsPanel.js', | 279 'front_end/SourcesPanel.js', |
280 'front_end/ScriptsSearchScope.js', | 280 'front_end/SourcesSearchScope.js', |
281 'front_end/StyleSheetOutlineDialog.js', | 281 'front_end/StyleSheetOutlineDialog.js', |
282 'front_end/TabbedEditorContainer.js', | 282 'front_end/TabbedEditorContainer.js', |
283 'front_end/UISourceCodeFrame.js', | 283 'front_end/UISourceCodeFrame.js', |
284 'front_end/WatchExpressionsSidebarPane.js', | 284 'front_end/WatchExpressionsSidebarPane.js', |
285 'front_end/WorkersSidebarPane.js', | 285 'front_end/WorkersSidebarPane.js', |
286 ], | 286 ], |
287 'devtools_timeline_js_files': [ | 287 'devtools_timeline_js_files': [ |
288 'front_end/MemoryStatistics.js', | 288 'front_end/MemoryStatistics.js', |
289 'front_end/TimelineFrameController.js', | 289 'front_end/TimelineFrameController.js', |
290 'front_end/TimelineModel.js', | 290 'front_end/TimelineModel.js', |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 'concatenated_devtools_css'], | 600 'concatenated_devtools_css'], |
601 'actions': [{ | 601 'actions': [{ |
602 'action_name': 'generate_devtools_grd', | 602 'action_name': 'generate_devtools_grd', |
603 'script_name': 'scripts/generate_devtools_grd.py', | 603 'script_name': 'scripts/generate_devtools_grd.py', |
604 'input_pages': [ | 604 'input_pages': [ |
605 '<(PRODUCT_DIR)/resources/inspector/devtools.html', | 605 '<(PRODUCT_DIR)/resources/inspector/devtools.html', |
606 '<(PRODUCT_DIR)/resources/inspector/inspector.js', | 606 '<(PRODUCT_DIR)/resources/inspector/inspector.js', |
607 '<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js
', | 607 '<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js
', |
608 '<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.j
s', | 608 '<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.j
s', |
609 '<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js'
, | 609 '<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js'
, |
610 '<(PRODUCT_DIR)/resources/inspector/ScriptsPanel.js'
, | 610 '<(PRODUCT_DIR)/resources/inspector/SourcesPanel.js'
, |
611 '<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js
', | 611 '<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js
', |
612 '<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js
', | 612 '<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js
', |
613 '<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js', | 613 '<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js', |
614 '<(PRODUCT_DIR)/resources/inspector/LayersPanel.js', | 614 '<(PRODUCT_DIR)/resources/inspector/LayersPanel.js', |
615 '<(PRODUCT_DIR)/resources/inspector/CodeMirrorTextEd
itor.js', | 615 '<(PRODUCT_DIR)/resources/inspector/CodeMirrorTextEd
itor.js', |
616 '<(PRODUCT_DIR)/resources/inspector/HeapSnapshotWork
er.js', | 616 '<(PRODUCT_DIR)/resources/inspector/HeapSnapshotWork
er.js', |
617 '<(PRODUCT_DIR)/resources/inspector/ScriptFormatterW
orker.js', | 617 '<(PRODUCT_DIR)/resources/inspector/ScriptFormatterW
orker.js', |
618 '<(PRODUCT_DIR)/resources/inspector/inspector.css', | 618 '<(PRODUCT_DIR)/resources/inspector/inspector.css', |
619 '<(PRODUCT_DIR)/resources/inspector/devtools_extensi
on_api.js', | 619 '<(PRODUCT_DIR)/resources/inspector/devtools_extensi
on_api.js', |
620 '<@(devtools_standalone_files)', | 620 '<@(devtools_standalone_files)', |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
767 'outputs': ['<(PRODUCT_DIR)/resources/inspector/NetworkP
anel.js'], | 767 'outputs': ['<(PRODUCT_DIR)/resources/inspector/NetworkP
anel.js'], |
768 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_search_path)', '<@(_outputs)'], | 768 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_search_path)', '<@(_outputs)'], |
769 }], | 769 }], |
770 }, | 770 }, |
771 { | 771 { |
772 'target_name': 'concatenated_devtools_scripts_js', | 772 'target_name': 'concatenated_devtools_scripts_js', |
773 'type': 'none', | 773 'type': 'none', |
774 'actions': [{ | 774 'actions': [{ |
775 'action_name': 'concatenate_devtools_scripts_js', | 775 'action_name': 'concatenate_devtools_scripts_js', |
776 'script_name': 'scripts/inline_js_imports.py', | 776 'script_name': 'scripts/inline_js_imports.py', |
777 'input_file': 'front_end/ScriptsPanel.js', | 777 'input_file': 'front_end/SourcesPanel.js', |
778 'inputs': [ | 778 'inputs': [ |
779 '<@(_script_name)', | 779 '<@(_script_name)', |
780 '<@(devtools_scripts_js_files)', | 780 '<@(devtools_scripts_js_files)', |
781 ], | 781 ], |
782 'search_path': 'front_end', | 782 'search_path': 'front_end', |
783 'outputs': ['<(PRODUCT_DIR)/resources/inspector/ScriptsP
anel.js'], | 783 'outputs': ['<(PRODUCT_DIR)/resources/inspector/SourcesP
anel.js'], |
784 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_search_path)', '<@(_outputs)'], | 784 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_search_path)', '<@(_outputs)'], |
785 }], | 785 }], |
786 }, | 786 }, |
787 { | 787 { |
788 'target_name': 'concatenated_devtools_timeline_js', | 788 'target_name': 'concatenated_devtools_timeline_js', |
789 'type': 'none', | 789 'type': 'none', |
790 'actions': [{ | 790 'actions': [{ |
791 'action_name': 'concatenate_devtools_timeline_js', | 791 'action_name': 'concatenate_devtools_timeline_js', |
792 'script_name': 'scripts/inline_js_imports.py', | 792 'script_name': 'scripts/inline_js_imports.py', |
793 'input_file': 'front_end/TimelinePanel.js', | 793 'input_file': 'front_end/TimelinePanel.js', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 'destination': '<(PRODUCT_DIR)/resources/inspector', | 926 'destination': '<(PRODUCT_DIR)/resources/inspector', |
927 'files': [ | 927 'files': [ |
928 '<@(devtools_standalone_files)', | 928 '<@(devtools_standalone_files)', |
929 ], | 929 ], |
930 }], | 930 }], |
931 }, | 931 }, |
932 ], | 932 ], |
933 }], | 933 }], |
934 ], # conditions | 934 ], # conditions |
935 } | 935 } |
OLD | NEW |