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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 'front_end/resources/ResourcesPanel.js', | 446 'front_end/resources/ResourcesPanel.js', |
447 ], | 447 ], |
448 'devtools_script_formatter_worker_js_files': [ | 448 'devtools_script_formatter_worker_js_files': [ |
449 'front_end/cm/css.js', | 449 'front_end/cm/css.js', |
450 'front_end/cm/headlesscodemirror.js', | 450 'front_end/cm/headlesscodemirror.js', |
451 'front_end/cm/htmlmixed.js', | 451 'front_end/cm/htmlmixed.js', |
452 'front_end/cm/javascript.js', | 452 'front_end/cm/javascript.js', |
453 'front_end/cm/xml.js', | 453 'front_end/cm/xml.js', |
454 'front_end/common/WebInspector.js', | 454 'front_end/common/WebInspector.js', |
455 'front_end/common/utilities.js', | 455 'front_end/common/utilities.js', |
456 'front_end/common/utilities.js', | |
457 'front_end/script_formatter_worker/CSSFormatter.js', | 456 'front_end/script_formatter_worker/CSSFormatter.js', |
458 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 457 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
459 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 458 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
460 ], | 459 ], |
461 'devtools_settings_js_files': [ | 460 'devtools_settings_js_files': [ |
462 'front_end/settings/EditFileSystemDialog.js', | 461 'front_end/settings/EditFileSystemDialog.js', |
463 'front_end/settings/FrameworkBlackboxDialog.js', | 462 'front_end/settings/FrameworkBlackboxDialog.js', |
464 'front_end/settings/SettingsScreen.js', | 463 'front_end/settings/SettingsScreen.js', |
465 ], | 464 ], |
466 'devtools_source_frame_js_files': [ | 465 'devtools_source_frame_js_files': [ |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
568 '<@(devtools_documentation_js_files)', | 567 '<@(devtools_documentation_js_files)', |
569 '<@(devtools_elements_js_files)', | 568 '<@(devtools_elements_js_files)', |
570 '<@(devtools_extensions_js_files)', | 569 '<@(devtools_extensions_js_files)', |
571 '<@(devtools_heap_snapshot_worker_js_files)', | 570 '<@(devtools_heap_snapshot_worker_js_files)', |
572 '<@(devtools_layers_js_files)', | 571 '<@(devtools_layers_js_files)', |
573 '<@(devtools_network_js_files)', | 572 '<@(devtools_network_js_files)', |
574 '<@(devtools_profiler_js_files)', | 573 '<@(devtools_profiler_js_files)', |
575 '<@(devtools_promises_js_files)', | 574 '<@(devtools_promises_js_files)', |
576 '<@(devtools_resources_js_files)', | 575 '<@(devtools_resources_js_files)', |
577 '<@(devtools_script_formatter_worker_js_files)', | 576 '<@(devtools_script_formatter_worker_js_files)', |
| 577 '<@(devtools_settings_js_files)', |
578 '<@(devtools_source_frame_js_files)', | 578 '<@(devtools_source_frame_js_files)', |
579 '<@(devtools_sources_js_files)', | 579 '<@(devtools_sources_js_files)', |
580 '<@(devtools_temp_storage_shared_worker_js_files)', | 580 '<@(devtools_temp_storage_shared_worker_js_files)', |
581 '<@(devtools_timeline_js_files)', | 581 '<@(devtools_timeline_js_files)', |
582 ], | 582 ], |
583 'devtools_image_files': [ | 583 'devtools_image_files': [ |
584 'front_end/Images/applicationCache.png', | 584 'front_end/Images/applicationCache.png', |
585 'front_end/Images/back.png', | 585 'front_end/Images/back.png', |
586 'front_end/Images/breakpoint.png', | 586 'front_end/Images/breakpoint.png', |
587 'front_end/Images/breakpoint_2x.png', | 587 'front_end/Images/breakpoint_2x.png', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 'front_end/Images/touchCursor.png', | 648 'front_end/Images/touchCursor.png', |
649 'front_end/Images/touchCursor_2x.png', | 649 'front_end/Images/touchCursor_2x.png', |
650 'front_end/Images/transformControls.png', | 650 'front_end/Images/transformControls.png', |
651 'front_end/Images/transformControls_2x.png', | 651 'front_end/Images/transformControls_2x.png', |
652 ], | 652 ], |
653 'devtools_extension_api_files': [ | 653 'devtools_extension_api_files': [ |
654 'front_end/extensions/ExtensionAPI.js', | 654 'front_end/extensions/ExtensionAPI.js', |
655 ], | 655 ], |
656 }, | 656 }, |
657 } | 657 } |
OLD | NEW |