| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'front_end/temp_storage_shared_worker.js', | 62 'front_end/temp_storage_shared_worker.js', |
| 63 'front_end/temp_storage_shared_worker.json', | 63 'front_end/temp_storage_shared_worker.json', |
| 64 'front_end/toolbox.js', | 64 'front_end/toolbox.js', |
| 65 'front_end/toolbox.json', | 65 'front_end/toolbox.json', |
| 66 'front_end/Runtime.js', | 66 'front_end/Runtime.js', |
| 67 ], | 67 ], |
| 68 'devtools_common_js_files': [ | 68 'devtools_common_js_files': [ |
| 69 'front_end/common/Color.js', | 69 'front_end/common/Color.js', |
| 70 'front_end/common/Console.js', | 70 'front_end/common/Console.js', |
| 71 'front_end/common/ContentProvider.js', | 71 'front_end/common/ContentProvider.js', |
| 72 'front_end/common/CSSShadowModel.js', |
| 72 'front_end/common/FormatterWorkerPool.js', | 73 'front_end/common/FormatterWorkerPool.js', |
| 73 'front_end/common/Geometry.js', | 74 'front_end/common/Geometry.js', |
| 74 'front_end/common/ModuleExtensionInterfaces.js', | 75 'front_end/common/ModuleExtensionInterfaces.js', |
| 75 'front_end/common/Object.js', | 76 'front_end/common/Object.js', |
| 76 'front_end/common/OutputStream.js', | 77 'front_end/common/OutputStream.js', |
| 77 'front_end/common/ParsedURL.js', | 78 'front_end/common/ParsedURL.js', |
| 78 'front_end/common/Progress.js', | 79 'front_end/common/Progress.js', |
| 79 'front_end/common/ResourceType.js', | 80 'front_end/common/ResourceType.js', |
| 80 'front_end/common/SegmentedRange.js', | 81 'front_end/common/SegmentedRange.js', |
| 81 'front_end/common/Settings.js', | 82 'front_end/common/Settings.js', |
| (...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 'front_end/Images/toolbarResizerVertical.png', | 896 'front_end/Images/toolbarResizerVertical.png', |
| 896 'front_end/Images/toolbarItemSelected.png', | 897 'front_end/Images/toolbarItemSelected.png', |
| 897 'front_end/Images/touchCursor.png', | 898 'front_end/Images/touchCursor.png', |
| 898 'front_end/Images/touchCursor_2x.png', | 899 'front_end/Images/touchCursor_2x.png', |
| 899 ], | 900 ], |
| 900 'devtools_extension_api_files': [ | 901 'devtools_extension_api_files': [ |
| 901 'front_end/extensions/ExtensionAPI.js', | 902 'front_end/extensions/ExtensionAPI.js', |
| 902 ], | 903 ], |
| 903 }, | 904 }, |
| 904 } | 905 } |
| OLD | NEW |