| 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'front_end/Images/forward.png', | 694 'front_end/Images/forward.png', |
| 695 'front_end/Images/frame.png', | 695 'front_end/Images/frame.png', |
| 696 'front_end/Images/graphLabelCalloutLeft.png', | 696 'front_end/Images/graphLabelCalloutLeft.png', |
| 697 'front_end/Images/graphLabelCalloutRight.png', | 697 'front_end/Images/graphLabelCalloutRight.png', |
| 698 'front_end/Images/indexedDB.png', | 698 'front_end/Images/indexedDB.png', |
| 699 'front_end/Images/indexedDBIndex.png', | 699 'front_end/Images/indexedDBIndex.png', |
| 700 'front_end/Images/indexedDBObjectStore.png', | 700 'front_end/Images/indexedDBObjectStore.png', |
| 701 'front_end/Images/localStorage.png', | 701 'front_end/Images/localStorage.png', |
| 702 'front_end/Images/navigationControls.png', | 702 'front_end/Images/navigationControls.png', |
| 703 'front_end/Images/navigationControls_2x.png', | 703 'front_end/Images/navigationControls_2x.png', |
| 704 'front_end/Images/notifications.svg', |
| 704 'front_end/Images/paneAddButtons.png', | 705 'front_end/Images/paneAddButtons.png', |
| 705 'front_end/Images/paneAnimationsButtons.png', | 706 'front_end/Images/paneAnimationsButtons.png', |
| 706 'front_end/Images/paneElementStateButtons.png', | 707 'front_end/Images/paneElementStateButtons.png', |
| 707 'front_end/Images/paneFilterButtons.png', | 708 'front_end/Images/paneFilterButtons.png', |
| 708 'front_end/Images/paneRefreshButtons.png', | 709 'front_end/Images/paneRefreshButtons.png', |
| 709 'front_end/Images/popoverArrows.png', | 710 'front_end/Images/popoverArrows.png', |
| 710 'front_end/Images/profileGroupIcon.png', | 711 'front_end/Images/profileGroupIcon.png', |
| 711 'front_end/Images/profileIcon.png', | 712 'front_end/Images/profileIcon.png', |
| 712 'front_end/Images/profileSmallIcon.png', | 713 'front_end/Images/profileSmallIcon.png', |
| 713 'front_end/Images/radioDot.png', | 714 'front_end/Images/radioDot.png', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 740 'front_end/Images/thumbVert.png', | 741 'front_end/Images/thumbVert.png', |
| 741 'front_end/Images/toolbarItemSelected.png', | 742 'front_end/Images/toolbarItemSelected.png', |
| 742 'front_end/Images/touchCursor.png', | 743 'front_end/Images/touchCursor.png', |
| 743 'front_end/Images/touchCursor_2x.png', | 744 'front_end/Images/touchCursor_2x.png', |
| 744 ], | 745 ], |
| 745 'devtools_extension_api_files': [ | 746 'devtools_extension_api_files': [ |
| 746 'front_end/extensions/ExtensionAPI.js', | 747 'front_end/extensions/ExtensionAPI.js', |
| 747 ], | 748 ], |
| 748 }, | 749 }, |
| 749 } | 750 } |
| OLD | NEW |