| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 'front_end/Images/resourceDocumentIconSmall.png', | 433 'front_end/Images/resourceDocumentIconSmall.png', |
| 434 'front_end/Images/resourceJSIcon.png', | 434 'front_end/Images/resourceJSIcon.png', |
| 435 'front_end/Images/resourcePlainIcon.png', | 435 'front_end/Images/resourcePlainIcon.png', |
| 436 'front_end/Images/resourcePlainIconSmall.png', | 436 'front_end/Images/resourcePlainIconSmall.png', |
| 437 'front_end/Images/resourcesTimeGraphIcon.png', | 437 'front_end/Images/resourcesTimeGraphIcon.png', |
| 438 'front_end/Images/searchNext.png', | 438 'front_end/Images/searchNext.png', |
| 439 'front_end/Images/searchPrev.png', | 439 'front_end/Images/searchPrev.png', |
| 440 'front_end/Images/sessionStorage.png', | 440 'front_end/Images/sessionStorage.png', |
| 441 'front_end/Images/settingsListRemove.png', | 441 'front_end/Images/settingsListRemove.png', |
| 442 'front_end/Images/settingsListRemove_2x.png', | 442 'front_end/Images/settingsListRemove_2x.png', |
| 443 'front_end/Images/spinner.gif', | |
| 444 'front_end/Images/spinnerSelected.gif', | |
| 445 'front_end/Images/statusbarButtonGlyphs.png', | 443 'front_end/Images/statusbarButtonGlyphs.png', |
| 446 'front_end/Images/statusbarButtonGlyphs_2x.png', | 444 'front_end/Images/statusbarButtonGlyphs_2x.png', |
| 447 'front_end/Images/statusbarResizerHorizontal.png', | 445 'front_end/Images/statusbarResizerHorizontal.png', |
| 448 'front_end/Images/statusbarResizerVertical.png', | 446 'front_end/Images/statusbarResizerVertical.png', |
| 449 'front_end/Images/thumbActiveHoriz.png', | 447 'front_end/Images/thumbActiveHoriz.png', |
| 450 'front_end/Images/thumbActiveVert.png', | 448 'front_end/Images/thumbActiveVert.png', |
| 451 'front_end/Images/thumbHoriz.png', | 449 'front_end/Images/thumbHoriz.png', |
| 452 'front_end/Images/thumbVert.png', | 450 'front_end/Images/thumbVert.png', |
| 453 'front_end/Images/thumbHoverHoriz.png', | 451 'front_end/Images/thumbHoverHoriz.png', |
| 454 'front_end/Images/thumbHoverVert.png', | 452 'front_end/Images/thumbHoverVert.png', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 471 'front_end/TempStorageSharedWorker.js', | 469 'front_end/TempStorageSharedWorker.js', |
| 472 ], | 470 ], |
| 473 'devtools_script_formatter_worker_js_files': [ | 471 'devtools_script_formatter_worker_js_files': [ |
| 474 'front_end/CSSFormatter.js', | 472 'front_end/CSSFormatter.js', |
| 475 'front_end/JavaScriptFormatter.js', | 473 'front_end/JavaScriptFormatter.js', |
| 476 'front_end/ScriptFormatterWorker.js', | 474 'front_end/ScriptFormatterWorker.js', |
| 477 'front_end/utilities.js', | 475 'front_end/utilities.js', |
| 478 ], | 476 ], |
| 479 }, | 477 }, |
| 480 } | 478 } |
| OLD | NEW |