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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 'front_end/sources/SimpleHistoryManager.js', | 495 'front_end/sources/SimpleHistoryManager.js', |
496 'front_end/sources/SourcesNavigator.js', | 496 'front_end/sources/SourcesNavigator.js', |
497 'front_end/sources/SourcesPanel.js', | 497 'front_end/sources/SourcesPanel.js', |
498 'front_end/sources/SourcesSearchScope.js', | 498 'front_end/sources/SourcesSearchScope.js', |
499 'front_end/sources/SourcesView.js', | 499 'front_end/sources/SourcesView.js', |
500 'front_end/sources/StyleSheetOutlineDialog.js', | 500 'front_end/sources/StyleSheetOutlineDialog.js', |
501 'front_end/sources/TabbedEditorContainer.js', | 501 'front_end/sources/TabbedEditorContainer.js', |
502 'front_end/sources/ThreadsSidebarPane.js', | 502 'front_end/sources/ThreadsSidebarPane.js', |
503 'front_end/sources/UISourceCodeFrame.js', | 503 'front_end/sources/UISourceCodeFrame.js', |
504 'front_end/sources/WatchExpressionsSidebarPane.js', | 504 'front_end/sources/WatchExpressionsSidebarPane.js', |
| 505 'front_end/sources/WorkspaceMappingSuggester.js', |
505 ], | 506 ], |
506 'devtools_temp_storage_shared_worker_js_files': [ | 507 'devtools_temp_storage_shared_worker_js_files': [ |
507 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 508 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
508 ], | 509 ], |
509 'devtools_timeline_js_files': [ | 510 'devtools_timeline_js_files': [ |
510 'front_end/timeline/CountersGraph.js', | 511 'front_end/timeline/CountersGraph.js', |
511 'front_end/timeline/Layers3DView.js', | 512 'front_end/timeline/Layers3DView.js', |
512 'front_end/timeline/MemoryCountersGraph.js', | 513 'front_end/timeline/MemoryCountersGraph.js', |
513 'front_end/timeline/PaintProfilerView.js', | 514 'front_end/timeline/PaintProfilerView.js', |
514 'front_end/timeline/TimelineEventOverview.js', | 515 'front_end/timeline/TimelineEventOverview.js', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 'front_end/Images/touchCursor.png', | 651 'front_end/Images/touchCursor.png', |
651 'front_end/Images/touchCursor_2x.png', | 652 'front_end/Images/touchCursor_2x.png', |
652 'front_end/Images/transformControls.png', | 653 'front_end/Images/transformControls.png', |
653 'front_end/Images/transformControls_2x.png', | 654 'front_end/Images/transformControls_2x.png', |
654 ], | 655 ], |
655 'devtools_extension_api_files': [ | 656 'devtools_extension_api_files': [ |
656 'front_end/extensions/ExtensionAPI.js', | 657 'front_end/extensions/ExtensionAPI.js', |
657 ], | 658 ], |
658 }, | 659 }, |
659 } | 660 } |
OLD | NEW |