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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 'front_end/sources/WorkersSidebarPane.js', | 375 'front_end/sources/WorkersSidebarPane.js', |
376 'front_end/sources/ThreadsToolbar.js', | 376 'front_end/sources/ThreadsToolbar.js', |
377 ], | 377 ], |
378 'devtools_timeline_js_files': [ | 378 'devtools_timeline_js_files': [ |
379 'front_end/timeline/CountersGraph.js', | 379 'front_end/timeline/CountersGraph.js', |
380 'front_end/timeline/Layers3DView.js', | 380 'front_end/timeline/Layers3DView.js', |
381 'front_end/timeline/MemoryCountersGraph.js', | 381 'front_end/timeline/MemoryCountersGraph.js', |
382 'front_end/timeline/TimelineFrameModel.js', | 382 'front_end/timeline/TimelineFrameModel.js', |
383 'front_end/timeline/TimelineJSProfile.js', | 383 'front_end/timeline/TimelineJSProfile.js', |
384 'front_end/timeline/TimelineModel.js', | 384 'front_end/timeline/TimelineModel.js', |
| 385 'front_end/timeline/TimelineModelImpl.js', |
385 'front_end/timeline/TimelinePresentationModel.js', | 386 'front_end/timeline/TimelinePresentationModel.js', |
386 'front_end/timeline/TimelineOverviewPane.js', | 387 'front_end/timeline/TimelineOverviewPane.js', |
387 'front_end/timeline/TimelineEventOverview.js', | 388 'front_end/timeline/TimelineEventOverview.js', |
388 'front_end/timeline/TimelineFlameChart.js', | 389 'front_end/timeline/TimelineFlameChart.js', |
389 'front_end/timeline/TimelineFrameOverview.js', | 390 'front_end/timeline/TimelineFrameOverview.js', |
390 'front_end/timeline/TimelineMemoryOverview.js', | 391 'front_end/timeline/TimelineMemoryOverview.js', |
391 'front_end/timeline/TimelineUIUtils.js', | 392 'front_end/timeline/TimelineUIUtils.js', |
392 'front_end/timeline/TimelineView.js', | 393 'front_end/timeline/TimelineView.js', |
393 'front_end/timeline/TimelinePowerGraph.js', | 394 'front_end/timeline/TimelinePowerGraph.js', |
394 'front_end/timeline/TimelinePowerOverview.js', | 395 'front_end/timeline/TimelinePowerOverview.js', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 561 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
561 ], | 562 ], |
562 'devtools_script_formatter_worker_js_files': [ | 563 'devtools_script_formatter_worker_js_files': [ |
563 'front_end/script_formatter_worker/CSSFormatter.js', | 564 'front_end/script_formatter_worker/CSSFormatter.js', |
564 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 565 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
565 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 566 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
566 'front_end/common/utilities.js', | 567 'front_end/common/utilities.js', |
567 ], | 568 ], |
568 }, | 569 }, |
569 } | 570 } |
OLD | NEW |