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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'front_end/CSSMetadata.js', | 54 'front_end/CSSMetadata.js', |
55 'front_end/CSSParser.js', | 55 'front_end/CSSParser.js', |
56 'front_end/CSSStyleModel.js', | 56 'front_end/CSSStyleModel.js', |
57 'front_end/CSSStyleSheetMapping.js', | 57 'front_end/CSSStyleSheetMapping.js', |
58 'front_end/Database.js', | 58 'front_end/Database.js', |
59 'front_end/DataGrid.js', | 59 'front_end/DataGrid.js', |
60 'front_end/DebuggerModel.js', | 60 'front_end/DebuggerModel.js', |
61 'front_end/DebuggerScriptMapping.js', | 61 'front_end/DebuggerScriptMapping.js', |
62 'front_end/Tests.js', | 62 'front_end/Tests.js', |
63 'front_end/Dialog.js', | 63 'front_end/Dialog.js', |
64 'front_end/DOMAgent.js', | 64 'front_end/DOMModel.js', |
65 'front_end/DOMBreakpointsSidebarPane.js', | 65 'front_end/DOMBreakpointsSidebarPane.js', |
66 'front_end/DOMExtension.js', | 66 'front_end/DOMExtension.js', |
67 'front_end/DOMPresentationUtils.js', | 67 'front_end/DOMPresentationUtils.js', |
68 'front_end/DOMStorage.js', | 68 'front_end/DOMStorage.js', |
69 'front_end/DefaultScriptMapping.js', | 69 'front_end/DefaultScriptMapping.js', |
70 'front_end/DockController.js', | 70 'front_end/DockController.js', |
71 'front_end/Drawer.js', | 71 'front_end/Drawer.js', |
72 'front_end/DropDownMenu.js', | 72 'front_end/DropDownMenu.js', |
73 'front_end/EditFileSystemDialog.js', | 73 'front_end/EditFileSystemDialog.js', |
74 'front_end/EmptyView.js', | 74 'front_end/EmptyView.js', |
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 'front_end/TempStorageSharedWorker.js', | 478 'front_end/TempStorageSharedWorker.js', |
479 ], | 479 ], |
480 'devtools_script_formatter_worker_js_files': [ | 480 'devtools_script_formatter_worker_js_files': [ |
481 'front_end/CSSFormatter.js', | 481 'front_end/CSSFormatter.js', |
482 'front_end/JavaScriptFormatter.js', | 482 'front_end/JavaScriptFormatter.js', |
483 'front_end/ScriptFormatterWorker.js', | 483 'front_end/ScriptFormatterWorker.js', |
484 'front_end/utilities.js', | 484 'front_end/utilities.js', |
485 ], | 485 ], |
486 }, | 486 }, |
487 } | 487 } |
OLD | NEW |