| 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 'front_end/Images/profileIcon.png', | 512 'front_end/Images/profileIcon.png', |
| 513 'front_end/Images/profileSmallIcon.png', | 513 'front_end/Images/profileSmallIcon.png', |
| 514 'front_end/Images/radioDot.png', | 514 'front_end/Images/radioDot.png', |
| 515 'front_end/Images/resourceCSSIcon.png', | 515 'front_end/Images/resourceCSSIcon.png', |
| 516 'front_end/Images/resourceDocumentIcon.png', | 516 'front_end/Images/resourceDocumentIcon.png', |
| 517 'front_end/Images/resourceDocumentIconSmall.png', | 517 'front_end/Images/resourceDocumentIconSmall.png', |
| 518 'front_end/Images/resourceJSIcon.png', | 518 'front_end/Images/resourceJSIcon.png', |
| 519 'front_end/Images/resourcePlainIcon.png', | 519 'front_end/Images/resourcePlainIcon.png', |
| 520 'front_end/Images/resourcePlainIconSmall.png', | 520 'front_end/Images/resourcePlainIconSmall.png', |
| 521 'front_end/Images/resourcesTimeGraphIcon.png', | 521 'front_end/Images/resourcesTimeGraphIcon.png', |
| 522 'front_end/Images/responsiveDesign.png', |
| 523 'front_end/Images/responsiveDesign_2x.png', |
| 522 'front_end/Images/searchNext.png', | 524 'front_end/Images/searchNext.png', |
| 523 'front_end/Images/searchPrev.png', | 525 'front_end/Images/searchPrev.png', |
| 524 'front_end/Images/sessionStorage.png', | 526 'front_end/Images/sessionStorage.png', |
| 525 'front_end/Images/settingsListRemove.png', | 527 'front_end/Images/settingsListRemove.png', |
| 526 'front_end/Images/settingsListRemove_2x.png', | 528 'front_end/Images/settingsListRemove_2x.png', |
| 527 'front_end/Images/statusbarButtonGlyphs.png', | 529 'front_end/Images/statusbarButtonGlyphs.png', |
| 528 'front_end/Images/statusbarButtonGlyphs_2x.png', | 530 'front_end/Images/statusbarButtonGlyphs_2x.png', |
| 529 'front_end/Images/statusbarResizerHorizontal.png', | 531 'front_end/Images/statusbarResizerHorizontal.png', |
| 530 'front_end/Images/statusbarResizerVertical.png', | 532 'front_end/Images/statusbarResizerVertical.png', |
| 531 'front_end/Images/thumbActiveHoriz.png', | 533 'front_end/Images/thumbActiveHoriz.png', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 551 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 553 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
| 552 ], | 554 ], |
| 553 'devtools_script_formatter_worker_js_files': [ | 555 'devtools_script_formatter_worker_js_files': [ |
| 554 'front_end/script_formatter_worker/CSSFormatter.js', | 556 'front_end/script_formatter_worker/CSSFormatter.js', |
| 555 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 557 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
| 556 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 558 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
| 557 'front_end/common/utilities.js', | 559 'front_end/common/utilities.js', |
| 558 ], | 560 ], |
| 559 }, | 561 }, |
| 560 } | 562 } |
| OLD | NEW |