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

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

Issue 2281703002: DevTools: Create TextEditor Interface around CodeMirrorTextEditor (Closed)
Patch Set: Fix bad closure typedef Created 4 years, 3 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
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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'front_end/ui/Dialog.js', 283 'front_end/ui/Dialog.js',
284 'front_end/ui/DOMSyntaxHighlighter.js', 284 'front_end/ui/DOMSyntaxHighlighter.js',
285 'front_end/ui/DropDownMenu.js', 285 'front_end/ui/DropDownMenu.js',
286 'front_end/ui/DropTarget.js', 286 'front_end/ui/DropTarget.js',
287 'front_end/ui/EmptyWidget.js', 287 'front_end/ui/EmptyWidget.js',
288 'front_end/ui/FilterBar.js', 288 'front_end/ui/FilterBar.js',
289 'front_end/ui/ForwardedInputEventHandler.js', 289 'front_end/ui/ForwardedInputEventHandler.js',
290 'front_end/ui/HistoryInput.js', 290 'front_end/ui/HistoryInput.js',
291 'front_end/ui/Infobar.js', 291 'front_end/ui/Infobar.js',
292 'front_end/ui/InplaceEditor.js', 292 'front_end/ui/InplaceEditor.js',
293 'front_end/ui/TextEditor.js',
293 'front_end/ui/InspectorView.js', 294 'front_end/ui/InspectorView.js',
294 'front_end/ui/KeyboardShortcut.js', 295 'front_end/ui/KeyboardShortcut.js',
295 'front_end/ui/ListWidget.js', 296 'front_end/ui/ListWidget.js',
296 'front_end/ui/Panel.js', 297 'front_end/ui/Panel.js',
297 'front_end/ui/Popover.js', 298 'front_end/ui/Popover.js',
298 'front_end/ui/ProgressIndicator.js', 299 'front_end/ui/ProgressIndicator.js',
299 'front_end/ui/ReportView.js', 300 'front_end/ui/ReportView.js',
300 'front_end/ui/ResizerWidget.js', 301 'front_end/ui/ResizerWidget.js',
301 'front_end/ui/RootView.js', 302 'front_end/ui/RootView.js',
302 'front_end/ui/SearchableView.js', 303 'front_end/ui/SearchableView.js',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'front_end/Images/toolbarResizerVertical.png', 909 'front_end/Images/toolbarResizerVertical.png',
909 'front_end/Images/toolbarItemSelected.png', 910 'front_end/Images/toolbarItemSelected.png',
910 'front_end/Images/touchCursor.png', 911 'front_end/Images/touchCursor.png',
911 'front_end/Images/touchCursor_2x.png', 912 'front_end/Images/touchCursor_2x.png',
912 ], 913 ],
913 'devtools_extension_api_files': [ 914 'devtools_extension_api_files': [
914 'front_end/extensions/ExtensionAPI.js', 915 'front_end/extensions/ExtensionAPI.js',
915 ], 916 ],
916 }, 917 },
917 } 918 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698