| 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 584 'front_end/profiler/HeapSnapshotView.js', | 584 'front_end/profiler/HeapSnapshotView.js', |
| 585 'front_end/profiler/ProfileDataGrid.js', | 585 'front_end/profiler/ProfileDataGrid.js', |
| 586 'front_end/profiler/ProfileLauncherView.js', | 586 'front_end/profiler/ProfileLauncherView.js', |
| 587 'front_end/profiler/ProfilesPanel.js', | 587 'front_end/profiler/ProfilesPanel.js', |
| 588 'front_end/profiler/ProfileTypeRegistry.js', | 588 'front_end/profiler/ProfileTypeRegistry.js', |
| 589 'front_end/profiler/ProfileView.js', | 589 'front_end/profiler/ProfileView.js', |
| 590 'front_end/profiler/TargetsComboBoxController.js', | 590 'front_end/profiler/TargetsComboBoxController.js', |
| 591 'front_end/profiler/TopDownProfileDataGrid.js', | 591 'front_end/profiler/TopDownProfileDataGrid.js', |
| 592 ], | 592 ], |
| 593 'devtools_resources_js_files': [ | 593 'devtools_resources_js_files': [ |
| 594 'front_end/resources/appManifestView.css', |
| 594 'front_end/resources/indexedDBViews.css', | 595 'front_end/resources/indexedDBViews.css', |
| 595 'front_end/resources/resourcesPanel.css', | 596 'front_end/resources/resourcesPanel.css', |
| 596 'front_end/resources/resourcesSidebar.css', | 597 'front_end/resources/resourcesSidebar.css', |
| 597 'front_end/resources/serviceWorkerCacheViews.css', | 598 'front_end/resources/serviceWorkerCacheViews.css', |
| 598 'front_end/resources/serviceWorkersView.css', | 599 'front_end/resources/serviceWorkersView.css', |
| 600 'front_end/resources/AppManifestView.js', |
| 599 'front_end/resources/ApplicationCacheItemsView.js', | 601 'front_end/resources/ApplicationCacheItemsView.js', |
| 600 'front_end/resources/CookieItemsView.js', | 602 'front_end/resources/CookieItemsView.js', |
| 601 'front_end/resources/DatabaseModel.js', | 603 'front_end/resources/DatabaseModel.js', |
| 602 'front_end/resources/DatabaseQueryView.js', | 604 'front_end/resources/DatabaseQueryView.js', |
| 603 'front_end/resources/DatabaseTableView.js', | 605 'front_end/resources/DatabaseTableView.js', |
| 604 'front_end/resources/DOMStorageModel.js', | 606 'front_end/resources/DOMStorageModel.js', |
| 605 'front_end/resources/DOMStorageItemsView.js', | 607 'front_end/resources/DOMStorageItemsView.js', |
| 606 'front_end/resources/IndexedDBViews.js', | 608 'front_end/resources/IndexedDBViews.js', |
| 607 'front_end/resources/IndexedDBModel.js', | 609 'front_end/resources/IndexedDBModel.js', |
| 608 'front_end/resources/ResourcesPanel.js', | 610 'front_end/resources/ResourcesPanel.js', |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 'front_end/Images/toolbarResizerVertical.png', | 890 'front_end/Images/toolbarResizerVertical.png', |
| 889 'front_end/Images/toolbarItemSelected.png', | 891 'front_end/Images/toolbarItemSelected.png', |
| 890 'front_end/Images/touchCursor.png', | 892 'front_end/Images/touchCursor.png', |
| 891 'front_end/Images/touchCursor_2x.png', | 893 'front_end/Images/touchCursor_2x.png', |
| 892 ], | 894 ], |
| 893 'devtools_extension_api_files': [ | 895 'devtools_extension_api_files': [ |
| 894 'front_end/extensions/ExtensionAPI.js', | 896 'front_end/extensions/ExtensionAPI.js', |
| 895 ], | 897 ], |
| 896 }, | 898 }, |
| 897 } | 899 } |
| OLD | NEW |