Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: third_party/WebKit/Source/devtools/devtools.gypi

Issue 1907453003: Add device frame svgs to devtools gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698