| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'front_end/common/ParsedURL.js', | 82 'front_end/common/ParsedURL.js', |
| 83 'front_end/common/Progress.js', | 83 'front_end/common/Progress.js', |
| 84 'front_end/common/ResourceType.js', | 84 'front_end/common/ResourceType.js', |
| 85 'front_end/common/Settings.js', | 85 'front_end/common/Settings.js', |
| 86 'front_end/common/StaticContentProvider.js', | 86 'front_end/common/StaticContentProvider.js', |
| 87 'front_end/common/TextRange.js', | 87 'front_end/common/TextRange.js', |
| 88 'front_end/common/TextUtils.js', | 88 'front_end/common/TextUtils.js', |
| 89 'front_end/common/Throttler.js', | 89 'front_end/common/Throttler.js', |
| 90 'front_end/common/UIString.js', | 90 'front_end/common/UIString.js', |
| 91 'front_end/common/WebInspector.js', | 91 'front_end/common/WebInspector.js', |
| 92 'front_end/common/WorkerRuntime.js', |
| 92 ], | 93 ], |
| 93 'devtools_components_js_files': [ | 94 'devtools_components_js_files': [ |
| 94 'front_end/components/breakpointsList.css', | 95 'front_end/components/breakpointsList.css', |
| 95 'front_end/components/flameChart.css', | 96 'front_end/components/flameChart.css', |
| 96 'front_end/components/helpScreen.css', | 97 'front_end/components/helpScreen.css', |
| 97 'front_end/components/overviewGrid.css', | 98 'front_end/components/overviewGrid.css', |
| 98 'front_end/components/panelEnablerView.css', | 99 'front_end/components/panelEnablerView.css', |
| 99 'front_end/components/CookiesTable.js', | 100 'front_end/components/CookiesTable.js', |
| 100 'front_end/components/DockController.js', | 101 'front_end/components/DockController.js', |
| 101 'front_end/components/DOMBreakpointsSidebarPane.js', | 102 'front_end/components/DOMBreakpointsSidebarPane.js', |
| (...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 'front_end/Images/touchCursor.png', | 665 'front_end/Images/touchCursor.png', |
| 665 'front_end/Images/touchCursor_2x.png', | 666 'front_end/Images/touchCursor_2x.png', |
| 666 'front_end/Images/transformControls.png', | 667 'front_end/Images/transformControls.png', |
| 667 'front_end/Images/transformControls_2x.png', | 668 'front_end/Images/transformControls_2x.png', |
| 668 ], | 669 ], |
| 669 'devtools_extension_api_files': [ | 670 'devtools_extension_api_files': [ |
| 670 'front_end/extensions/ExtensionAPI.js', | 671 'front_end/extensions/ExtensionAPI.js', |
| 671 ], | 672 ], |
| 672 }, | 673 }, |
| 673 } | 674 } |
| OLD | NEW |