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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'front_end/suggestBox.css', | 60 'front_end/suggestBox.css', |
61 'front_end/tabbedPane.css', | 61 'front_end/tabbedPane.css', |
62 '<@(devtools_main_js_files)', | 62 '<@(devtools_main_js_files)', |
63 '<@(devtools_standalone_files)', | 63 '<@(devtools_standalone_files)', |
64 ], | 64 ], |
65 'devtools_common_js_files': [ | 65 'devtools_common_js_files': [ |
66 'front_end/common/Color.js', | 66 'front_end/common/Color.js', |
67 'front_end/common/Console.js', | 67 'front_end/common/Console.js', |
68 'front_end/common/ContentProvider.js', | 68 'front_end/common/ContentProvider.js', |
69 'front_end/common/Geometry.js', | 69 'front_end/common/Geometry.js', |
| 70 'front_end/common/Lock.js', |
70 'front_end/common/ModuleExtensionInterfaces.js', | 71 'front_end/common/ModuleExtensionInterfaces.js', |
71 'front_end/common/modules.js', | 72 'front_end/common/modules.js', |
72 'front_end/common/NotificationService.js', | 73 'front_end/common/NotificationService.js', |
73 'front_end/common/Object.js', | 74 'front_end/common/Object.js', |
74 'front_end/common/ParsedURL.js', | 75 'front_end/common/ParsedURL.js', |
75 'front_end/common/Progress.js', | 76 'front_end/common/Progress.js', |
76 'front_end/common/ResourceType.js', | 77 'front_end/common/ResourceType.js', |
77 'front_end/common/Settings.js', | 78 'front_end/common/Settings.js', |
78 'front_end/common/StaticContentProvider.js', | 79 'front_end/common/StaticContentProvider.js', |
79 'front_end/common/TextRange.js', | 80 'front_end/common/TextRange.js', |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
625 'front_end/Images/thumbHoverHoriz.png', | 626 'front_end/Images/thumbHoverHoriz.png', |
626 'front_end/Images/thumbHoverVert.png', | 627 'front_end/Images/thumbHoverVert.png', |
627 'front_end/Images/thumbVert.png', | 628 'front_end/Images/thumbVert.png', |
628 'front_end/Images/toolbarItemSelected.png', | 629 'front_end/Images/toolbarItemSelected.png', |
629 ], | 630 ], |
630 'devtools_extension_api_files': [ | 631 'devtools_extension_api_files': [ |
631 'front_end/extensions/ExtensionAPI.js', | 632 'front_end/extensions/ExtensionAPI.js', |
632 ], | 633 ], |
633 }, | 634 }, |
634 } | 635 } |
OLD | NEW |