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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 'front_end/timelinePanel.css', | 235 'front_end/timelinePanel.css', |
236 'front_end/canvasProfiler.css', | 236 'front_end/canvasProfiler.css', |
237 'front_end/layersPanel.css', | 237 'front_end/layersPanel.css', |
238 ], | 238 ], |
239 'devtools_console_js_files': [ | 239 'devtools_console_js_files': [ |
240 'front_end/ConsolePanel.js', | 240 'front_end/ConsolePanel.js', |
241 'front_end/ConsoleView.js', | 241 'front_end/ConsoleView.js', |
242 'front_end/ConsoleViewMessage.js', | 242 'front_end/ConsoleViewMessage.js', |
243 ], | 243 ], |
244 'devtools_search_js_files': [ | 244 'devtools_search_js_files': [ |
245 'front_end/AdvancedSearchController.js', | 245 'front_end/AdvancedSearchView.js', |
246 'front_end/FileBasedSearchResultsPane.js', | 246 'front_end/FileBasedSearchResultsPane.js', |
247 'front_end/SearchConfig.js', | 247 'front_end/SearchConfig.js', |
248 'front_end/SourcesSearchScope.js', | 248 'front_end/SourcesSearchScope.js', |
249 ], | 249 ], |
250 'devtools_elements_js_files': [ | 250 'devtools_elements_js_files': [ |
251 'front_end/DOMSyntaxHighlighter.js', | 251 'front_end/DOMSyntaxHighlighter.js', |
252 'front_end/ElementsTreeOutline.js', | 252 'front_end/ElementsTreeOutline.js', |
253 'front_end/ElementsPanel.js', | 253 'front_end/ElementsPanel.js', |
254 'front_end/EventListenersSidebarPane.js', | 254 'front_end/EventListenersSidebarPane.js', |
255 'front_end/MetricsSidebarPane.js', | 255 'front_end/MetricsSidebarPane.js', |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 'front_end/TempStorageSharedWorker.js', | 489 'front_end/TempStorageSharedWorker.js', |
490 ], | 490 ], |
491 'devtools_script_formatter_worker_js_files': [ | 491 'devtools_script_formatter_worker_js_files': [ |
492 'front_end/CSSFormatter.js', | 492 'front_end/CSSFormatter.js', |
493 'front_end/JavaScriptFormatter.js', | 493 'front_end/JavaScriptFormatter.js', |
494 'front_end/ScriptFormatterWorker.js', | 494 'front_end/ScriptFormatterWorker.js', |
495 'front_end/utilities.js', | 495 'front_end/utilities.js', |
496 ], | 496 ], |
497 }, | 497 }, |
498 } | 498 } |
OLD | NEW |