| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'front_end/components/PropertiesSection.js', | 117 'front_end/components/PropertiesSection.js', |
| 118 'front_end/components/SearchableView.js', | 118 'front_end/components/SearchableView.js', |
| 119 'front_end/components/Section.js', | 119 'front_end/components/Section.js', |
| 120 'front_end/components/ShortcutsScreen.js', | 120 'front_end/components/ShortcutsScreen.js', |
| 121 'front_end/components/TargetsComboBoxController.js', | 121 'front_end/components/TargetsComboBoxController.js', |
| 122 'front_end/components/TimelineGrid.js', | 122 'front_end/components/TimelineGrid.js', |
| 123 ], | 123 ], |
| 124 'devtools_host_js_files': [ | 124 'devtools_host_js_files': [ |
| 125 'front_end/host/InspectorFrontendHost.js', | 125 'front_end/host/InspectorFrontendHost.js', |
| 126 'front_end/host/Platform.js', | 126 'front_end/host/Platform.js', |
| 127 'front_end/host/ToolboxHost.js', |
| 127 'front_end/host/UserMetrics.js', | 128 'front_end/host/UserMetrics.js', |
| 128 ], | 129 ], |
| 129 'devtools_screencast_js_files': [ | 130 'devtools_screencast_js_files': [ |
| 130 'front_end/screencast/screencastView.css', | 131 'front_end/screencast/screencastView.css', |
| 131 'front_end/screencast/ScreencastView.js', | 132 'front_end/screencast/ScreencastView.js', |
| 132 ], | 133 ], |
| 133 'devtools_sdk_js_files': [ | 134 'devtools_sdk_js_files': [ |
| 134 'front_end/sdk/AnimationModel.js', | 135 'front_end/sdk/AnimationModel.js', |
| 135 'front_end/sdk/ApplicationCacheModel.js', | 136 'front_end/sdk/ApplicationCacheModel.js', |
| 136 'front_end/sdk/BlackboxSupport.js', | 137 'front_end/sdk/BlackboxSupport.js', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 ], | 207 ], |
| 207 'devtools_toolbox_bootstrap_js_files': [ | 208 'devtools_toolbox_bootstrap_js_files': [ |
| 208 'front_end/toolbox_bootstrap/Toolbox.js', | 209 'front_end/toolbox_bootstrap/Toolbox.js', |
| 209 ], | 210 ], |
| 210 'devtools_toolbox_js_files': [ | 211 'devtools_toolbox_js_files': [ |
| 211 'front_end/toolbox/responsiveDesignView.css', | 212 'front_end/toolbox/responsiveDesignView.css', |
| 212 'front_end/toolbox/InspectedPagePlaceholder.js', | 213 'front_end/toolbox/InspectedPagePlaceholder.js', |
| 213 'front_end/toolbox/MediaQueryInspector.js', | 214 'front_end/toolbox/MediaQueryInspector.js', |
| 214 'front_end/toolbox/OverridesUI.js', | 215 'front_end/toolbox/OverridesUI.js', |
| 215 'front_end/toolbox/ResponsiveDesignView.js', | 216 'front_end/toolbox/ResponsiveDesignView.js', |
| 216 'front_end/toolbox/ToolboxDelegate.js', | |
| 217 ], | 217 ], |
| 218 'devtools_ui_js_files': [ | 218 'devtools_ui_js_files': [ |
| 219 'front_end/ui/dataGrid.css', | 219 'front_end/ui/dataGrid.css', |
| 220 'front_end/ui/filter.css', | 220 'front_end/ui/filter.css', |
| 221 'front_end/ui/pieChart.css', | 221 'front_end/ui/pieChart.css', |
| 222 'front_end/ui/ActionRegistry.js', | 222 'front_end/ui/ActionRegistry.js', |
| 223 'front_end/ui/Checkbox.js', | 223 'front_end/ui/Checkbox.js', |
| 224 'front_end/ui/CompletionDictionary.js', | 224 'front_end/ui/CompletionDictionary.js', |
| 225 'front_end/ui/Context.js', | 225 'front_end/ui/Context.js', |
| 226 'front_end/ui/ContextMenu.js', | 226 'front_end/ui/ContextMenu.js', |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 'front_end/Images/touchCursor.png', | 655 'front_end/Images/touchCursor.png', |
| 656 'front_end/Images/touchCursor_2x.png', | 656 'front_end/Images/touchCursor_2x.png', |
| 657 'front_end/Images/transformControls.png', | 657 'front_end/Images/transformControls.png', |
| 658 'front_end/Images/transformControls_2x.png', | 658 'front_end/Images/transformControls_2x.png', |
| 659 ], | 659 ], |
| 660 'devtools_extension_api_files': [ | 660 'devtools_extension_api_files': [ |
| 661 'front_end/extensions/ExtensionAPI.js', | 661 'front_end/extensions/ExtensionAPI.js', |
| 662 ], | 662 ], |
| 663 }, | 663 }, |
| 664 } | 664 } |
| OLD | NEW |