| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 'front_end/TimelineView.js', | 328 'front_end/TimelineView.js', |
| 329 'front_end/TimelinePowerGraph.js', | 329 'front_end/TimelinePowerGraph.js', |
| 330 'front_end/TimelinePowerOverview.js', | 330 'front_end/TimelinePowerOverview.js', |
| 331 'front_end/TimelinePanel.js', | 331 'front_end/TimelinePanel.js', |
| 332 'front_end/TimelineTracingView.js', | 332 'front_end/TimelineTracingView.js', |
| 333 ], | 333 ], |
| 334 'devtools_profiles_js_files': [ | 334 'devtools_profiles_js_files': [ |
| 335 'front_end/CPUProfileBottomUpDataGrid.js', | 335 'front_end/CPUProfileBottomUpDataGrid.js', |
| 336 'front_end/CPUProfileDataGrid.js', | 336 'front_end/CPUProfileDataGrid.js', |
| 337 'front_end/CPUProfileFlameChart.js', | 337 'front_end/CPUProfileFlameChart.js', |
| 338 'front_end/CPUProfileModel.js', |
| 338 'front_end/CPUProfileTopDownDataGrid.js', | 339 'front_end/CPUProfileTopDownDataGrid.js', |
| 339 'front_end/CPUProfileView.js', | 340 'front_end/CPUProfileView.js', |
| 340 'front_end/HeapSnapshotCommon.js', | 341 'front_end/HeapSnapshotCommon.js', |
| 341 'front_end/HeapSnapshotDataGrids.js', | 342 'front_end/HeapSnapshotDataGrids.js', |
| 342 'front_end/HeapSnapshotGridNodes.js', | 343 'front_end/HeapSnapshotGridNodes.js', |
| 343 'front_end/HeapSnapshotProxy.js', | 344 'front_end/HeapSnapshotProxy.js', |
| 344 'front_end/HeapSnapshotView.js', | 345 'front_end/HeapSnapshotView.js', |
| 345 'front_end/HeapSnapshotWorkerDispatcher.js', | 346 'front_end/HeapSnapshotWorkerDispatcher.js', |
| 346 'front_end/PieChart.js', | 347 'front_end/PieChart.js', |
| 347 'front_end/ProfilesPanel.js', | 348 'front_end/ProfilesPanel.js', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 'front_end/TempStorageSharedWorker.js', | 490 'front_end/TempStorageSharedWorker.js', |
| 490 ], | 491 ], |
| 491 'devtools_script_formatter_worker_js_files': [ | 492 'devtools_script_formatter_worker_js_files': [ |
| 492 'front_end/CSSFormatter.js', | 493 'front_end/CSSFormatter.js', |
| 493 'front_end/JavaScriptFormatter.js', | 494 'front_end/JavaScriptFormatter.js', |
| 494 'front_end/ScriptFormatterWorker.js', | 495 'front_end/ScriptFormatterWorker.js', |
| 495 'front_end/utilities.js', | 496 'front_end/utilities.js', |
| 496 ], | 497 ], |
| 497 }, | 498 }, |
| 498 } | 499 } |
| OLD | NEW |