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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'devtools_core_base_files': [ | 44 'devtools_core_base_files': [ |
45 'front_end/inspector.html', | 45 'front_end/inspector.html', |
46 'front_end/Tests.js', | 46 'front_end/Tests.js', |
47 'front_end/InspectorFrontendAPI.js', | 47 'front_end/InspectorFrontendAPI.js', |
48 'front_end/InspectorFrontendEventSink.js', | 48 'front_end/InspectorFrontendEventSink.js', |
49 'front_end/InspectorFrontendHostStub.js', | 49 'front_end/InspectorFrontendHostStub.js', |
50 'front_end/ScreencastView.js', | 50 'front_end/ScreencastView.js', |
51 'front_end/TestController.js', | 51 'front_end/TestController.js', |
52 'front_end/dialog.css', | 52 'front_end/dialog.css', |
53 'front_end/inspector.css', | 53 'front_end/inspector.css', |
54 'front_end/tabbedPane.css', | |
55 'front_end/inspectorSyntaxHighlight.css', | 54 'front_end/inspectorSyntaxHighlight.css', |
56 'front_end/popover.css', | 55 'front_end/popover.css', |
| 56 'front_end/sidebarPane.css', |
| 57 'front_end/splitView.css', |
| 58 'front_end/suggestBox.css', |
| 59 'front_end/tabbedPane.css', |
57 '<@(devtools_main_js_files)', | 60 '<@(devtools_main_js_files)', |
58 '<@(devtools_standalone_files)', | 61 '<@(devtools_standalone_files)', |
59 ], | 62 ], |
60 'devtools_common_js_files': [ | 63 'devtools_common_js_files': [ |
61 'front_end/common/Color.js', | 64 'front_end/common/Color.js', |
62 'front_end/common/CompletionDictionary.js', | 65 'front_end/common/CompletionDictionary.js', |
63 'front_end/common/DOMExtension.js', | 66 'front_end/common/DOMExtension.js', |
64 'front_end/common/Geometry.js', | 67 'front_end/common/Geometry.js', |
65 'front_end/common/MessageSink.js', | 68 'front_end/common/MessageSink.js', |
66 'front_end/common/ModuleManager.js', | 69 'front_end/common/ModuleManager.js', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 'all_devtools_files': [ | 244 'all_devtools_files': [ |
242 '<@(devtools_core_js_files)', | 245 '<@(devtools_core_js_files)', |
243 '<@(devtools_modules_js_files)', | 246 '<@(devtools_modules_js_files)', |
244 '<@(devtools_cm_css_files)', | 247 '<@(devtools_cm_css_files)', |
245 '<@(devtools_cm_js_files)', | 248 '<@(devtools_cm_js_files)', |
246 '<@(devtools_module_json_files)', | 249 '<@(devtools_module_json_files)', |
247 ], | 250 ], |
248 'devtools_standalone_files': [ | 251 'devtools_standalone_files': [ |
249 'front_end/accelerometer.css', | 252 'front_end/accelerometer.css', |
250 'front_end/auditsPanel.css', | 253 'front_end/auditsPanel.css', |
251 'front_end/breadcrumbList.css', | |
252 'front_end/breakpointsList.css', | 254 'front_end/breakpointsList.css', |
253 'front_end/cmdevtools.css', | 255 'front_end/cmdevtools.css', |
254 'front_end/dataGrid.css', | 256 'front_end/dataGrid.css', |
255 'front_end/devicesView.css', | 257 'front_end/devicesView.css', |
256 'front_end/elementsPanel.css', | 258 'front_end/elementsPanel.css', |
257 'front_end/filter.css', | 259 'front_end/filter.css', |
258 'front_end/filteredItemSelectionDialog.css', | 260 'front_end/filteredItemSelectionDialog.css', |
259 'front_end/flameChart.css', | 261 'front_end/flameChart.css', |
260 'front_end/heapProfiler.css', | 262 'front_end/heapProfiler.css', |
261 'front_end/helpScreen.css', | 263 'front_end/helpScreen.css', |
262 'front_end/indexedDBViews.css', | 264 'front_end/indexedDBViews.css', |
263 'front_end/inspectorCommon.css', | 265 'front_end/inspectorCommon.css', |
264 'front_end/navigatorView.css', | 266 'front_end/navigatorView.css', |
265 'front_end/networkLogView.css', | 267 'front_end/networkLogView.css', |
266 'front_end/networkPanel.css', | 268 'front_end/networkPanel.css', |
267 'front_end/overrides.css', | 269 'front_end/overrides.css', |
268 'front_end/panelEnablerView.css', | 270 'front_end/panelEnablerView.css', |
269 'front_end/profilesPanel.css', | 271 'front_end/profilesPanel.css', |
270 'front_end/resourceView.css', | 272 'front_end/resourceView.css', |
271 'front_end/resourcesPanel.css', | 273 'front_end/resourcesPanel.css', |
272 'front_end/responsiveDesignView.css', | 274 'front_end/responsiveDesignView.css', |
273 'front_end/revisionHistory.css', | 275 'front_end/revisionHistory.css', |
274 'front_end/screencastView.css', | 276 'front_end/screencastView.css', |
275 'front_end/sidebarPane.css', | |
276 'front_end/sourcesPanel.css', | 277 'front_end/sourcesPanel.css', |
277 'front_end/sourcesView.css', | 278 'front_end/sourcesView.css', |
278 'front_end/spectrum.css', | 279 'front_end/spectrum.css', |
279 'front_end/splitView.css', | |
280 'front_end/suggestBox.css', | |
281 'front_end/timelinePanel.css', | 280 'front_end/timelinePanel.css', |
282 'front_end/canvasProfiler.css', | 281 'front_end/canvasProfiler.css', |
283 'front_end/layersPanel.css', | 282 'front_end/layersPanel.css', |
284 ], | 283 ], |
285 'devtools_console_js_files': [ | 284 'devtools_console_js_files': [ |
286 'front_end/console/ConsolePanel.js', | 285 'front_end/console/ConsolePanel.js', |
287 'front_end/console/ConsoleView.js', | 286 'front_end/console/ConsoleView.js', |
288 'front_end/console/ConsoleViewMessage.js', | 287 'front_end/console/ConsoleViewMessage.js', |
289 ], | 288 ], |
290 'devtools_search_js_files': [ | 289 'devtools_search_js_files': [ |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
570 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 569 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
571 ], | 570 ], |
572 'devtools_script_formatter_worker_js_files': [ | 571 'devtools_script_formatter_worker_js_files': [ |
573 'front_end/script_formatter_worker/CSSFormatter.js', | 572 'front_end/script_formatter_worker/CSSFormatter.js', |
574 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 573 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
575 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
576 'front_end/common/utilities.js', | 575 'front_end/common/utilities.js', |
577 ], | 576 ], |
578 }, | 577 }, |
579 } | 578 } |
OLD | NEW |