| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 'front_end/timeline/TimelineJSProfile.js', | 384 'front_end/timeline/TimelineJSProfile.js', |
| 385 'front_end/timeline/TimelineModel.js', | 385 'front_end/timeline/TimelineModel.js', |
| 386 'front_end/timeline/TimelineModelImpl.js', | 386 'front_end/timeline/TimelineModelImpl.js', |
| 387 'front_end/timeline/TimelinePresentationModel.js', | 387 'front_end/timeline/TimelinePresentationModel.js', |
| 388 'front_end/timeline/TimelineOverviewPane.js', | 388 'front_end/timeline/TimelineOverviewPane.js', |
| 389 'front_end/timeline/TimelineEventOverview.js', | 389 'front_end/timeline/TimelineEventOverview.js', |
| 390 'front_end/timeline/TimelineFlameChart.js', | 390 'front_end/timeline/TimelineFlameChart.js', |
| 391 'front_end/timeline/TimelineFrameOverview.js', | 391 'front_end/timeline/TimelineFrameOverview.js', |
| 392 'front_end/timeline/TimelineMemoryOverview.js', | 392 'front_end/timeline/TimelineMemoryOverview.js', |
| 393 'front_end/timeline/TimelineUIUtils.js', | 393 'front_end/timeline/TimelineUIUtils.js', |
| 394 'front_end/timeline/TimelineUIUtilsImpl.js', |
| 394 'front_end/timeline/TimelineView.js', | 395 'front_end/timeline/TimelineView.js', |
| 395 'front_end/timeline/TimelinePowerGraph.js', | 396 'front_end/timeline/TimelinePowerGraph.js', |
| 396 'front_end/timeline/TimelinePowerOverview.js', | 397 'front_end/timeline/TimelinePowerOverview.js', |
| 397 'front_end/timeline/TimelinePanel.js', | 398 'front_end/timeline/TimelinePanel.js', |
| 398 'front_end/timeline/TimelineTracingView.js', | 399 'front_end/timeline/TimelineTracingView.js', |
| 399 'front_end/timeline/TimelineLayersView.js', | 400 'front_end/timeline/TimelineLayersView.js', |
| 400 'front_end/timeline/TracingModel.js', | 401 'front_end/timeline/TracingModel.js', |
| 401 'front_end/timeline/TracingTimelineModel.js', | 402 'front_end/timeline/TracingTimelineModel.js', |
| 402 'front_end/timeline/TracingTimelineUIUtils.js', | 403 'front_end/timeline/TracingTimelineUIUtils.js', |
| 403 'front_end/timeline/TransformController.js' | 404 'front_end/timeline/TransformController.js' |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 563 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 563 ], | 564 ], |
| 564 'devtools_script_formatter_worker_js_files': [ | 565 'devtools_script_formatter_worker_js_files': [ |
| 565 'front_end/script_formatter_worker/CSSFormatter.js', | 566 'front_end/script_formatter_worker/CSSFormatter.js', |
| 566 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 567 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 567 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 568 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 568 'front_end/common/utilities.js', | 569 'front_end/common/utilities.js', |
| 569 ], | 570 ], |
| 570 }, | 571 }, |
| 571 } | 572 } |
| OLD | NEW |