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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/devtools.gypi
diff --git a/third_party/WebKit/Source/devtools/devtools.gypi b/third_party/WebKit/Source/devtools/devtools.gypi
index 6dc78d6a092bb7fa8a3f6ff5bd1521362c6fcf49..ecbcfbac59bd5e4e89dce382fe9d7100689cafac 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -485,6 +485,18 @@
'front_end/emulated_devices/google-nexus-5x-vertical-keyboard-2x.png',
'front_end/emulated_devices/google-nexus-5x-vertical-navigation-1x.png',
'front_end/emulated_devices/google-nexus-5x-vertical-navigation-2x.png',
+ 'front_end/emulated_devices/iPad-landscape.svg',
+ 'front_end/emulated_devices/iPad-portrait.svg',
+ 'front_end/emulated_devices/iPhone5-landscape.svg',
+ 'front_end/emulated_devices/iPhone5-portrait.svg',
+ 'front_end/emulated_devices/iPhone6-landscape.svg',
+ 'front_end/emulated_devices/iPhone6-portrait.svg',
+ 'front_end/emulated_devices/iPhone6Plus-landscape.svg',
+ 'front_end/emulated_devices/iPhone6Plus-portrait.svg',
+ 'front_end/emulated_devices/Nexus5X-landscape.svg',
+ 'front_end/emulated_devices/Nexus5X-portrait.svg',
+ 'front_end/emulated_devices/Nexus6P-landscape.svg',
+ 'front_end/emulated_devices/Nexus6P-portrait.svg'
],
'devtools_es_tree_js_files': [
'front_end/es_tree/ESTreeWalker.js',
« 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