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

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

Issue 1739533005: [DevTools] Add touch to sensors view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js » ('j') | 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'front_end/emulation/DeviceModeToolbar.js', 207 'front_end/emulation/DeviceModeToolbar.js',
208 'front_end/emulation/DeviceModeView.js', 208 'front_end/emulation/DeviceModeView.js',
209 'front_end/emulation/DeviceModeWrapper.js', 209 'front_end/emulation/DeviceModeWrapper.js',
210 'front_end/emulation/DeviceOrientation.js', 210 'front_end/emulation/DeviceOrientation.js',
211 'front_end/emulation/DevicesSettingsTab.js', 211 'front_end/emulation/DevicesSettingsTab.js',
212 'front_end/emulation/EmulatedDevices.js', 212 'front_end/emulation/EmulatedDevices.js',
213 'front_end/emulation/Geolocation.js', 213 'front_end/emulation/Geolocation.js',
214 'front_end/emulation/InspectedPagePlaceholder.js', 214 'front_end/emulation/InspectedPagePlaceholder.js',
215 'front_end/emulation/MediaQueryInspector.js', 215 'front_end/emulation/MediaQueryInspector.js',
216 'front_end/emulation/SensorsView.js', 216 'front_end/emulation/SensorsView.js',
217 'front_end/emulation/TouchModel.js',
217 ], 218 ],
218 'devtools_ui_js_files': [ 219 'devtools_ui_js_files': [
219 'front_end/ui/checkboxTextLabel.css', 220 'front_end/ui/checkboxTextLabel.css',
220 'front_end/ui/closeButton.css', 221 'front_end/ui/closeButton.css',
221 'front_end/ui/colorSwatch.css', 222 'front_end/ui/colorSwatch.css',
222 'front_end/ui/dialog.css', 223 'front_end/ui/dialog.css',
223 'front_end/ui/dropTarget.css', 224 'front_end/ui/dropTarget.css',
224 'front_end/ui/emptyWidget.css', 225 'front_end/ui/emptyWidget.css',
225 'front_end/ui/filter.css', 226 'front_end/ui/filter.css',
226 'front_end/ui/infobar.css', 227 'front_end/ui/infobar.css',
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 'front_end/Images/toolbarItemSelected.png', 841 'front_end/Images/toolbarItemSelected.png',
841 'front_end/Images/touchCursor.png', 842 'front_end/Images/touchCursor.png',
842 'front_end/Images/touchCursor_2x.png', 843 'front_end/Images/touchCursor_2x.png',
843 'front_end/Images/updateServiceWorker.svg', 844 'front_end/Images/updateServiceWorker.svg',
844 ], 845 ],
845 'devtools_extension_api_files': [ 846 'devtools_extension_api_files': [
846 'front_end/extensions/ExtensionAPI.js', 847 'front_end/extensions/ExtensionAPI.js',
847 ], 848 ],
848 }, 849 },
849 } 850 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/emulation/DeviceModeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698