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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 'front_end/timeline/TimelineMemoryOverview.js', | 390 'front_end/timeline/TimelineMemoryOverview.js', |
391 'front_end/timeline/TimelineUIUtils.js', | 391 'front_end/timeline/TimelineUIUtils.js', |
392 'front_end/timeline/TimelineView.js', | 392 'front_end/timeline/TimelineView.js', |
393 'front_end/timeline/TimelinePowerGraph.js', | 393 'front_end/timeline/TimelinePowerGraph.js', |
394 'front_end/timeline/TimelinePowerOverview.js', | 394 'front_end/timeline/TimelinePowerOverview.js', |
395 'front_end/timeline/TimelinePanel.js', | 395 'front_end/timeline/TimelinePanel.js', |
396 'front_end/timeline/TimelineTraceEventBindings.js', | 396 'front_end/timeline/TimelineTraceEventBindings.js', |
397 'front_end/timeline/TimelineTracingView.js', | 397 'front_end/timeline/TimelineTracingView.js', |
398 'front_end/timeline/TimelineLayersView.js', | 398 'front_end/timeline/TimelineLayersView.js', |
399 'front_end/timeline/TracingModel.js', | 399 'front_end/timeline/TracingModel.js', |
| 400 'front_end/timeline/TracingTimelineUIUtils.js', |
400 'front_end/timeline/TransformController.js' | 401 'front_end/timeline/TransformController.js' |
401 ], | 402 ], |
402 'devtools_profiler_js_files': [ | 403 'devtools_profiler_js_files': [ |
403 'front_end/profiler/CPUProfileBottomUpDataGrid.js', | 404 'front_end/profiler/CPUProfileBottomUpDataGrid.js', |
404 'front_end/profiler/CPUProfileDataGrid.js', | 405 'front_end/profiler/CPUProfileDataGrid.js', |
405 'front_end/profiler/CPUProfileFlameChart.js', | 406 'front_end/profiler/CPUProfileFlameChart.js', |
406 'front_end/profiler/CPUProfileTopDownDataGrid.js', | 407 'front_end/profiler/CPUProfileTopDownDataGrid.js', |
407 'front_end/profiler/CPUProfileView.js', | 408 'front_end/profiler/CPUProfileView.js', |
408 'front_end/profiler/HeapSnapshotCommon.js', | 409 'front_end/profiler/HeapSnapshotCommon.js', |
409 'front_end/profiler/HeapSnapshotDataGrids.js', | 410 'front_end/profiler/HeapSnapshotDataGrids.js', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 560 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
560 ], | 561 ], |
561 'devtools_script_formatter_worker_js_files': [ | 562 'devtools_script_formatter_worker_js_files': [ |
562 'front_end/script_formatter_worker/CSSFormatter.js', | 563 'front_end/script_formatter_worker/CSSFormatter.js', |
563 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 564 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
564 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 565 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
565 'front_end/common/utilities.js', | 566 'front_end/common/utilities.js', |
566 ], | 567 ], |
567 }, | 568 }, |
568 } | 569 } |
OLD | NEW |