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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 'front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-1x.p
ng', | 478 'front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-1x.p
ng', |
479 'front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-2x.p
ng', | 479 'front_end/emulated_devices/google-nexus-5x-horizontal-keyboard-2x.p
ng', |
480 'front_end/emulated_devices/google-nexus-5x-horizontal-navigation-1x
.png', | 480 'front_end/emulated_devices/google-nexus-5x-horizontal-navigation-1x
.png', |
481 'front_end/emulated_devices/google-nexus-5x-horizontal-navigation-2x
.png', | 481 'front_end/emulated_devices/google-nexus-5x-horizontal-navigation-2x
.png', |
482 'front_end/emulated_devices/google-nexus-5x-vertical-default-1x.png'
, | 482 'front_end/emulated_devices/google-nexus-5x-vertical-default-1x.png'
, |
483 'front_end/emulated_devices/google-nexus-5x-vertical-default-2x.png'
, | 483 'front_end/emulated_devices/google-nexus-5x-vertical-default-2x.png'
, |
484 'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-1x.png
', | 484 'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-1x.png
', |
485 'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png
', | 485 'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png
', |
486 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.p
ng', | 486 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.p
ng', |
487 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.p
ng', | 487 'front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.p
ng', |
| 488 'front_end/emulated_devices/iPad-landscape.svg', |
| 489 'front_end/emulated_devices/iPad-portrait.svg', |
| 490 'front_end/emulated_devices/iPhone5-landscape.svg', |
| 491 'front_end/emulated_devices/iPhone5-portrait.svg', |
| 492 'front_end/emulated_devices/iPhone6-landscape.svg', |
| 493 'front_end/emulated_devices/iPhone6-portrait.svg', |
| 494 'front_end/emulated_devices/iPhone6Plus-landscape.svg', |
| 495 'front_end/emulated_devices/iPhone6Plus-portrait.svg', |
| 496 'front_end/emulated_devices/Nexus5X-landscape.svg', |
| 497 'front_end/emulated_devices/Nexus5X-portrait.svg', |
| 498 'front_end/emulated_devices/Nexus6P-landscape.svg', |
| 499 'front_end/emulated_devices/Nexus6P-portrait.svg' |
488 ], | 500 ], |
489 'devtools_es_tree_js_files': [ | 501 'devtools_es_tree_js_files': [ |
490 'front_end/es_tree/ESTreeWalker.js', | 502 'front_end/es_tree/ESTreeWalker.js', |
491 'front_end/es_tree/AcornTokenizer.js', | 503 'front_end/es_tree/AcornTokenizer.js', |
492 ], | 504 ], |
493 'devtools_extensions_js_files': [ | 505 'devtools_extensions_js_files': [ |
494 'front_end/extensions/ExtensionAuditCategory.js', | 506 'front_end/extensions/ExtensionAuditCategory.js', |
495 'front_end/extensions/ExtensionPanel.js', | 507 'front_end/extensions/ExtensionPanel.js', |
496 'front_end/extensions/ExtensionRegistryStub.js', | 508 'front_end/extensions/ExtensionRegistryStub.js', |
497 'front_end/extensions/ExtensionServer.js', | 509 'front_end/extensions/ExtensionServer.js', |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
859 'front_end/Images/toolbarResizerVertical.png', | 871 'front_end/Images/toolbarResizerVertical.png', |
860 'front_end/Images/toolbarItemSelected.png', | 872 'front_end/Images/toolbarItemSelected.png', |
861 'front_end/Images/touchCursor.png', | 873 'front_end/Images/touchCursor.png', |
862 'front_end/Images/touchCursor_2x.png', | 874 'front_end/Images/touchCursor_2x.png', |
863 ], | 875 ], |
864 'devtools_extension_api_files': [ | 876 'devtools_extension_api_files': [ |
865 'front_end/extensions/ExtensionAPI.js', | 877 'front_end/extensions/ExtensionAPI.js', |
866 ], | 878 ], |
867 }, | 879 }, |
868 } | 880 } |
OLD | NEW |