| 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 ], | 385 ], |
| 386 | 386 |
| 387 # Lazy-loaded modules. | 387 # Lazy-loaded modules. |
| 388 'devtools_accessibility_js_files': [ | 388 'devtools_accessibility_js_files': [ |
| 389 'front_end/accessibility/accessibilityNode.css', | 389 'front_end/accessibility/accessibilityNode.css', |
| 390 'front_end/accessibility/AccessibilityModel.js', | 390 'front_end/accessibility/AccessibilityModel.js', |
| 391 'front_end/accessibility/AccessibilitySidebarView.js', | 391 'front_end/accessibility/AccessibilitySidebarView.js', |
| 392 'front_end/accessibility/AccessibilityNodeView.js', | 392 'front_end/accessibility/AccessibilityNodeView.js', |
| 393 'front_end/accessibility/AccessibilityStrings.js', | 393 'front_end/accessibility/AccessibilityStrings.js', |
| 394 'front_end/accessibility/ARIAAttributesView.js', | 394 'front_end/accessibility/ARIAAttributesView.js', |
| 395 'front_end/accessibility/ARIAConfig.js', |
| 396 'front_end/accessibility/ARIAMetadata.js', |
| 395 ], | 397 ], |
| 396 'devtools_animation_js_files': [ | 398 'devtools_animation_js_files': [ |
| 397 'front_end/animation/animationScreenshotPopover.css', | 399 'front_end/animation/animationScreenshotPopover.css', |
| 398 'front_end/animation/animationTimeline.css', | 400 'front_end/animation/animationTimeline.css', |
| 399 'front_end/animation/AnimationGroupPreviewUI.js', | 401 'front_end/animation/AnimationGroupPreviewUI.js', |
| 400 'front_end/animation/AnimationModel.js', | 402 'front_end/animation/AnimationModel.js', |
| 401 'front_end/animation/AnimationScreenshotPopover.js', | 403 'front_end/animation/AnimationScreenshotPopover.js', |
| 402 'front_end/animation/AnimationTimeline.js', | 404 'front_end/animation/AnimationTimeline.js', |
| 403 'front_end/animation/AnimationUI.js', | 405 'front_end/animation/AnimationUI.js', |
| 404 ], | 406 ], |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 'front_end/Images/toolbarResizerVertical.png', | 910 'front_end/Images/toolbarResizerVertical.png', |
| 909 'front_end/Images/toolbarItemSelected.png', | 911 'front_end/Images/toolbarItemSelected.png', |
| 910 'front_end/Images/touchCursor.png', | 912 'front_end/Images/touchCursor.png', |
| 911 'front_end/Images/touchCursor_2x.png', | 913 'front_end/Images/touchCursor_2x.png', |
| 912 ], | 914 ], |
| 913 'devtools_extension_api_files': [ | 915 'devtools_extension_api_files': [ |
| 914 'front_end/extensions/ExtensionAPI.js', | 916 'front_end/extensions/ExtensionAPI.js', |
| 915 ], | 917 ], |
| 916 }, | 918 }, |
| 917 } | 919 } |
| OLD | NEW |