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

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

Issue 22638008: DevTools: Use CodeMirror modes instead of highlight tokenizers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'front_end/Settings.js', 149 'front_end/Settings.js',
150 'front_end/ShortcutsScreen.js', 150 'front_end/ShortcutsScreen.js',
151 'front_end/ShowMoreDataGridNode.js', 151 'front_end/ShowMoreDataGridNode.js',
152 'front_end/SidebarOverlay.js', 152 'front_end/SidebarOverlay.js',
153 'front_end/SidebarPane.js', 153 'front_end/SidebarPane.js',
154 'front_end/SidebarView.js', 154 'front_end/SidebarView.js',
155 'front_end/SidebarTreeElement.js', 155 'front_end/SidebarTreeElement.js',
156 'front_end/SimpleWorkspaceProvider.js', 156 'front_end/SimpleWorkspaceProvider.js',
157 'front_end/SnippetStorage.js', 157 'front_end/SnippetStorage.js',
158 'front_end/SoftContextMenu.js', 158 'front_end/SoftContextMenu.js',
159 'front_end/SourceCSSTokenizer.js',
160 'front_end/SourceFrame.js', 159 'front_end/SourceFrame.js',
161 'front_end/SourceHTMLTokenizer.js',
162 'front_end/SourceJavaScriptTokenizer.js',
163 'front_end/SourceMap.js', 160 'front_end/SourceMap.js',
164 'front_end/SourceMapping.js', 161 'front_end/SourceMapping.js',
165 'front_end/SourceTokenizer.js',
166 'front_end/Spectrum.js', 162 'front_end/Spectrum.js',
167 'front_end/SplitView.js', 163 'front_end/SplitView.js',
168 'front_end/StatusBarButton.js', 164 'front_end/StatusBarButton.js',
169 'front_end/StylesSourceMapping.js', 165 'front_end/StylesSourceMapping.js',
170 'front_end/SuggestBox.js', 166 'front_end/SuggestBox.js',
171 'front_end/TabbedPane.js', 167 'front_end/TabbedPane.js',
172 'front_end/TestController.js', 168 'front_end/TestController.js',
173 'front_end/TextEditor.js', 169 'front_end/TextEditor.js',
174 'front_end/TextEditorHighlighter.js',
175 'front_end/TextRange.js', 170 'front_end/TextRange.js',
176 'front_end/TextEditorModel.js',
177 'front_end/TextPrompt.js', 171 'front_end/TextPrompt.js',
178 'front_end/TextUtils.js', 172 'front_end/TextUtils.js',
179 'front_end/TimelineGrid.js', 173 'front_end/TimelineGrid.js',
180 'front_end/TimelineManager.js', 174 'front_end/TimelineManager.js',
181 'front_end/TimelinePanelDescriptor.js', 175 'front_end/TimelinePanelDescriptor.js',
182 'front_end/Toolbar.js', 176 'front_end/Toolbar.js',
183 'front_end/TracingAgent.js', 177 'front_end/TracingAgent.js',
184 'front_end/treeoutline.js', 178 'front_end/treeoutline.js',
185 'front_end/UISourceCode.js', 179 'front_end/UISourceCode.js',
186 'front_end/UIString.js', 180 'front_end/UIString.js',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'front_end/AuditController.js', 311 'front_end/AuditController.js',
318 'front_end/AuditFormatters.js', 312 'front_end/AuditFormatters.js',
319 'front_end/AuditLauncherView.js', 313 'front_end/AuditLauncherView.js',
320 'front_end/AuditResultView.js', 314 'front_end/AuditResultView.js',
321 'front_end/AuditRules.js', 315 'front_end/AuditRules.js',
322 'front_end/AuditsPanel.js', 316 'front_end/AuditsPanel.js',
323 ], 317 ],
324 318
325 'devtools_codemirror_js_files': [ 319 'devtools_codemirror_js_files': [
326 'front_end/CodeMirrorTextEditor.js', 320 'front_end/CodeMirrorTextEditor.js',
321 'front_end/CodeMirrorUtils.js',
327 'front_end/cm/clike.js', 322 'front_end/cm/clike.js',
328 'front_end/cm/closebrackets.js', 323 'front_end/cm/closebrackets.js',
329 'front_end/cm/codemirror.js', 324 'front_end/cm/codemirror.js',
330 'front_end/cm/coffeescript.js', 325 'front_end/cm/coffeescript.js',
331 'front_end/cm/comment.js', 326 'front_end/cm/comment.js',
332 'front_end/cm/css.js', 327 'front_end/cm/css.js',
328 'front_end/cm/headlesscodemirror.js',
333 'front_end/cm/htmlembedded.js', 329 'front_end/cm/htmlembedded.js',
334 'front_end/cm/htmlmixed.js', 330 'front_end/cm/htmlmixed.js',
335 'front_end/cm/javascript.js', 331 'front_end/cm/javascript.js',
336 'front_end/cm/markselection.js', 332 'front_end/cm/markselection.js',
337 'front_end/cm/matchbrackets.js', 333 'front_end/cm/matchbrackets.js',
338 'front_end/cm/overlay.js', 334 'front_end/cm/overlay.js',
339 'front_end/cm/php.js', 335 'front_end/cm/php.js',
340 'front_end/cm/python.js', 336 'front_end/cm/python.js',
341 'front_end/cm/shell.js', 337 'front_end/cm/shell.js',
342 'front_end/cm/xml.js', 338 'front_end/cm/xml.js',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'destination': '<(PRODUCT_DIR)/resources/inspector', 875 'destination': '<(PRODUCT_DIR)/resources/inspector',
880 'files': [ 876 'files': [
881 '<@(devtools_standalone_files)', 877 '<@(devtools_standalone_files)',
882 ], 878 ],
883 }], 879 }],
884 }, 880 },
885 ], 881 ],
886 }], 882 }],
887 ], # conditions 883 ], # conditions
888 } 884 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698