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

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

Issue 1397403003: [DevTools] Remove HelpScreen, turn SettingsScreen into dialog and web component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screens
Patch Set: rebased Created 5 years, 2 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/inspectorStyle.css » ('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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'front_end/emulation/SensorsView.js', 219 'front_end/emulation/SensorsView.js',
220 ], 220 ],
221 'devtools_ui_js_files': [ 221 'devtools_ui_js_files': [
222 'front_end/ui/checkboxTextLabel.css', 222 'front_end/ui/checkboxTextLabel.css',
223 'front_end/ui/closeButton.css', 223 'front_end/ui/closeButton.css',
224 'front_end/ui/colorSwatch.css', 224 'front_end/ui/colorSwatch.css',
225 'front_end/ui/dialog.css', 225 'front_end/ui/dialog.css',
226 'front_end/ui/dropTarget.css', 226 'front_end/ui/dropTarget.css',
227 'front_end/ui/emptyWidget.css', 227 'front_end/ui/emptyWidget.css',
228 'front_end/ui/filter.css', 228 'front_end/ui/filter.css',
229 'front_end/ui/helpScreen.css',
230 'front_end/ui/infobar.css', 229 'front_end/ui/infobar.css',
231 'front_end/ui/inspectorCommon.css', 230 'front_end/ui/inspectorCommon.css',
232 'front_end/ui/inspectorSyntaxHighlight.css', 231 'front_end/ui/inspectorSyntaxHighlight.css',
233 'front_end/ui/panelEnablerView.css', 232 'front_end/ui/panelEnablerView.css',
234 'front_end/ui/progressIndicator.css', 233 'front_end/ui/progressIndicator.css',
235 'front_end/ui/propertiesSection.css', 234 'front_end/ui/propertiesSection.css',
236 'front_end/ui/radioButton.css', 235 'front_end/ui/radioButton.css',
237 'front_end/ui/searchableView.css', 236 'front_end/ui/searchableView.css',
238 'front_end/ui/section.css', 237 'front_end/ui/section.css',
239 'front_end/ui/softContextMenu.css', 238 'front_end/ui/softContextMenu.css',
(...skipping 10 matching lines...) Expand all
250 'front_end/ui/ColorSwatch.js', 249 'front_end/ui/ColorSwatch.js',
251 'front_end/ui/Context.js', 250 'front_end/ui/Context.js',
252 'front_end/ui/ContextMenu.js', 251 'front_end/ui/ContextMenu.js',
253 'front_end/ui/Dialog.js', 252 'front_end/ui/Dialog.js',
254 'front_end/ui/DOMSyntaxHighlighter.js', 253 'front_end/ui/DOMSyntaxHighlighter.js',
255 'front_end/ui/DropDownMenu.js', 254 'front_end/ui/DropDownMenu.js',
256 'front_end/ui/DropTarget.js', 255 'front_end/ui/DropTarget.js',
257 'front_end/ui/EmptyWidget.js', 256 'front_end/ui/EmptyWidget.js',
258 'front_end/ui/FilterBar.js', 257 'front_end/ui/FilterBar.js',
259 'front_end/ui/ForwardedInputEventHandler.js', 258 'front_end/ui/ForwardedInputEventHandler.js',
260 'front_end/ui/HelpScreen.js',
261 'front_end/ui/HistoryInput.js', 259 'front_end/ui/HistoryInput.js',
262 'front_end/ui/Infobar.js', 260 'front_end/ui/Infobar.js',
263 'front_end/ui/InplaceEditor.js', 261 'front_end/ui/InplaceEditor.js',
264 'front_end/ui/KeyboardShortcut.js', 262 'front_end/ui/KeyboardShortcut.js',
265 'front_end/ui/Panel.js', 263 'front_end/ui/Panel.js',
266 'front_end/ui/Popover.js', 264 'front_end/ui/Popover.js',
267 'front_end/ui/ProgressIndicator.js', 265 'front_end/ui/ProgressIndicator.js',
268 'front_end/ui/ResizerWidget.js', 266 'front_end/ui/ResizerWidget.js',
269 'front_end/ui/RootView.js', 267 'front_end/ui/RootView.js',
270 'front_end/ui/SearchableView.js', 268 'front_end/ui/SearchableView.js',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 'front_end/cm/htmlmixed.js', 565 'front_end/cm/htmlmixed.js',
568 'front_end/cm/xml.js', 566 'front_end/cm/xml.js',
569 'front_end/platform/utilities.js', 567 'front_end/platform/utilities.js',
570 'front_end/script_formatter_worker/AcornTokenizer.js', 568 'front_end/script_formatter_worker/AcornTokenizer.js',
571 'front_end/script_formatter_worker/CSSFormatter.js', 569 'front_end/script_formatter_worker/CSSFormatter.js',
572 'front_end/script_formatter_worker/ESTreeWalker.js', 570 'front_end/script_formatter_worker/ESTreeWalker.js',
573 'front_end/script_formatter_worker/JavaScriptFormatter.js', 571 'front_end/script_formatter_worker/JavaScriptFormatter.js',
574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 572 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
575 ], 573 ],
576 'devtools_settings_js_files': [ 574 'devtools_settings_js_files': [
575 'front_end/settings/settingsScreen.css',
577 'front_end/settings/EditFileSystemView.js', 576 'front_end/settings/EditFileSystemView.js',
578 'front_end/settings/FrameworkBlackboxSettingsTab.js', 577 'front_end/settings/FrameworkBlackboxSettingsTab.js',
579 'front_end/settings/SettingsScreen.js', 578 'front_end/settings/SettingsScreen.js',
580 ], 579 ],
581 'devtools_source_frame_js_files': [ 580 'devtools_source_frame_js_files': [
582 'front_end/source_frame/cmdevtools.css', 581 'front_end/source_frame/cmdevtools.css',
583 'front_end/source_frame/fontView.css', 582 'front_end/source_frame/fontView.css',
584 'front_end/source_frame/imageView.css', 583 'front_end/source_frame/imageView.css',
585 'front_end/source_frame/resourceSourceFrame.css', 584 'front_end/source_frame/resourceSourceFrame.css',
586 'front_end/source_frame/CodeMirrorDictionary.js', 585 'front_end/source_frame/CodeMirrorDictionary.js',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'front_end/Images/toolbarItemSelected.png', 814 'front_end/Images/toolbarItemSelected.png',
816 'front_end/Images/touchCursor.png', 815 'front_end/Images/touchCursor.png',
817 'front_end/Images/touchCursor_2x.png', 816 'front_end/Images/touchCursor_2x.png',
818 'front_end/Images/updateServiceWorker.svg', 817 'front_end/Images/updateServiceWorker.svg',
819 ], 818 ],
820 'devtools_extension_api_files': [ 819 'devtools_extension_api_files': [
821 'front_end/extensions/ExtensionAPI.js', 820 'front_end/extensions/ExtensionAPI.js',
822 ], 821 ],
823 }, 822 },
824 } 823 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698