| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 ], | 358 ], |
| 359 'devtools_extensions_js_files': [ | 359 'devtools_extensions_js_files': [ |
| 360 'front_end/extensions/ExtensionAuditCategory.js', | 360 'front_end/extensions/ExtensionAuditCategory.js', |
| 361 'front_end/extensions/ExtensionPanel.js', | 361 'front_end/extensions/ExtensionPanel.js', |
| 362 'front_end/extensions/ExtensionRegistryStub.js', | 362 'front_end/extensions/ExtensionRegistryStub.js', |
| 363 'front_end/extensions/ExtensionServer.js', | 363 'front_end/extensions/ExtensionServer.js', |
| 364 'front_end/extensions/ExtensionView.js', | 364 'front_end/extensions/ExtensionView.js', |
| 365 '<@(devtools_extension_api_files)', | 365 '<@(devtools_extension_api_files)', |
| 366 ], | 366 ], |
| 367 'devtools_promises_js_files': [ | 367 'devtools_promises_js_files': [ |
| 368 'front_end/promises/promisesPanel.css', | 368 'front_end/promises/promisePane.css', |
| 369 'front_end/promises/PromisesPanel.js', | 369 'front_end/promises/PromisePane.js', |
| 370 ], | 370 ], |
| 371 'devtools_heap_snapshot_worker_js_files': [ | 371 'devtools_heap_snapshot_worker_js_files': [ |
| 372 'front_end/common/TextUtils.js', | 372 'front_end/common/TextUtils.js', |
| 373 'front_end/common/UIString.js', | 373 'front_end/common/UIString.js', |
| 374 'front_end/common/utilities.js', | 374 'front_end/common/utilities.js', |
| 375 'front_end/heap_snapshot_worker/AllocationProfile.js', | 375 'front_end/heap_snapshot_worker/AllocationProfile.js', |
| 376 'front_end/heap_snapshot_worker/HeapSnapshot.js', | 376 'front_end/heap_snapshot_worker/HeapSnapshot.js', |
| 377 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', | 377 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', |
| 378 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', | 378 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', |
| 379 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', | 379 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 'front_end/Images/touchCursor.png', | 655 'front_end/Images/touchCursor.png', |
| 656 'front_end/Images/touchCursor_2x.png', | 656 'front_end/Images/touchCursor_2x.png', |
| 657 'front_end/Images/transformControls.png', | 657 'front_end/Images/transformControls.png', |
| 658 'front_end/Images/transformControls_2x.png', | 658 'front_end/Images/transformControls_2x.png', |
| 659 ], | 659 ], |
| 660 'devtools_extension_api_files': [ | 660 'devtools_extension_api_files': [ |
| 661 'front_end/extensions/ExtensionAPI.js', | 661 'front_end/extensions/ExtensionAPI.js', |
| 662 ], | 662 ], |
| 663 }, | 663 }, |
| 664 } | 664 } |
| OLD | NEW |