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

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

Issue 130483006: Revert "TimelinePanel: introduce StackView and use it instead of _timelineMemorySplitter" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/StackView.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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'front_end/SidebarTreeElement.js', 161 'front_end/SidebarTreeElement.js',
162 'front_end/SimpleWorkspaceProvider.js', 162 'front_end/SimpleWorkspaceProvider.js',
163 'front_end/SnippetStorage.js', 163 'front_end/SnippetStorage.js',
164 'front_end/SoftContextMenu.js', 164 'front_end/SoftContextMenu.js',
165 'front_end/SourceFrame.js', 165 'front_end/SourceFrame.js',
166 'front_end/SourceMap.js', 166 'front_end/SourceMap.js',
167 'front_end/SourceMapping.js', 167 'front_end/SourceMapping.js',
168 'front_end/SourcesPanelDescriptor.js', 168 'front_end/SourcesPanelDescriptor.js',
169 'front_end/Spectrum.js', 169 'front_end/Spectrum.js',
170 'front_end/SplitView.js', 170 'front_end/SplitView.js',
171 'front_end/StackView.js',
172 'front_end/StatusBarButton.js', 171 'front_end/StatusBarButton.js',
173 'front_end/StylesSourceMapping.js', 172 'front_end/StylesSourceMapping.js',
174 'front_end/SuggestBox.js', 173 'front_end/SuggestBox.js',
175 'front_end/TabbedPane.js', 174 'front_end/TabbedPane.js',
176 'front_end/TempFile.js', 175 'front_end/TempFile.js',
177 'front_end/TestController.js', 176 'front_end/TestController.js',
178 'front_end/TextEditor.js', 177 'front_end/TextEditor.js',
179 'front_end/TextRange.js', 178 'front_end/TextRange.js',
180 'front_end/TextPrompt.js', 179 'front_end/TextPrompt.js',
181 'front_end/TextUtils.js', 180 'front_end/TextUtils.js',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 'front_end/Layers3DView.js', 461 'front_end/Layers3DView.js',
463 'front_end/LayerDetailsView.js', 462 'front_end/LayerDetailsView.js',
464 'front_end/PaintProfilerView.js', 463 'front_end/PaintProfilerView.js',
465 ], 464 ],
466 'devtools_extension_api_files': [ 465 'devtools_extension_api_files': [
467 'front_end/ExtensionAPI.js', 466 'front_end/ExtensionAPI.js',
468 'front_end/DevToolsExtensionAPI.js' 467 'front_end/DevToolsExtensionAPI.js'
469 ], 468 ],
470 }, 469 },
471 } 470 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/StackView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698