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

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

Issue 1923843003: DevTools: Update 3D device in accelerometer emulation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 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
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 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 '<@(devtools_formatter_worker_js_files)', 808 '<@(devtools_formatter_worker_js_files)',
809 '<@(devtools_settings_js_files)', 809 '<@(devtools_settings_js_files)',
810 '<@(devtools_source_frame_js_files)', 810 '<@(devtools_source_frame_js_files)',
811 '<@(devtools_sources_js_files)', 811 '<@(devtools_sources_js_files)',
812 '<@(devtools_snippets_js_files)', 812 '<@(devtools_snippets_js_files)',
813 '<@(devtools_temp_storage_shared_worker_js_files)', 813 '<@(devtools_temp_storage_shared_worker_js_files)',
814 '<@(devtools_timeline_js_files)', 814 '<@(devtools_timeline_js_files)',
815 '<@(devtools_ui_lazy_js_files)', 815 '<@(devtools_ui_lazy_js_files)',
816 ], 816 ],
817 'devtools_image_files': [ 817 'devtools_image_files': [
818 'front_end/Images/accelerometer-back.png',
819 'front_end/Images/accelerometer-bottom.png',
820 'front_end/Images/accelerometer-front.png',
821 'front_end/Images/accelerometer-left.png',
822 'front_end/Images/accelerometer-right.png',
823 'front_end/Images/accelerometer-top.png',
818 'front_end/Images/applicationCache.png', 824 'front_end/Images/applicationCache.png',
819 'front_end/Images/breakpoint.png', 825 'front_end/Images/breakpoint.png',
820 'front_end/Images/breakpoint_2x.png', 826 'front_end/Images/breakpoint_2x.png',
821 'front_end/Images/breakpointConditional.png', 827 'front_end/Images/breakpointConditional.png',
822 'front_end/Images/breakpointConditional_2x.png', 828 'front_end/Images/breakpointConditional_2x.png',
823 'front_end/Images/checker.png', 829 'front_end/Images/checker.png',
824 'front_end/Images/cookie.png', 830 'front_end/Images/cookie.png',
825 'front_end/Images/chromeDisabledSelect.png', 831 'front_end/Images/chromeDisabledSelect.png',
826 'front_end/Images/chromeDisabledSelect_2x.png', 832 'front_end/Images/chromeDisabledSelect_2x.png',
827 'front_end/Images/chromeLeft.png', 833 'front_end/Images/chromeLeft.png',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'front_end/Images/toolbarResizerVertical.png', 896 'front_end/Images/toolbarResizerVertical.png',
891 'front_end/Images/toolbarItemSelected.png', 897 'front_end/Images/toolbarItemSelected.png',
892 'front_end/Images/touchCursor.png', 898 'front_end/Images/touchCursor.png',
893 'front_end/Images/touchCursor_2x.png', 899 'front_end/Images/touchCursor_2x.png',
894 ], 900 ],
895 'devtools_extension_api_files': [ 901 'devtools_extension_api_files': [
896 'front_end/extensions/ExtensionAPI.js', 902 'front_end/extensions/ExtensionAPI.js',
897 ], 903 ],
898 }, 904 },
899 } 905 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698