| 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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 'front_end/resources/FileContentView.js', | 505 'front_end/resources/FileContentView.js', |
| 506 'front_end/resources/FileSystemModel.js', | 506 'front_end/resources/FileSystemModel.js', |
| 507 'front_end/resources/FileSystemView.js', | 507 'front_end/resources/FileSystemView.js', |
| 508 'front_end/resources/IndexedDBViews.js', | 508 'front_end/resources/IndexedDBViews.js', |
| 509 'front_end/resources/IndexedDBModel.js', | 509 'front_end/resources/IndexedDBModel.js', |
| 510 'front_end/resources/ResourcesPanel.js', | 510 'front_end/resources/ResourcesPanel.js', |
| 511 'front_end/resources/ServiceWorkerCacheViews.js', | 511 'front_end/resources/ServiceWorkerCacheViews.js', |
| 512 'front_end/resources/ServiceWorkersView.js', | 512 'front_end/resources/ServiceWorkersView.js', |
| 513 ], | 513 ], |
| 514 'devtools_security_js_files': [ | 514 'devtools_security_js_files': [ |
| 515 'front_end/security/lockIcon.css', |
| 515 'front_end/security/securityPanel.css', | 516 'front_end/security/securityPanel.css', |
| 516 'front_end/security/SecurityModel.js', | 517 'front_end/security/SecurityModel.js', |
| 517 'front_end/security/SecurityPanel.js', | 518 'front_end/security/SecurityPanel.js', |
| 518 ], | 519 ], |
| 519 'devtools_script_formatter_worker_js_files': [ | 520 'devtools_script_formatter_worker_js_files': [ |
| 520 'front_end/acorn/acorn.js', | 521 'front_end/acorn/acorn.js', |
| 521 'front_end/cm/css.js', | 522 'front_end/cm/css.js', |
| 522 'front_end/cm/headlesscodemirror.js', | 523 'front_end/cm/headlesscodemirror.js', |
| 523 'front_end/cm/htmlmixed.js', | 524 'front_end/cm/htmlmixed.js', |
| 524 'front_end/cm/xml.js', | 525 'front_end/cm/xml.js', |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 'front_end/Images/thumbVert.png', | 772 'front_end/Images/thumbVert.png', |
| 772 'front_end/Images/touchCursor.png', | 773 'front_end/Images/touchCursor.png', |
| 773 'front_end/Images/touchCursor_2x.png', | 774 'front_end/Images/touchCursor_2x.png', |
| 774 'front_end/Images/updateServiceWorker.svg', | 775 'front_end/Images/updateServiceWorker.svg', |
| 775 ], | 776 ], |
| 776 'devtools_extension_api_files': [ | 777 'devtools_extension_api_files': [ |
| 777 'front_end/extensions/ExtensionAPI.js', | 778 'front_end/extensions/ExtensionAPI.js', |
| 778 ], | 779 ], |
| 779 }, | 780 }, |
| 780 } | 781 } |
| OLD | NEW |