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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'front_end/ui/TextPrompt.js', | 282 'front_end/ui/TextPrompt.js', |
283 'front_end/ui/UIUtils.js', | 283 'front_end/ui/UIUtils.js', |
284 'front_end/ui/ViewportControl.js', | 284 'front_end/ui/ViewportControl.js', |
285 'front_end/ui/Widget.js', | 285 'front_end/ui/Widget.js', |
286 'front_end/ui/ZoomManager.js', | 286 'front_end/ui/ZoomManager.js', |
287 'front_end/ui/treeoutline.js', | 287 'front_end/ui/treeoutline.js', |
288 'front_end/ui/ThrottledWidget.js' | 288 'front_end/ui/ThrottledWidget.js' |
289 ], | 289 ], |
290 'devtools_main_js_files': [ | 290 'devtools_main_js_files': [ |
291 'front_end/main/AdvancedApp.js', | 291 'front_end/main/AdvancedApp.js', |
| 292 'front_end/main/FrontendWebSocketAPI.js', |
292 'front_end/main/HelpScreenUntilReload.js', | 293 'front_end/main/HelpScreenUntilReload.js', |
293 'front_end/main/Main.js', | 294 'front_end/main/Main.js', |
294 'front_end/main/OverlayController.js', | 295 'front_end/main/OverlayController.js', |
295 'front_end/main/RenderingOptions.js', | 296 'front_end/main/RenderingOptions.js', |
296 'front_end/main/SimpleApp.js', | 297 'front_end/main/SimpleApp.js', |
297 'front_end/main/Tests.js', | 298 'front_end/main/Tests.js', |
298 'front_end/main/TestController.js', | 299 'front_end/main/TestController.js', |
299 ], | 300 ], |
300 'devtools_module_json_files': [ | 301 'devtools_module_json_files': [ |
301 'front_end/accessibility/module.json', | 302 'front_end/accessibility/module.json', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
796 'front_end/Images/toolbarItemSelected.png', | 797 'front_end/Images/toolbarItemSelected.png', |
797 'front_end/Images/touchCursor.png', | 798 'front_end/Images/touchCursor.png', |
798 'front_end/Images/touchCursor_2x.png', | 799 'front_end/Images/touchCursor_2x.png', |
799 'front_end/Images/updateServiceWorker.svg', | 800 'front_end/Images/updateServiceWorker.svg', |
800 ], | 801 ], |
801 'devtools_extension_api_files': [ | 802 'devtools_extension_api_files': [ |
802 'front_end/extensions/ExtensionAPI.js', | 803 'front_end/extensions/ExtensionAPI.js', |
803 ], | 804 ], |
804 }, | 805 }, |
805 } | 806 } |
OLD | NEW |