| 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 'front_end/ui/StackView.js', | 300 'front_end/ui/StackView.js', |
| 301 'front_end/ui/SwatchPopoverHelper.js', | 301 'front_end/ui/SwatchPopoverHelper.js', |
| 302 'front_end/ui/Toolbar.js', | 302 'front_end/ui/Toolbar.js', |
| 303 'front_end/ui/Tooltip.js', | 303 'front_end/ui/Tooltip.js', |
| 304 'front_end/ui/SuggestBox.js', | 304 'front_end/ui/SuggestBox.js', |
| 305 'front_end/ui/TabbedPane.js', | 305 'front_end/ui/TabbedPane.js', |
| 306 'front_end/ui/TextPrompt.js', | 306 'front_end/ui/TextPrompt.js', |
| 307 'front_end/ui/ThrottledView.js', | 307 'front_end/ui/ThrottledView.js', |
| 308 'front_end/ui/UIUtils.js', | 308 'front_end/ui/UIUtils.js', |
| 309 'front_end/ui/View.js', | 309 'front_end/ui/View.js', |
| 310 'front_end/ui/ViewContainers.js', | |
| 311 'front_end/ui/ViewportControl.js', | 310 'front_end/ui/ViewportControl.js', |
| 312 'front_end/ui/Widget.js', | 311 'front_end/ui/Widget.js', |
| 313 'front_end/ui/ZoomManager.js', | 312 'front_end/ui/ZoomManager.js', |
| 314 'front_end/ui/treeoutline.js', | 313 'front_end/ui/treeoutline.js', |
| 315 ], | 314 ], |
| 316 'devtools_main_js_files': [ | 315 'devtools_main_js_files': [ |
| 317 'front_end/main/errorWarningCounter.css', | 316 'front_end/main/errorWarningCounter.css', |
| 318 'front_end/main/remoteDebuggingTerminatedScreen.css', | 317 'front_end/main/remoteDebuggingTerminatedScreen.css', |
| 319 'front_end/main/renderingOptions.css', | 318 'front_end/main/renderingOptions.css', |
| 320 'front_end/main/targetCrashedScreen.css', | 319 'front_end/main/targetCrashedScreen.css', |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 'front_end/Images/toolbarResizerVertical.png', | 898 'front_end/Images/toolbarResizerVertical.png', |
| 900 'front_end/Images/toolbarItemSelected.png', | 899 'front_end/Images/toolbarItemSelected.png', |
| 901 'front_end/Images/touchCursor.png', | 900 'front_end/Images/touchCursor.png', |
| 902 'front_end/Images/touchCursor_2x.png', | 901 'front_end/Images/touchCursor_2x.png', |
| 903 ], | 902 ], |
| 904 'devtools_extension_api_files': [ | 903 'devtools_extension_api_files': [ |
| 905 'front_end/extensions/ExtensionAPI.js', | 904 'front_end/extensions/ExtensionAPI.js', |
| 906 ], | 905 ], |
| 907 }, | 906 }, |
| 908 } | 907 } |
| OLD | NEW |