| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'front_end/main/Main.js', | 244 'front_end/main/Main.js', |
| 245 'front_end/main/OverridesView.js', | 245 'front_end/main/OverridesView.js', |
| 246 'front_end/main/RenderingOptions.js', | 246 'front_end/main/RenderingOptions.js', |
| 247 'front_end/main/ScreencastApp.js', | 247 'front_end/main/ScreencastApp.js', |
| 248 'front_end/main/SimpleApp.js', | 248 'front_end/main/SimpleApp.js', |
| 249 'front_end/main/Toolbox.js', | 249 'front_end/main/Toolbox.js', |
| 250 ], | 250 ], |
| 251 | 251 |
| 252 'devtools_module_json_files': [ | 252 'devtools_module_json_files': [ |
| 253 'front_end/audits/module.json', | 253 'front_end/audits/module.json', |
| 254 'front_end/common/module.json', |
| 255 'front_end/components/module.json', |
| 254 'front_end/console/module.json', | 256 'front_end/console/module.json', |
| 255 'front_end/devices/module.json', | 257 'front_end/devices/module.json', |
| 256 'front_end/documentation/module.json', | 258 'front_end/documentation/module.json', |
| 257 'front_end/elements/module.json', | 259 'front_end/elements/module.json', |
| 258 'front_end/extensions/module.json', | 260 'front_end/extensions/module.json', |
| 259 'front_end/heap_snapshot_worker/module.json', | 261 'front_end/heap_snapshot_worker/module.json', |
| 262 'front_end/host/module.json', |
| 260 'front_end/layers/module.json', | 263 'front_end/layers/module.json', |
| 261 'front_end/main/module.json', | 264 'front_end/main/module.json', |
| 262 'front_end/network/module.json', | 265 'front_end/network/module.json', |
| 263 'front_end/profiler/module.json', | 266 'front_end/profiler/module.json', |
| 264 'front_end/resources/module.json', | 267 'front_end/resources/module.json', |
| 268 'front_end/screencast/module.json', |
| 265 'front_end/script_formatter_worker/module.json', | 269 'front_end/script_formatter_worker/module.json', |
| 270 'front_end/sdk/module.json', |
| 266 'front_end/settings/module.json', | 271 'front_end/settings/module.json', |
| 267 'front_end/source_frame/module.json', | 272 'front_end/source_frame/module.json', |
| 268 'front_end/sources/module.json', | 273 'front_end/sources/module.json', |
| 269 'front_end/temp_storage_shared_worker/module.json', | 274 'front_end/temp_storage_shared_worker/module.json', |
| 270 'front_end/timeline/module.json', | 275 'front_end/timeline/module.json', |
| 276 'front_end/toolbox/module.json', |
| 277 'front_end/ui/module.json', |
| 271 ], | 278 ], |
| 272 'all_devtools_files': [ | 279 'all_devtools_files': [ |
| 273 '<@(devtools_cm_css_files)', | 280 '<@(devtools_cm_css_files)', |
| 274 '<@(devtools_cm_js_files)', | 281 '<@(devtools_cm_js_files)', |
| 275 '<@(devtools_core_files)', | 282 '<@(devtools_core_files)', |
| 276 '<@(devtools_module_json_files)', | 283 '<@(devtools_module_json_files)', |
| 277 '<@(devtools_modules_js_files)', | 284 '<@(devtools_modules_js_files)', |
| 278 '<@(devtools_uglify_files)', | 285 '<@(devtools_uglify_files)', |
| 279 ], | 286 ], |
| 280 'devtools_standalone_files': [ | 287 'devtools_standalone_files': [ |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 'front_end/Images/thumbHoverHoriz.png', | 624 'front_end/Images/thumbHoverHoriz.png', |
| 618 'front_end/Images/thumbHoverVert.png', | 625 'front_end/Images/thumbHoverVert.png', |
| 619 'front_end/Images/thumbVert.png', | 626 'front_end/Images/thumbVert.png', |
| 620 'front_end/Images/toolbarItemSelected.png', | 627 'front_end/Images/toolbarItemSelected.png', |
| 621 ], | 628 ], |
| 622 'devtools_extension_api_files': [ | 629 'devtools_extension_api_files': [ |
| 623 'front_end/extensions/ExtensionAPI.js', | 630 'front_end/extensions/ExtensionAPI.js', |
| 624 ], | 631 ], |
| 625 }, | 632 }, |
| 626 } | 633 } |
| OLD | NEW |