| 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 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 799 '<@(devtools_formatter_worker_js_files)', | 799 '<@(devtools_formatter_worker_js_files)', |
| 800 '<@(devtools_settings_js_files)', | 800 '<@(devtools_settings_js_files)', |
| 801 '<@(devtools_source_frame_js_files)', | 801 '<@(devtools_source_frame_js_files)', |
| 802 '<@(devtools_sources_js_files)', | 802 '<@(devtools_sources_js_files)', |
| 803 '<@(devtools_snippets_js_files)', | 803 '<@(devtools_snippets_js_files)', |
| 804 '<@(devtools_temp_storage_shared_worker_js_files)', | 804 '<@(devtools_temp_storage_shared_worker_js_files)', |
| 805 '<@(devtools_timeline_js_files)', | 805 '<@(devtools_timeline_js_files)', |
| 806 '<@(devtools_ui_lazy_js_files)', | 806 '<@(devtools_ui_lazy_js_files)', |
| 807 ], | 807 ], |
| 808 'devtools_image_files': [ | 808 'devtools_image_files': [ |
| 809 'front_end/Images/accelerometer-front.png', |
| 810 'front_end/Images/accelerometer-back.png', |
| 811 'front_end/Images/accelerometer-top.png', |
| 812 'front_end/Images/accelerometer-bottom.png', |
| 813 'front_end/Images/accelerometer-left.png', |
| 814 'front_end/Images/accelerometer-right.png', |
| 809 'front_end/Images/applicationCache.png', | 815 'front_end/Images/applicationCache.png', |
| 810 'front_end/Images/breakpoint.png', | 816 'front_end/Images/breakpoint.png', |
| 811 'front_end/Images/breakpoint_2x.png', | 817 'front_end/Images/breakpoint_2x.png', |
| 812 'front_end/Images/breakpointConditional.png', | 818 'front_end/Images/breakpointConditional.png', |
| 813 'front_end/Images/breakpointConditional_2x.png', | 819 'front_end/Images/breakpointConditional_2x.png', |
| 814 'front_end/Images/checker.png', | 820 'front_end/Images/checker.png', |
| 815 'front_end/Images/cookie.png', | 821 'front_end/Images/cookie.png', |
| 816 'front_end/Images/chromeDisabledSelect.png', | 822 'front_end/Images/chromeDisabledSelect.png', |
| 817 'front_end/Images/chromeDisabledSelect_2x.png', | 823 'front_end/Images/chromeDisabledSelect_2x.png', |
| 818 'front_end/Images/chromeLeft.png', | 824 'front_end/Images/chromeLeft.png', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 881 'front_end/Images/toolbarResizerVertical.png', | 887 'front_end/Images/toolbarResizerVertical.png', |
| 882 'front_end/Images/toolbarItemSelected.png', | 888 'front_end/Images/toolbarItemSelected.png', |
| 883 'front_end/Images/touchCursor.png', | 889 'front_end/Images/touchCursor.png', |
| 884 'front_end/Images/touchCursor_2x.png', | 890 'front_end/Images/touchCursor_2x.png', |
| 885 ], | 891 ], |
| 886 'devtools_extension_api_files': [ | 892 'devtools_extension_api_files': [ |
| 887 'front_end/extensions/ExtensionAPI.js', | 893 'front_end/extensions/ExtensionAPI.js', |
| 888 ], | 894 ], |
| 889 }, | 895 }, |
| 890 } | 896 } |
| OLD | NEW |