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

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

Issue 732013002: DevTools: Remove unused frontend code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more stale code Created 6 years, 1 month 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/sdk/LayerTreeModel.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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 ], 215 ],
216 'devtools_ui_js_files': [ 216 'devtools_ui_js_files': [
217 'front_end/ui/dataGrid.css', 217 'front_end/ui/dataGrid.css',
218 'front_end/ui/filter.css', 218 'front_end/ui/filter.css',
219 'front_end/ui/flameChart.css', 219 'front_end/ui/flameChart.css',
220 'front_end/ui/helpScreen.css', 220 'front_end/ui/helpScreen.css',
221 'front_end/ui/overviewGrid.css', 221 'front_end/ui/overviewGrid.css',
222 'front_end/ui/panelEnablerView.css', 222 'front_end/ui/panelEnablerView.css',
223 'front_end/ui/pieChart.css', 223 'front_end/ui/pieChart.css',
224 'front_end/ui/ActionRegistry.js', 224 'front_end/ui/ActionRegistry.js',
225 'front_end/ui/Checkbox.js',
226 'front_end/ui/CompletionDictionary.js', 225 'front_end/ui/CompletionDictionary.js',
227 'front_end/ui/Context.js', 226 'front_end/ui/Context.js',
228 'front_end/ui/ContextMenu.js', 227 'front_end/ui/ContextMenu.js',
229 'front_end/ui/DataGrid.js', 228 'front_end/ui/DataGrid.js',
230 'front_end/ui/Dialog.js', 229 'front_end/ui/Dialog.js',
231 'front_end/ui/DOMSyntaxHighlighter.js', 230 'front_end/ui/DOMSyntaxHighlighter.js',
232 'front_end/ui/DropDownMenu.js', 231 'front_end/ui/DropDownMenu.js',
233 'front_end/ui/EmptyView.js', 232 'front_end/ui/EmptyView.js',
234 'front_end/ui/FilterBar.js', 233 'front_end/ui/FilterBar.js',
235 'front_end/ui/FlameChart.js', 234 'front_end/ui/FlameChart.js',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'front_end/Images/touchCursor.png', 669 'front_end/Images/touchCursor.png',
671 'front_end/Images/touchCursor_2x.png', 670 'front_end/Images/touchCursor_2x.png',
672 'front_end/Images/transformControls.png', 671 'front_end/Images/transformControls.png',
673 'front_end/Images/transformControls_2x.png', 672 'front_end/Images/transformControls_2x.png',
674 ], 673 ],
675 'devtools_extension_api_files': [ 674 'devtools_extension_api_files': [
676 'front_end/extensions/ExtensionAPI.js', 675 'front_end/extensions/ExtensionAPI.js',
677 ], 676 ],
678 }, 677 },
679 } 678 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/sdk/LayerTreeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698