| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'front_end/SourcesSearchScope.js', | 301 'front_end/SourcesSearchScope.js', |
| 302 'front_end/StyleSheetOutlineDialog.js', | 302 'front_end/StyleSheetOutlineDialog.js', |
| 303 'front_end/TabbedEditorContainer.js', | 303 'front_end/TabbedEditorContainer.js', |
| 304 'front_end/UISourceCodeFrame.js', | 304 'front_end/UISourceCodeFrame.js', |
| 305 'front_end/WatchExpressionsSidebarPane.js', | 305 'front_end/WatchExpressionsSidebarPane.js', |
| 306 'front_end/WorkersSidebarPane.js', | 306 'front_end/WorkersSidebarPane.js', |
| 307 'front_end/ThreadsToolbar.js', | 307 'front_end/ThreadsToolbar.js', |
| 308 ], | 308 ], |
| 309 'devtools_timeline_js_files': [ | 309 'devtools_timeline_js_files': [ |
| 310 'front_end/CountersGraph.js', | 310 'front_end/CountersGraph.js', |
| 311 'front_end/DOMCountersGraph.js', | 311 'front_end/MemoryCountersGraph.js', |
| 312 'front_end/PieChart.js', | 312 'front_end/PieChart.js', |
| 313 'front_end/TimelineFrameModel.js', | 313 'front_end/TimelineFrameModel.js', |
| 314 'front_end/TimelineModel.js', | 314 'front_end/TimelineModel.js', |
| 315 'front_end/TimelinePresentationModel.js', | 315 'front_end/TimelinePresentationModel.js', |
| 316 'front_end/TimelineOverviewPane.js', | 316 'front_end/TimelineOverviewPane.js', |
| 317 'front_end/TimelineEventOverview.js', | 317 'front_end/TimelineEventOverview.js', |
| 318 'front_end/TimelineFlameChart.js', | 318 'front_end/TimelineFlameChart.js', |
| 319 'front_end/TimelineFrameOverview.js', | 319 'front_end/TimelineFrameOverview.js', |
| 320 'front_end/TimelineMemoryOverview.js', | 320 'front_end/TimelineMemoryOverview.js', |
| 321 'front_end/TimelineUIUtils.js', | 321 'front_end/TimelineUIUtils.js', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 'front_end/TempStorageSharedWorker.js', | 478 'front_end/TempStorageSharedWorker.js', |
| 479 ], | 479 ], |
| 480 'devtools_script_formatter_worker_js_files': [ | 480 'devtools_script_formatter_worker_js_files': [ |
| 481 'front_end/CSSFormatter.js', | 481 'front_end/CSSFormatter.js', |
| 482 'front_end/JavaScriptFormatter.js', | 482 'front_end/JavaScriptFormatter.js', |
| 483 'front_end/ScriptFormatterWorker.js', | 483 'front_end/ScriptFormatterWorker.js', |
| 484 'front_end/utilities.js', | 484 'front_end/utilities.js', |
| 485 ], | 485 ], |
| 486 }, | 486 }, |
| 487 } | 487 } |
| OLD | NEW |