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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 'front_end/inspectorSyntaxHighlight.css', | 59 'front_end/inspectorSyntaxHighlight.css', |
60 'front_end/popover.css', | 60 'front_end/popover.css', |
61 '<@(devtools_main_js_files)', | 61 '<@(devtools_main_js_files)', |
62 '<@(devtools_standalone_files)', | 62 '<@(devtools_standalone_files)', |
63 ], | 63 ], |
64 'devtools_common_js_files': [ | 64 'devtools_common_js_files': [ |
65 'front_end/common/Color.js', | 65 'front_end/common/Color.js', |
66 'front_end/common/CompletionDictionary.js', | 66 'front_end/common/CompletionDictionary.js', |
67 'front_end/common/DOMExtension.js', | 67 'front_end/common/DOMExtension.js', |
68 'front_end/common/Geometry.js', | 68 'front_end/common/Geometry.js', |
| 69 'front_end/common/MessageSink.js', |
69 'front_end/common/ModuleManager.js', | 70 'front_end/common/ModuleManager.js', |
70 'front_end/common/modules.js', | 71 'front_end/common/modules.js', |
71 'front_end/common/Object.js', | 72 'front_end/common/Object.js', |
72 'front_end/common/ParsedURL.js', | 73 'front_end/common/ParsedURL.js', |
73 'front_end/common/Platform.js', | 74 'front_end/common/Platform.js', |
74 'front_end/common/Progress.js', | 75 'front_end/common/Progress.js', |
75 'front_end/common/Settings.js', | 76 'front_end/common/Settings.js', |
76 'front_end/common/TextRange.js', | 77 'front_end/common/TextRange.js', |
77 'front_end/common/UIString.js', | 78 'front_end/common/UIString.js', |
78 'front_end/common/UserMetrics.js', | 79 'front_end/common/UserMetrics.js', |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', | 552 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', |
552 ], | 553 ], |
553 'devtools_script_formatter_worker_js_files': [ | 554 'devtools_script_formatter_worker_js_files': [ |
554 'front_end/script_formatter_worker/CSSFormatter.js', | 555 'front_end/script_formatter_worker/CSSFormatter.js', |
555 'front_end/script_formatter_worker/JavaScriptFormatter.js', | 556 'front_end/script_formatter_worker/JavaScriptFormatter.js', |
556 'front_end/script_formatter_worker/ScriptFormatterWorker.js', | 557 'front_end/script_formatter_worker/ScriptFormatterWorker.js', |
557 'front_end/common/utilities.js', | 558 'front_end/common/utilities.js', |
558 ], | 559 ], |
559 }, | 560 }, |
560 } | 561 } |
OLD | NEW |