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

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

Issue 2238883004: DevTools: Split off SourcesTextEditor from CodeMirrorTextEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stray line 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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'front_end/settings/settingsScreen.css', 650 'front_end/settings/settingsScreen.css',
651 'front_end/settings/EditFileSystemView.js', 651 'front_end/settings/EditFileSystemView.js',
652 'front_end/settings/FrameworkBlackboxSettingsTab.js', 652 'front_end/settings/FrameworkBlackboxSettingsTab.js',
653 'front_end/settings/SettingsScreen.js', 653 'front_end/settings/SettingsScreen.js',
654 ], 654 ],
655 'devtools_source_frame_js_files': [ 655 'devtools_source_frame_js_files': [
656 'front_end/source_frame/cmdevtools.css', 656 'front_end/source_frame/cmdevtools.css',
657 'front_end/source_frame/fontView.css', 657 'front_end/source_frame/fontView.css',
658 'front_end/source_frame/imageView.css', 658 'front_end/source_frame/imageView.css',
659 'front_end/source_frame/CodeMirrorTextEditor.js', 659 'front_end/source_frame/CodeMirrorTextEditor.js',
660 'front_end/source_frame/SourcesTextEditor.js',
660 'front_end/source_frame/CodeMirrorUtils.js', 661 'front_end/source_frame/CodeMirrorUtils.js',
661 'front_end/source_frame/FontView.js', 662 'front_end/source_frame/FontView.js',
662 'front_end/source_frame/ImageView.js', 663 'front_end/source_frame/ImageView.js',
663 'front_end/source_frame/ResourceSourceFrame.js', 664 'front_end/source_frame/ResourceSourceFrame.js',
664 'front_end/source_frame/SourceFrame.js', 665 'front_end/source_frame/SourceFrame.js',
665 'front_end/source_frame/TextEditorAutocompleteController.js', 666 'front_end/source_frame/TextEditorAutocompleteController.js',
666 ], 667 ],
667 'devtools_sources_js_files': [ 668 'devtools_sources_js_files': [
668 'front_end/sources/navigatorView.css', 669 'front_end/sources/navigatorView.css',
669 'front_end/sources/revisionHistory.css', 670 'front_end/sources/revisionHistory.css',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 'front_end/Images/toolbarResizerVertical.png', 897 'front_end/Images/toolbarResizerVertical.png',
897 'front_end/Images/toolbarItemSelected.png', 898 'front_end/Images/toolbarItemSelected.png',
898 'front_end/Images/touchCursor.png', 899 'front_end/Images/touchCursor.png',
899 'front_end/Images/touchCursor_2x.png', 900 'front_end/Images/touchCursor_2x.png',
900 ], 901 ],
901 'devtools_extension_api_files': [ 902 'devtools_extension_api_files': [
902 'front_end/extensions/ExtensionAPI.js', 903 'front_end/extensions/ExtensionAPI.js',
903 ], 904 ],
904 }, 905 },
905 } 906 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698