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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'front_end/ObjectPopoverHelper.js', | 117 'front_end/ObjectPopoverHelper.js', |
118 'front_end/ObjectPropertiesSection.js', | 118 'front_end/ObjectPropertiesSection.js', |
119 'front_end/OverridesSupport.js', | 119 'front_end/OverridesSupport.js', |
120 'front_end/OverviewGrid.js', | 120 'front_end/OverviewGrid.js', |
121 'front_end/PaintProfiler.js', | 121 'front_end/PaintProfiler.js', |
122 'front_end/Panel.js', | 122 'front_end/Panel.js', |
123 'front_end/ParsedURL.js', | 123 'front_end/ParsedURL.js', |
124 'front_end/Placard.js', | 124 'front_end/Placard.js', |
125 'front_end/Platform.js', | 125 'front_end/Platform.js', |
126 'front_end/Popover.js', | 126 'front_end/Popover.js', |
| 127 'front_end/PowerProfiler.js', |
127 'front_end/PresentationConsoleMessageHelper.js', | 128 'front_end/PresentationConsoleMessageHelper.js', |
128 'front_end/Progress.js', | 129 'front_end/Progress.js', |
129 'front_end/ProgressIndicator.js', | 130 'front_end/ProgressIndicator.js', |
130 'front_end/PropertiesSection.js', | 131 'front_end/PropertiesSection.js', |
131 'front_end/RemoteObject.js', | 132 'front_end/RemoteObject.js', |
132 'front_end/Resource.js', | 133 'front_end/Resource.js', |
133 'front_end/ResourceScriptMapping.js', | 134 'front_end/ResourceScriptMapping.js', |
134 'front_end/ResourceTreeModel.js', | 135 'front_end/ResourceTreeModel.js', |
135 'front_end/ResourceType.js', | 136 'front_end/ResourceType.js', |
136 'front_end/ResourceUtils.js', | 137 'front_end/ResourceUtils.js', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 'front_end/TimelineFrameModel.js', | 312 'front_end/TimelineFrameModel.js', |
312 'front_end/TimelineModel.js', | 313 'front_end/TimelineModel.js', |
313 'front_end/TimelinePresentationModel.js', | 314 'front_end/TimelinePresentationModel.js', |
314 'front_end/TimelineOverviewPane.js', | 315 'front_end/TimelineOverviewPane.js', |
315 'front_end/TimelineEventOverview.js', | 316 'front_end/TimelineEventOverview.js', |
316 'front_end/TimelineFlameChart.js', | 317 'front_end/TimelineFlameChart.js', |
317 'front_end/TimelineFrameOverview.js', | 318 'front_end/TimelineFrameOverview.js', |
318 'front_end/TimelineMemoryOverview.js', | 319 'front_end/TimelineMemoryOverview.js', |
319 'front_end/TimelineUIUtils.js', | 320 'front_end/TimelineUIUtils.js', |
320 'front_end/TimelineView.js', | 321 'front_end/TimelineView.js', |
| 322 'front_end/TimelinePowerOverview.js', |
321 'front_end/TimelinePanel.js', | 323 'front_end/TimelinePanel.js', |
322 ], | 324 ], |
323 'devtools_profiles_js_files': [ | 325 'devtools_profiles_js_files': [ |
324 'front_end/BottomUpProfileDataGridTree.js', | 326 'front_end/BottomUpProfileDataGridTree.js', |
325 'front_end/CPUProfileView.js', | 327 'front_end/CPUProfileView.js', |
326 'front_end/HeapSnapshotCommon.js', | 328 'front_end/HeapSnapshotCommon.js', |
327 'front_end/HeapSnapshotDataGrids.js', | 329 'front_end/HeapSnapshotDataGrids.js', |
328 'front_end/HeapSnapshotGridNodes.js', | 330 'front_end/HeapSnapshotGridNodes.js', |
329 'front_end/HeapSnapshotProxy.js', | 331 'front_end/HeapSnapshotProxy.js', |
330 'front_end/HeapSnapshotView.js', | 332 'front_end/HeapSnapshotView.js', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 'front_end/TempStorageSharedWorker.js', | 478 'front_end/TempStorageSharedWorker.js', |
477 ], | 479 ], |
478 'devtools_script_formatter_worker_js_files': [ | 480 'devtools_script_formatter_worker_js_files': [ |
479 'front_end/CSSFormatter.js', | 481 'front_end/CSSFormatter.js', |
480 'front_end/JavaScriptFormatter.js', | 482 'front_end/JavaScriptFormatter.js', |
481 'front_end/ScriptFormatterWorker.js', | 483 'front_end/ScriptFormatterWorker.js', |
482 'front_end/utilities.js', | 484 'front_end/utilities.js', |
483 ], | 485 ], |
484 }, | 486 }, |
485 } | 487 } |
OLD | NEW |