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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'front_end/ExtensionServerProxy.js', | 75 'front_end/ExtensionServerProxy.js', |
76 'front_end/FileManager.js', | 76 'front_end/FileManager.js', |
77 'front_end/FileSystemMapping.js', | 77 'front_end/FileSystemMapping.js', |
78 'front_end/FileSystemModel.js', | 78 'front_end/FileSystemModel.js', |
79 'front_end/FileSystemProjectDelegate.js', | 79 'front_end/FileSystemProjectDelegate.js', |
80 'front_end/FileUtils.js', | 80 'front_end/FileUtils.js', |
81 'front_end/FilterBar.js', | 81 'front_end/FilterBar.js', |
82 'front_end/FilterSuggestionBuilder.js', | 82 'front_end/FilterSuggestionBuilder.js', |
83 'front_end/FlameChart.js', | 83 'front_end/FlameChart.js', |
84 'front_end/FontView.js', | 84 'front_end/FontView.js', |
| 85 'front_end/ForwardedInputEventHandler.js', |
85 'front_end/Geometry.js', | 86 'front_end/Geometry.js', |
86 'front_end/GoToLineDialog.js', | 87 'front_end/GoToLineDialog.js', |
87 'front_end/HAREntry.js', | 88 'front_end/HAREntry.js', |
88 'front_end/HandlerRegistry.js', | 89 'front_end/HandlerRegistry.js', |
89 'front_end/HelpScreen.js', | 90 'front_end/HelpScreen.js', |
90 'front_end/HelpScreenUntilReload.js', | 91 'front_end/HelpScreenUntilReload.js', |
91 'front_end/ImageView.js', | 92 'front_end/ImageView.js', |
92 'front_end/IndexedDBModel.js', | 93 'front_end/IndexedDBModel.js', |
93 'front_end/InplaceEditor.js', | 94 'front_end/InplaceEditor.js', |
94 'front_end/InplaceFormatterEditorAction.js', | 95 'front_end/InplaceFormatterEditorAction.js', |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 'front_end/TempStorageSharedWorker.js', | 485 'front_end/TempStorageSharedWorker.js', |
485 ], | 486 ], |
486 'devtools_script_formatter_worker_js_files': [ | 487 'devtools_script_formatter_worker_js_files': [ |
487 'front_end/CSSFormatter.js', | 488 'front_end/CSSFormatter.js', |
488 'front_end/JavaScriptFormatter.js', | 489 'front_end/JavaScriptFormatter.js', |
489 'front_end/ScriptFormatterWorker.js', | 490 'front_end/ScriptFormatterWorker.js', |
490 'front_end/utilities.js', | 491 'front_end/utilities.js', |
491 ], | 492 ], |
492 }, | 493 }, |
493 } | 494 } |
OLD | NEW |