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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 'devtools_timeline_js_files': [ | 298 'devtools_timeline_js_files': [ |
299 'front_end/MemoryStatistics.js', | 299 'front_end/MemoryStatistics.js', |
300 'front_end/PieChart.js', | 300 'front_end/PieChart.js', |
301 'front_end/TimelineFrameController.js', | 301 'front_end/TimelineFrameController.js', |
302 'front_end/TimelineModel.js', | 302 'front_end/TimelineModel.js', |
303 'front_end/TimelinePresentationModel.js', | 303 'front_end/TimelinePresentationModel.js', |
304 'front_end/TimelineOverviewPane.js', | 304 'front_end/TimelineOverviewPane.js', |
305 'front_end/TimelineEventOverview.js', | 305 'front_end/TimelineEventOverview.js', |
306 'front_end/TimelineFrameOverview.js', | 306 'front_end/TimelineFrameOverview.js', |
307 'front_end/TimelineMemoryOverview.js', | 307 'front_end/TimelineMemoryOverview.js', |
| 308 'front_end/StackView.js', |
308 'front_end/TimelineView.js', | 309 'front_end/TimelineView.js', |
309 'front_end/TimelinePanel.js', | 310 'front_end/TimelinePanel.js', |
310 ], | 311 ], |
311 'devtools_profiles_js_files': [ | 312 'devtools_profiles_js_files': [ |
312 'front_end/AllocationProfile.js', | 313 'front_end/AllocationProfile.js', |
313 'front_end/BottomUpProfileDataGridTree.js', | 314 'front_end/BottomUpProfileDataGridTree.js', |
314 'front_end/CPUProfileView.js', | 315 'front_end/CPUProfileView.js', |
315 'front_end/HeapSnapshot.js', | 316 'front_end/HeapSnapshot.js', |
316 'front_end/HeapSnapshotDataGrids.js', | 317 'front_end/HeapSnapshotDataGrids.js', |
317 'front_end/HeapSnapshotGridNodes.js', | 318 'front_end/HeapSnapshotGridNodes.js', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 'front_end/Layers3DView.js', | 462 'front_end/Layers3DView.js', |
462 'front_end/LayerDetailsView.js', | 463 'front_end/LayerDetailsView.js', |
463 'front_end/PaintProfilerView.js', | 464 'front_end/PaintProfilerView.js', |
464 ], | 465 ], |
465 'devtools_extension_api_files': [ | 466 'devtools_extension_api_files': [ |
466 'front_end/ExtensionAPI.js', | 467 'front_end/ExtensionAPI.js', |
467 'front_end/DevToolsExtensionAPI.js' | 468 'front_end/DevToolsExtensionAPI.js' |
468 ], | 469 ], |
469 }, | 470 }, |
470 } | 471 } |
OLD | NEW |