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

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

Issue 1641513003: [DevTools] Split DeviceModeView.js into view, toolbar and wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device-mode-cleanup-remove-files
Patch Set: Created 4 years, 10 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'devtools_toolbox_bootstrap_js_files': [ 194 'devtools_toolbox_bootstrap_js_files': [
195 'front_end/toolbox_bootstrap/Toolbox.js', 195 'front_end/toolbox_bootstrap/Toolbox.js',
196 ], 196 ],
197 'devtools_emulation_js_files': [ 197 'devtools_emulation_js_files': [
198 'front_end/emulation/devicesSettingsTab.css', 198 'front_end/emulation/devicesSettingsTab.css',
199 'front_end/emulation/deviceModeToolbar.css', 199 'front_end/emulation/deviceModeToolbar.css',
200 'front_end/emulation/deviceModeView.css', 200 'front_end/emulation/deviceModeView.css',
201 'front_end/emulation/mediaQueryInspector.css', 201 'front_end/emulation/mediaQueryInspector.css',
202 'front_end/emulation/sensors.css', 202 'front_end/emulation/sensors.css',
203 'front_end/emulation/DeviceModeModel.js', 203 'front_end/emulation/DeviceModeModel.js',
204 'front_end/emulation/DeviceModeToolbar.js',
204 'front_end/emulation/DeviceModeView.js', 205 'front_end/emulation/DeviceModeView.js',
206 'front_end/emulation/DeviceModeWrapper.js',
205 'front_end/emulation/DeviceOrientation.js', 207 'front_end/emulation/DeviceOrientation.js',
206 'front_end/emulation/DevicesSettingsTab.js', 208 'front_end/emulation/DevicesSettingsTab.js',
207 'front_end/emulation/EmulatedDevices.js', 209 'front_end/emulation/EmulatedDevices.js',
208 'front_end/emulation/Geolocation.js', 210 'front_end/emulation/Geolocation.js',
209 'front_end/emulation/InspectedPagePlaceholder.js', 211 'front_end/emulation/InspectedPagePlaceholder.js',
210 'front_end/emulation/MediaQueryInspector.js', 212 'front_end/emulation/MediaQueryInspector.js',
211 'front_end/emulation/SensorsView.js', 213 'front_end/emulation/SensorsView.js',
212 ], 214 ],
213 'devtools_ui_js_files': [ 215 'devtools_ui_js_files': [
214 'front_end/ui/checkboxTextLabel.css', 216 'front_end/ui/checkboxTextLabel.css',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 'front_end/Images/toolbarItemSelected.png', 841 'front_end/Images/toolbarItemSelected.png',
840 'front_end/Images/touchCursor.png', 842 'front_end/Images/touchCursor.png',
841 'front_end/Images/touchCursor_2x.png', 843 'front_end/Images/touchCursor_2x.png',
842 'front_end/Images/updateServiceWorker.svg', 844 'front_end/Images/updateServiceWorker.svg',
843 ], 845 ],
844 'devtools_extension_api_files': [ 846 'devtools_extension_api_files': [
845 'front_end/extensions/ExtensionAPI.js', 847 'front_end/extensions/ExtensionAPI.js',
846 ], 848 ],
847 }, 849 },
848 } 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