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

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

Issue 1631223003: [DevTools] Do not use OverridesSupport anywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/overrides.css', 202 'front_end/emulation/overrides.css',
203 'front_end/emulation/sensors.css', 203 'front_end/emulation/sensors.css',
204 'front_end/emulation/responsiveDesignView.css', 204 'front_end/emulation/responsiveDesignView.css',
205 'front_end/emulation/DeviceModeButton.js', 205 'front_end/emulation/DeviceModeButton.js',
206 'front_end/emulation/DeviceModeModel.js', 206 'front_end/emulation/DeviceModeModel.js',
207 'front_end/emulation/DeviceModeView.js', 207 'front_end/emulation/DeviceModeView.js',
208 'front_end/emulation/DeviceOrientation.js',
208 'front_end/emulation/DevicesSettingsTab.js', 209 'front_end/emulation/DevicesSettingsTab.js',
209 'front_end/emulation/EmulatedDevices.js', 210 'front_end/emulation/EmulatedDevices.js',
211 'front_end/emulation/Geolocation.js',
210 'front_end/emulation/InspectedPagePlaceholder.js', 212 'front_end/emulation/InspectedPagePlaceholder.js',
211 'front_end/emulation/MediaQueryInspector.js', 213 'front_end/emulation/MediaQueryInspector.js',
212 'front_end/emulation/OverridesSupport.js', 214 'front_end/emulation/OverridesSupport.js',
213 'front_end/emulation/OverridesView.js', 215 'front_end/emulation/OverridesView.js',
214 'front_end/emulation/OverridesUI.js', 216 'front_end/emulation/OverridesUI.js',
215 'front_end/emulation/ResponsiveDesignView.js', 217 'front_end/emulation/ResponsiveDesignView.js',
216 'front_end/emulation/SensorsView.js', 218 'front_end/emulation/SensorsView.js',
217 ], 219 ],
218 'devtools_ui_js_files': [ 220 'devtools_ui_js_files': [
219 'front_end/ui/checkboxTextLabel.css', 221 'front_end/ui/checkboxTextLabel.css',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'front_end/Images/toolbarItemSelected.png', 848 'front_end/Images/toolbarItemSelected.png',
847 'front_end/Images/touchCursor.png', 849 'front_end/Images/touchCursor.png',
848 'front_end/Images/touchCursor_2x.png', 850 'front_end/Images/touchCursor_2x.png',
849 'front_end/Images/updateServiceWorker.svg', 851 'front_end/Images/updateServiceWorker.svg',
850 ], 852 ],
851 'devtools_extension_api_files': [ 853 'devtools_extension_api_files': [
852 'front_end/extensions/ExtensionAPI.js', 854 'front_end/extensions/ExtensionAPI.js',
853 ], 855 ],
854 }, 856 },
855 } 857 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698