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

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

Issue 675753002: [DevTools] Drop "ui" module from toolbox. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/bindings/FileUtils.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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'front_end/components/OverviewGrid.js', 115 'front_end/components/OverviewGrid.js',
116 'front_end/components/Panel.js', 116 'front_end/components/Panel.js',
117 'front_end/components/PropertiesSection.js', 117 'front_end/components/PropertiesSection.js',
118 'front_end/components/SearchableView.js', 118 'front_end/components/SearchableView.js',
119 'front_end/components/Section.js', 119 'front_end/components/Section.js',
120 'front_end/components/ShortcutsScreen.js', 120 'front_end/components/ShortcutsScreen.js',
121 'front_end/components/TargetsComboBoxController.js', 121 'front_end/components/TargetsComboBoxController.js',
122 'front_end/components/TimelineGrid.js', 122 'front_end/components/TimelineGrid.js',
123 ], 123 ],
124 'devtools_host_js_files': [ 124 'devtools_host_js_files': [
125 'front_end/host/DOMExtension.js',
125 'front_end/host/InspectorFrontendHost.js', 126 'front_end/host/InspectorFrontendHost.js',
126 'front_end/host/Platform.js', 127 'front_end/host/Platform.js',
127 'front_end/host/ToolboxHost.js', 128 'front_end/host/ToolboxHost.js',
128 'front_end/host/UserMetrics.js', 129 'front_end/host/UserMetrics.js',
129 ], 130 ],
130 'devtools_screencast_js_files': [ 131 'devtools_screencast_js_files': [
131 'front_end/screencast/screencastView.css', 132 'front_end/screencast/screencastView.css',
132 'front_end/screencast/ScreencastView.js', 133 'front_end/screencast/ScreencastView.js',
133 ], 134 ],
134 'devtools_sdk_js_files': [ 135 'devtools_sdk_js_files': [
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'front_end/ui/dataGrid.css', 220 'front_end/ui/dataGrid.css',
220 'front_end/ui/filter.css', 221 'front_end/ui/filter.css',
221 'front_end/ui/pieChart.css', 222 'front_end/ui/pieChart.css',
222 'front_end/ui/ActionRegistry.js', 223 'front_end/ui/ActionRegistry.js',
223 'front_end/ui/Checkbox.js', 224 'front_end/ui/Checkbox.js',
224 'front_end/ui/CompletionDictionary.js', 225 'front_end/ui/CompletionDictionary.js',
225 'front_end/ui/Context.js', 226 'front_end/ui/Context.js',
226 'front_end/ui/ContextMenu.js', 227 'front_end/ui/ContextMenu.js',
227 'front_end/ui/DataGrid.js', 228 'front_end/ui/DataGrid.js',
228 'front_end/ui/Dialog.js', 229 'front_end/ui/Dialog.js',
229 'front_end/ui/DOMExtension.js',
230 'front_end/ui/DOMSyntaxHighlighter.js', 230 'front_end/ui/DOMSyntaxHighlighter.js',
231 'front_end/ui/DropDownMenu.js', 231 'front_end/ui/DropDownMenu.js',
232 'front_end/ui/EmptyView.js', 232 'front_end/ui/EmptyView.js',
233 'front_end/ui/ForwardedInputEventHandler.js', 233 'front_end/ui/ForwardedInputEventHandler.js',
234 'front_end/ui/InplaceEditor.js', 234 'front_end/ui/InplaceEditor.js',
235 'front_end/ui/KeyboardShortcut.js', 235 'front_end/ui/KeyboardShortcut.js',
236 'front_end/ui/PieChart.js', 236 'front_end/ui/PieChart.js',
237 'front_end/ui/Popover.js', 237 'front_end/ui/Popover.js',
238 'front_end/ui/ProgressIndicator.js', 238 'front_end/ui/ProgressIndicator.js',
239 'front_end/ui/ResizerWidget.js', 239 'front_end/ui/ResizerWidget.js',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'front_end/Images/touchCursor.png', 655 'front_end/Images/touchCursor.png',
656 'front_end/Images/touchCursor_2x.png', 656 'front_end/Images/touchCursor_2x.png',
657 'front_end/Images/transformControls.png', 657 'front_end/Images/transformControls.png',
658 'front_end/Images/transformControls_2x.png', 658 'front_end/Images/transformControls_2x.png',
659 ], 659 ],
660 'devtools_extension_api_files': [ 660 'devtools_extension_api_files': [
661 'front_end/extensions/ExtensionAPI.js', 661 'front_end/extensions/ExtensionAPI.js',
662 ], 662 ],
663 }, 663 },
664 } 664 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/bindings/FileUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698