| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'front_end/TimelineFrameController.js', | 287 'front_end/TimelineFrameController.js', |
| 288 'front_end/TimelineModel.js', | 288 'front_end/TimelineModel.js', |
| 289 'front_end/TimelinePresentationModel.js', | 289 'front_end/TimelinePresentationModel.js', |
| 290 'front_end/TimelineOverviewPane.js', | 290 'front_end/TimelineOverviewPane.js', |
| 291 'front_end/TimelinePanel.js', | 291 'front_end/TimelinePanel.js', |
| 292 ], | 292 ], |
| 293 | 293 |
| 294 'devtools_profiles_js_files': [ | 294 'devtools_profiles_js_files': [ |
| 295 'front_end/BottomUpProfileDataGridTree.js', | 295 'front_end/BottomUpProfileDataGridTree.js', |
| 296 'front_end/CPUProfileView.js', | 296 'front_end/CPUProfileView.js', |
| 297 'front_end/CSSSelectorProfileView.js', | |
| 298 'front_end/FlameChart.js', | 297 'front_end/FlameChart.js', |
| 299 'front_end/HeapSnapshot.js', | 298 'front_end/HeapSnapshot.js', |
| 300 'front_end/HeapSnapshotDataGrids.js', | 299 'front_end/HeapSnapshotDataGrids.js', |
| 301 'front_end/HeapSnapshotGridNodes.js', | 300 'front_end/HeapSnapshotGridNodes.js', |
| 302 'front_end/HeapSnapshotLoader.js', | 301 'front_end/HeapSnapshotLoader.js', |
| 303 'front_end/HeapSnapshotProxy.js', | 302 'front_end/HeapSnapshotProxy.js', |
| 304 'front_end/HeapSnapshotView.js', | 303 'front_end/HeapSnapshotView.js', |
| 305 'front_end/HeapSnapshotWorkerDispatcher.js', | 304 'front_end/HeapSnapshotWorkerDispatcher.js', |
| 306 'front_end/JSHeapSnapshot.js', | 305 'front_end/JSHeapSnapshot.js', |
| 307 'front_end/ProfileDataGridTree.js', | 306 'front_end/ProfileDataGridTree.js', |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 'destination': '<(PRODUCT_DIR)/resources/inspector', | 879 'destination': '<(PRODUCT_DIR)/resources/inspector', |
| 881 'files': [ | 880 'files': [ |
| 882 '<@(devtools_standalone_files)', | 881 '<@(devtools_standalone_files)', |
| 883 ], | 882 ], |
| 884 }], | 883 }], |
| 885 }, | 884 }, |
| 886 ], | 885 ], |
| 887 }], | 886 }], |
| 888 ], # conditions | 887 ], # conditions |
| 889 } | 888 } |
| OLD | NEW |