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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
277 'front_end/resourcesPanel.css', | 277 'front_end/resourcesPanel.css', |
278 'front_end/responsiveDesignView.css', | 278 'front_end/responsiveDesignView.css', |
279 'front_end/revisionHistory.css', | 279 'front_end/revisionHistory.css', |
280 'front_end/screencastView.css', | 280 'front_end/screencastView.css', |
281 'front_end/sourcesPanel.css', | 281 'front_end/sourcesPanel.css', |
282 'front_end/sourcesView.css', | 282 'front_end/sourcesView.css', |
283 'front_end/spectrum.css', | 283 'front_end/spectrum.css', |
284 'front_end/timelinePanel.css', | 284 'front_end/timelinePanel.css', |
285 'front_end/canvasProfiler.css', | 285 'front_end/canvasProfiler.css', |
286 'front_end/layersPanel.css', | 286 'front_end/layersPanel.css', |
287 'front_end/paintProfilerView.css', | |
caseq
2014/07/21 14:36:41
You can add that to layersPanel.css for the time b
malch
2014/07/22 07:22:25
Done.
| |
287 ], | 288 ], |
288 'devtools_console_js_files': [ | 289 'devtools_console_js_files': [ |
289 'front_end/console/ConsolePanel.js', | 290 'front_end/console/ConsolePanel.js', |
290 'front_end/console/ConsoleView.js', | 291 'front_end/console/ConsoleView.js', |
291 'front_end/console/ConsoleViewMessage.js', | 292 'front_end/console/ConsoleViewMessage.js', |
292 ], | 293 ], |
293 'devtools_devices_js_files': [ | 294 'devtools_devices_js_files': [ |
294 'front_end/devices/DevicesView.js', | 295 'front_end/devices/DevicesView.js', |
295 ], | 296 ], |
296 'devtools_settings_js_files': [ | 297 'devtools_settings_js_files': [ |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
570 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 571 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
571 ], | 572 ], |
572 'devtools_script_formatter_worker_js_files': [ | 573 'devtools_script_formatter_worker_js_files': [ |
573 'front_end/script_formatter_worker/CSSFormatter.js', | 574 'front_end/script_formatter_worker/CSSFormatter.js', |
574 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 575 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
575 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 576 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
576 'front_end/common/utilities.js', | 577 'front_end/common/utilities.js', |
577 ], | 578 ], |
578 }, | 579 }, |
579 } | 580 } |
OLD | NEW |