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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'front_end/common/Geometry.js', | 65 'front_end/common/Geometry.js', |
66 'front_end/common/ModuleExtensionInterfaces.js', | 66 'front_end/common/ModuleExtensionInterfaces.js', |
67 'front_end/common/NotificationService.js', | 67 'front_end/common/NotificationService.js', |
68 'front_end/common/Object.js', | 68 'front_end/common/Object.js', |
69 'front_end/common/ParsedURL.js', | 69 'front_end/common/ParsedURL.js', |
70 'front_end/common/Progress.js', | 70 'front_end/common/Progress.js', |
71 'front_end/common/ResourceType.js', | 71 'front_end/common/ResourceType.js', |
72 'front_end/common/Settings.js', | 72 'front_end/common/Settings.js', |
73 'front_end/common/StaticContentProvider.js', | 73 'front_end/common/StaticContentProvider.js', |
74 'front_end/common/OutputStream.js', | 74 'front_end/common/OutputStream.js', |
| 75 'front_end/common/SegmentedRange.js', |
75 'front_end/common/TestBase.js', | 76 'front_end/common/TestBase.js', |
76 'front_end/common/TextDictionary.js', | 77 'front_end/common/TextDictionary.js', |
77 'front_end/common/TextRange.js', | 78 'front_end/common/TextRange.js', |
78 'front_end/common/TextUtils.js', | 79 'front_end/common/TextUtils.js', |
79 'front_end/common/Throttler.js', | 80 'front_end/common/Throttler.js', |
80 'front_end/common/UIString.js', | 81 'front_end/common/UIString.js', |
81 'front_end/common/WebInspector.js', | 82 'front_end/common/WebInspector.js', |
82 'front_end/common/WorkerRuntime.js', | 83 'front_end/common/WorkerRuntime.js', |
83 ], | 84 ], |
84 'devtools_components_js_files': [ | 85 'devtools_components_js_files': [ |
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 'front_end/Images/toolbarItemSelected.png', | 861 'front_end/Images/toolbarItemSelected.png', |
861 'front_end/Images/touchCursor.png', | 862 'front_end/Images/touchCursor.png', |
862 'front_end/Images/touchCursor_2x.png', | 863 'front_end/Images/touchCursor_2x.png', |
863 'front_end/Images/updateServiceWorker.svg', | 864 'front_end/Images/updateServiceWorker.svg', |
864 ], | 865 ], |
865 'devtools_extension_api_files': [ | 866 'devtools_extension_api_files': [ |
866 'front_end/extensions/ExtensionAPI.js', | 867 'front_end/extensions/ExtensionAPI.js', |
867 ], | 868 ], |
868 }, | 869 }, |
869 } | 870 } |
OLD | NEW |