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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 '<@(devtools_main_js_files)', | 43 '<@(devtools_main_js_files)', |
44 '<@(devtools_screencast_js_files)', | 44 '<@(devtools_screencast_js_files)', |
45 '<@(devtools_sdk_js_files)', | 45 '<@(devtools_sdk_js_files)', |
46 '<@(devtools_toolbox_bootstrap_js_files)', | 46 '<@(devtools_toolbox_bootstrap_js_files)', |
47 '<@(devtools_toolbox_js_files)', | 47 '<@(devtools_toolbox_js_files)', |
48 '<@(devtools_ui_js_files)', | 48 '<@(devtools_ui_js_files)', |
49 '<@(devtools_workspace_js_files)', | 49 '<@(devtools_workspace_js_files)', |
50 ], | 50 ], |
51 'devtools_core_base_files': [ | 51 'devtools_core_base_files': [ |
52 'front_end/devtools.js', | 52 'front_end/devtools.js', |
| 53 'front_end/toolbox.js', |
| 54 '<@(devtools_core_base_non_generated_files)', |
| 55 ], |
| 56 'devtools_core_base_non_generated_files': [ |
53 'front_end/devtools.json', | 57 'front_end/devtools.json', |
54 'front_end/devtools.css', | 58 'front_end/devtools.css', |
55 'front_end/toolbox.js', | |
56 'front_end/toolbox.json', | 59 'front_end/toolbox.json', |
57 'front_end/toolbox.css', | 60 'front_end/toolbox.css', |
58 'front_end/Runtime.js', | 61 'front_end/Runtime.js', |
59 'front_end/dialog.css', | 62 'front_end/dialog.css', |
60 'front_end/inspectorStyle.css', | 63 'front_end/inspectorStyle.css', |
61 'front_end/popover.css', | 64 'front_end/popover.css', |
62 'front_end/sidebarPane.css', | 65 'front_end/sidebarPane.css', |
63 'front_end/splitView.css', | 66 'front_end/splitView.css', |
64 'front_end/suggestBox.css', | 67 'front_end/suggestBox.css', |
65 'front_end/tabbedPane.css', | 68 'front_end/tabbedPane.css', |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 'front_end/Images/touchCursor.png', | 653 'front_end/Images/touchCursor.png', |
651 'front_end/Images/touchCursor_2x.png', | 654 'front_end/Images/touchCursor_2x.png', |
652 'front_end/Images/transformControls.png', | 655 'front_end/Images/transformControls.png', |
653 'front_end/Images/transformControls_2x.png', | 656 'front_end/Images/transformControls_2x.png', |
654 ], | 657 ], |
655 'devtools_extension_api_files': [ | 658 'devtools_extension_api_files': [ |
656 'front_end/extensions/ExtensionAPI.js', | 659 'front_end/extensions/ExtensionAPI.js', |
657 ], | 660 ], |
658 }, | 661 }, |
659 } | 662 } |
OLD | NEW |