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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 'front_end/ui/ViewportControl.js', | 270 'front_end/ui/ViewportControl.js', |
271 'front_end/ui/ZoomManager.js', | 271 'front_end/ui/ZoomManager.js', |
272 'front_end/ui/treeoutline.js', | 272 'front_end/ui/treeoutline.js', |
273 ], | 273 ], |
274 'devtools_main_js_files': [ | 274 'devtools_main_js_files': [ |
275 'front_end/main/accelerometer.css', | 275 'front_end/main/accelerometer.css', |
276 'front_end/main/overrides.css', | 276 'front_end/main/overrides.css', |
277 'front_end/main/AdvancedApp.js', | 277 'front_end/main/AdvancedApp.js', |
278 'front_end/main/HelpScreenUntilReload.js', | 278 'front_end/main/HelpScreenUntilReload.js', |
279 'front_end/main/Main.js', | 279 'front_end/main/Main.js', |
| 280 'front_end/main/OverlayController.js', |
280 'front_end/main/OverridesView.js', | 281 'front_end/main/OverridesView.js', |
281 'front_end/main/RenderingOptions.js', | 282 'front_end/main/RenderingOptions.js', |
282 'front_end/main/SimpleApp.js', | 283 'front_end/main/SimpleApp.js', |
283 'front_end/main/Tests.js', | 284 'front_end/main/Tests.js', |
284 'front_end/main/TestController.js', | 285 'front_end/main/TestController.js', |
285 ], | 286 ], |
286 'devtools_module_json_files': [ | 287 'devtools_module_json_files': [ |
287 'front_end/audits/module.json', | 288 'front_end/audits/module.json', |
288 'front_end/bindings/module.json', | 289 'front_end/bindings/module.json', |
289 'front_end/common/module.json', | 290 'front_end/common/module.json', |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
704 'front_end/Images/thumbVert.png', | 705 'front_end/Images/thumbVert.png', |
705 'front_end/Images/toolbarItemSelected.png', | 706 'front_end/Images/toolbarItemSelected.png', |
706 'front_end/Images/touchCursor.png', | 707 'front_end/Images/touchCursor.png', |
707 'front_end/Images/touchCursor_2x.png', | 708 'front_end/Images/touchCursor_2x.png', |
708 ], | 709 ], |
709 'devtools_extension_api_files': [ | 710 'devtools_extension_api_files': [ |
710 'front_end/extensions/ExtensionAPI.js', | 711 'front_end/extensions/ExtensionAPI.js', |
711 ], | 712 ], |
712 }, | 713 }, |
713 } | 714 } |
OLD | NEW |