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

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

Issue 1164933008: [DevTools] Extract DeviceModeButton from AdvancedApp. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/emulation/DeviceModeButton.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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'front_end/platform/utilities.js', 198 'front_end/platform/utilities.js',
199 ], 199 ],
200 'devtools_toolbox_bootstrap_js_files': [ 200 'devtools_toolbox_bootstrap_js_files': [
201 'front_end/toolbox_bootstrap/Toolbox.js', 201 'front_end/toolbox_bootstrap/Toolbox.js',
202 ], 202 ],
203 'devtools_emulation_js_files': [ 203 'devtools_emulation_js_files': [
204 'front_end/emulation/accelerometer.css', 204 'front_end/emulation/accelerometer.css',
205 'front_end/emulation/devicesSettingsTab.css', 205 'front_end/emulation/devicesSettingsTab.css',
206 'front_end/emulation/overrides.css', 206 'front_end/emulation/overrides.css',
207 'front_end/emulation/responsiveDesignView.css', 207 'front_end/emulation/responsiveDesignView.css',
208 'front_end/emulation/DeviceModeButton.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',
210 'front_end/emulation/InspectedPagePlaceholder.js', 211 'front_end/emulation/InspectedPagePlaceholder.js',
211 'front_end/emulation/MediaQueryInspector.js', 212 'front_end/emulation/MediaQueryInspector.js',
212 'front_end/emulation/OverridesSupport.js', 213 'front_end/emulation/OverridesSupport.js',
213 'front_end/emulation/OverridesView.js', 214 'front_end/emulation/OverridesView.js',
214 'front_end/emulation/OverridesUI.js', 215 'front_end/emulation/OverridesUI.js',
215 'front_end/emulation/ResponsiveDesignView.js', 216 'front_end/emulation/ResponsiveDesignView.js',
216 ], 217 ],
217 'devtools_ui_js_files': [ 218 'devtools_ui_js_files': [
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'front_end/Images/toolbarItemSelected.png', 753 'front_end/Images/toolbarItemSelected.png',
753 'front_end/Images/touchCursor.png', 754 'front_end/Images/touchCursor.png',
754 'front_end/Images/touchCursor_2x.png', 755 'front_end/Images/touchCursor_2x.png',
755 'front_end/Images/updateServiceWorker.svg', 756 'front_end/Images/updateServiceWorker.svg',
756 ], 757 ],
757 'devtools_extension_api_files': [ 758 'devtools_extension_api_files': [
758 'front_end/extensions/ExtensionAPI.js', 759 'front_end/extensions/ExtensionAPI.js',
759 ], 760 ],
760 }, 761 },
761 } 762 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/emulation/DeviceModeButton.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698