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', | |
281 'front_end/main/OverridesView.js', | 280 'front_end/main/OverridesView.js', |
282 'front_end/main/RenderingOptions.js', | 281 'front_end/main/RenderingOptions.js', |
283 'front_end/main/SimpleApp.js', | 282 'front_end/main/SimpleApp.js', |
284 'front_end/main/Tests.js', | 283 'front_end/main/Tests.js', |
285 'front_end/main/TestController.js', | 284 'front_end/main/TestController.js', |
286 ], | 285 ], |
287 'devtools_module_json_files': [ | 286 'devtools_module_json_files': [ |
288 'front_end/audits/module.json', | 287 'front_end/audits/module.json', |
289 'front_end/bindings/module.json', | 288 'front_end/bindings/module.json', |
290 'front_end/common/module.json', | 289 'front_end/common/module.json', |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
705 'front_end/Images/thumbVert.png', | 704 'front_end/Images/thumbVert.png', |
706 'front_end/Images/toolbarItemSelected.png', | 705 'front_end/Images/toolbarItemSelected.png', |
707 'front_end/Images/touchCursor.png', | 706 'front_end/Images/touchCursor.png', |
708 'front_end/Images/touchCursor_2x.png', | 707 'front_end/Images/touchCursor_2x.png', |
709 ], | 708 ], |
710 'devtools_extension_api_files': [ | 709 'devtools_extension_api_files': [ |
711 'front_end/extensions/ExtensionAPI.js', | 710 'front_end/extensions/ExtensionAPI.js', |
712 ], | 711 ], |
713 }, | 712 }, |
714 } | 713 } |
OLD | NEW |