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

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

Issue 411263003: DevTools: Extract SortableDataGrid. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 | Source/devtools/front_end/console/ConsoleViewMessage.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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'front_end/ui/PieChart.js', 163 'front_end/ui/PieChart.js',
164 'front_end/ui/Popover.js', 164 'front_end/ui/Popover.js',
165 'front_end/ui/ProgressIndicator.js', 165 'front_end/ui/ProgressIndicator.js',
166 'front_end/ui/ResizerWidget.js', 166 'front_end/ui/ResizerWidget.js',
167 'front_end/ui/SettingsUI.js', 167 'front_end/ui/SettingsUI.js',
168 'front_end/ui/SidebarPane.js', 168 'front_end/ui/SidebarPane.js',
169 'front_end/ui/SidebarTreeElement.js', 169 'front_end/ui/SidebarTreeElement.js',
170 'front_end/ui/ShortcutRegistry.js', 170 'front_end/ui/ShortcutRegistry.js',
171 'front_end/ui/ShowMoreDataGridNode.js', 171 'front_end/ui/ShowMoreDataGridNode.js',
172 'front_end/ui/SoftContextMenu.js', 172 'front_end/ui/SoftContextMenu.js',
173 'front_end/ui/SortableDataGrid.js',
173 'front_end/ui/SplitView.js', 174 'front_end/ui/SplitView.js',
174 'front_end/ui/StackView.js', 175 'front_end/ui/StackView.js',
175 'front_end/ui/StatusBarButton.js', 176 'front_end/ui/StatusBarButton.js',
176 'front_end/ui/SuggestBox.js', 177 'front_end/ui/SuggestBox.js',
177 'front_end/ui/TabbedPane.js', 178 'front_end/ui/TabbedPane.js',
178 'front_end/ui/TextEditor.js', 179 'front_end/ui/TextEditor.js',
179 'front_end/ui/TextPrompt.js', 180 'front_end/ui/TextPrompt.js',
180 'front_end/ui/UIUtils.js', 181 'front_end/ui/UIUtils.js',
181 'front_end/ui/View.js', 182 'front_end/ui/View.js',
182 'front_end/ui/ViewportControl.js', 183 'front_end/ui/ViewportControl.js',
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 570 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
570 ], 571 ],
571 'devtools_script_formatter_worker_js_files': [ 572 'devtools_script_formatter_worker_js_files': [
572 'front_end/script_formatter_worker/CSSFormatter.js', 573 'front_end/script_formatter_worker/CSSFormatter.js',
573 'front_end/script_formatter_worker/JavaScriptFormatter.js', 574 'front_end/script_formatter_worker/JavaScriptFormatter.js',
574 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 575 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
575 'front_end/common/utilities.js', 576 'front_end/common/utilities.js',
576 ], 577 ],
577 }, 578 },
578 } 579 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/console/ConsoleViewMessage.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698