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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 'front_end/resources/DatabaseQueryView.js', | 414 'front_end/resources/DatabaseQueryView.js', |
415 'front_end/resources/DatabaseTableView.js', | 415 'front_end/resources/DatabaseTableView.js', |
416 'front_end/resources/DirectoryContentView.js', | 416 'front_end/resources/DirectoryContentView.js', |
417 'front_end/resources/DOMStorageItemsView.js', | 417 'front_end/resources/DOMStorageItemsView.js', |
418 'front_end/resources/FileContentView.js', | 418 'front_end/resources/FileContentView.js', |
419 'front_end/resources/FileSystemView.js', | 419 'front_end/resources/FileSystemView.js', |
420 'front_end/resources/IndexedDBViews.js', | 420 'front_end/resources/IndexedDBViews.js', |
421 'front_end/resources/ResourcesPanel.js', | 421 'front_end/resources/ResourcesPanel.js', |
422 ], | 422 ], |
423 'devtools_script_formatter_worker_js_files': [ | 423 'devtools_script_formatter_worker_js_files': [ |
| 424 'front_end/cm/css.js', |
| 425 'front_end/cm/headlesscodemirror.js', |
| 426 'front_end/cm/htmlmixed.js', |
| 427 'front_end/cm/javascript.js', |
| 428 'front_end/cm/xml.js', |
| 429 'front_end/common/WebInspector.js', |
| 430 'front_end/common/utilities.js', |
424 'front_end/common/utilities.js', | 431 'front_end/common/utilities.js', |
425 'front_end/script_formatter_worker/CSSFormatter.js', | 432 'front_end/script_formatter_worker/CSSFormatter.js', |
426 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 433 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
427 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 434 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
428 ], | 435 ], |
429 'devtools_settings_js_files': [ | 436 'devtools_settings_js_files': [ |
430 'front_end/settings/EditFileSystemDialog.js', | 437 'front_end/settings/EditFileSystemDialog.js', |
431 'front_end/settings/FrameworkBlackboxDialog.js', | 438 'front_end/settings/FrameworkBlackboxDialog.js', |
432 'front_end/settings/SettingsScreen.js', | 439 'front_end/settings/SettingsScreen.js', |
433 ], | 440 ], |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 'front_end/Images/thumbHoverHoriz.png', | 618 'front_end/Images/thumbHoverHoriz.png', |
612 'front_end/Images/thumbHoverVert.png', | 619 'front_end/Images/thumbHoverVert.png', |
613 'front_end/Images/thumbVert.png', | 620 'front_end/Images/thumbVert.png', |
614 'front_end/Images/toolbarItemSelected.png', | 621 'front_end/Images/toolbarItemSelected.png', |
615 ], | 622 ], |
616 'devtools_extension_api_files': [ | 623 'devtools_extension_api_files': [ |
617 'front_end/extensions/ExtensionAPI.js', | 624 'front_end/extensions/ExtensionAPI.js', |
618 ], | 625 ], |
619 }, | 626 }, |
620 } | 627 } |
OLD | NEW |