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

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

Issue 206063003: DevTools: Extract SourcesEditor from SourcesPanel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'front_end/ShortcutsScreen.js', 150 'front_end/ShortcutsScreen.js',
151 'front_end/ShowMoreDataGridNode.js', 151 'front_end/ShowMoreDataGridNode.js',
152 'front_end/SidebarPane.js', 152 'front_end/SidebarPane.js',
153 'front_end/SidebarTreeElement.js', 153 'front_end/SidebarTreeElement.js',
154 'front_end/SimpleWorkspaceProvider.js', 154 'front_end/SimpleWorkspaceProvider.js',
155 'front_end/SnippetStorage.js', 155 'front_end/SnippetStorage.js',
156 'front_end/SoftContextMenu.js', 156 'front_end/SoftContextMenu.js',
157 'front_end/SourceFrame.js', 157 'front_end/SourceFrame.js',
158 'front_end/SourceMap.js', 158 'front_end/SourceMap.js',
159 'front_end/SourceMapping.js', 159 'front_end/SourceMapping.js',
160 'front_end/SourcesEditor.js',
160 'front_end/Spectrum.js', 161 'front_end/Spectrum.js',
161 'front_end/SplitView.js', 162 'front_end/SplitView.js',
162 'front_end/StackView.js', 163 'front_end/StackView.js',
163 'front_end/StatusBarButton.js', 164 'front_end/StatusBarButton.js',
164 'front_end/StylesSourceMapping.js', 165 'front_end/StylesSourceMapping.js',
165 'front_end/SuggestBox.js', 166 'front_end/SuggestBox.js',
166 'front_end/TabbedPane.js', 167 'front_end/TabbedPane.js',
167 'front_end/Target.js', 168 'front_end/Target.js',
168 'front_end/TempFile.js', 169 'front_end/TempFile.js',
169 'front_end/TestController.js', 170 'front_end/TestController.js',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'front_end/TempStorageSharedWorker.js', 477 'front_end/TempStorageSharedWorker.js',
477 ], 478 ],
478 'devtools_script_formatter_worker_js_files': [ 479 'devtools_script_formatter_worker_js_files': [
479 'front_end/CSSFormatter.js', 480 'front_end/CSSFormatter.js',
480 'front_end/JavaScriptFormatter.js', 481 'front_end/JavaScriptFormatter.js',
481 'front_end/ScriptFormatterWorker.js', 482 'front_end/ScriptFormatterWorker.js',
482 'front_end/utilities.js', 483 'front_end/utilities.js',
483 ], 484 ],
484 }, 485 },
485 } 486 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698