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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
593 'front_end/Images/applicationCache.png', | 593 'front_end/Images/applicationCache.png', |
594 'front_end/Images/back.png', | 594 'front_end/Images/back.png', |
595 'front_end/Images/breakpoint.png', | 595 'front_end/Images/breakpoint.png', |
596 'front_end/Images/breakpoint_2x.png', | 596 'front_end/Images/breakpoint_2x.png', |
597 'front_end/Images/breakpointConditional.png', | 597 'front_end/Images/breakpointConditional.png', |
598 'front_end/Images/breakpointConditional_2x.png', | 598 'front_end/Images/breakpointConditional_2x.png', |
599 'front_end/Images/checker.png', | 599 'front_end/Images/checker.png', |
600 'front_end/Images/cookie.png', | 600 'front_end/Images/cookie.png', |
601 'front_end/Images/chromeDisabledSelect.png', | 601 'front_end/Images/chromeDisabledSelect.png', |
602 'front_end/Images/chromeDisabledSelect_2x.png', | 602 'front_end/Images/chromeDisabledSelect_2x.png', |
| 603 'front_end/Images/chromeLeft.png', |
| 604 'front_end/Images/chromeMiddle.png', |
| 605 'front_end/Images/chromeRight.png', |
603 'front_end/Images/chromeSelect.png', | 606 'front_end/Images/chromeSelect.png', |
604 'front_end/Images/chromeSelect_2x.png', | 607 'front_end/Images/chromeSelect_2x.png', |
605 'front_end/Images/database.png', | 608 'front_end/Images/database.png', |
606 'front_end/Images/databaseTable.png', | 609 'front_end/Images/databaseTable.png', |
607 'front_end/Images/deleteIcon.png', | 610 'front_end/Images/deleteIcon.png', |
608 'front_end/Images/domain.png', | 611 'front_end/Images/domain.png', |
609 'front_end/Images/errorWave.png', | 612 'front_end/Images/errorWave.png', |
610 'front_end/Images/errorWave_2x.png', | 613 'front_end/Images/errorWave_2x.png', |
611 'front_end/Images/fileSystem.png', | 614 'front_end/Images/fileSystem.png', |
612 'front_end/Images/forward.png', | 615 'front_end/Images/forward.png', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 'front_end/Images/touchCursor.png', | 660 'front_end/Images/touchCursor.png', |
658 'front_end/Images/touchCursor_2x.png', | 661 'front_end/Images/touchCursor_2x.png', |
659 'front_end/Images/transformControls.png', | 662 'front_end/Images/transformControls.png', |
660 'front_end/Images/transformControls_2x.png', | 663 'front_end/Images/transformControls_2x.png', |
661 ], | 664 ], |
662 'devtools_extension_api_files': [ | 665 'devtools_extension_api_files': [ |
663 'front_end/extensions/ExtensionAPI.js', | 666 'front_end/extensions/ExtensionAPI.js', |
664 ], | 667 ], |
665 }, | 668 }, |
666 } | 669 } |
OLD | NEW |