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

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

Issue 2271683003: DevTools: Move CodeMirrorTextEditor into text_editor module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with SourcesTextEditor split 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'front_end/sass/module.json', 353 'front_end/sass/module.json',
354 'front_end/security/module.json', 354 'front_end/security/module.json',
355 'front_end/screencast/module.json', 355 'front_end/screencast/module.json',
356 'front_end/formatter_worker/module.json', 356 'front_end/formatter_worker/module.json',
357 'front_end/sdk/module.json', 357 'front_end/sdk/module.json',
358 'front_end/settings/module.json', 358 'front_end/settings/module.json',
359 'front_end/source_frame/module.json', 359 'front_end/source_frame/module.json',
360 'front_end/sources/module.json', 360 'front_end/sources/module.json',
361 'front_end/snippets/module.json', 361 'front_end/snippets/module.json',
362 'front_end/temp_storage_shared_worker/module.json', 362 'front_end/temp_storage_shared_worker/module.json',
363 'front_end/text_editor/module.json',
363 'front_end/timeline_model/module.json', 364 'front_end/timeline_model/module.json',
364 'front_end/timeline/module.json', 365 'front_end/timeline/module.json',
365 'front_end/toolbox_bootstrap/module.json', 366 'front_end/toolbox_bootstrap/module.json',
366 'front_end/ui/module.json', 367 'front_end/ui/module.json',
367 'front_end/ui_lazy/module.json', 368 'front_end/ui_lazy/module.json',
368 'front_end/workspace/module.json', 369 'front_end/workspace/module.json',
369 ], 370 ],
370 'all_devtools_files': [ 371 'all_devtools_files': [
371 '<@(devtools_cm_css_files)', 372 '<@(devtools_cm_css_files)',
372 '<@(devtools_cm_js_files)', 373 '<@(devtools_cm_js_files)',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 ], 647 ],
647 'devtools_settings_js_files': [ 648 'devtools_settings_js_files': [
648 'front_end/settings/editFileSystemView.css', 649 'front_end/settings/editFileSystemView.css',
649 'front_end/settings/frameworkBlackboxSettingsTab.css', 650 'front_end/settings/frameworkBlackboxSettingsTab.css',
650 'front_end/settings/settingsScreen.css', 651 'front_end/settings/settingsScreen.css',
651 'front_end/settings/EditFileSystemView.js', 652 'front_end/settings/EditFileSystemView.js',
652 'front_end/settings/FrameworkBlackboxSettingsTab.js', 653 'front_end/settings/FrameworkBlackboxSettingsTab.js',
653 'front_end/settings/SettingsScreen.js', 654 'front_end/settings/SettingsScreen.js',
654 ], 655 ],
655 'devtools_source_frame_js_files': [ 656 'devtools_source_frame_js_files': [
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',
660 'front_end/source_frame/SourcesTextEditor.js', 659 'front_end/source_frame/SourcesTextEditor.js',
661 'front_end/source_frame/CodeMirrorUtils.js',
662 'front_end/source_frame/FontView.js', 660 'front_end/source_frame/FontView.js',
663 'front_end/source_frame/ImageView.js', 661 'front_end/source_frame/ImageView.js',
664 'front_end/source_frame/ResourceSourceFrame.js', 662 'front_end/source_frame/ResourceSourceFrame.js',
665 'front_end/source_frame/SourceFrame.js', 663 'front_end/source_frame/SourceFrame.js',
666 'front_end/source_frame/TextEditorAutocompleteController.js',
667 ], 664 ],
668 'devtools_sources_js_files': [ 665 'devtools_sources_js_files': [
669 'front_end/sources/navigatorView.css', 666 'front_end/sources/navigatorView.css',
670 'front_end/sources/revisionHistory.css', 667 'front_end/sources/revisionHistory.css',
671 'front_end/sources/serviceWorkersSidebar.css', 668 'front_end/sources/serviceWorkersSidebar.css',
672 'front_end/sources/sourcesPanel.css', 669 'front_end/sources/sourcesPanel.css',
673 'front_end/sources/sourcesSearch.css', 670 'front_end/sources/sourcesSearch.css',
674 'front_end/sources/sourcesView.css', 671 'front_end/sources/sourcesView.css',
675 'front_end/sources/uiList.css', 672 'front_end/sources/uiList.css',
676 'front_end/sources/AddSourceMapURLDialog.js', 673 'front_end/sources/AddSourceMapURLDialog.js',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'front_end/sources/WorkspaceMappingTip.js', 707 'front_end/sources/WorkspaceMappingTip.js',
711 'front_end/sources/XHRBreakpointsSidebarPane.js', 708 'front_end/sources/XHRBreakpointsSidebarPane.js',
712 ], 709 ],
713 'devtools_snippets_js_files': [ 710 'devtools_snippets_js_files': [
714 'front_end/snippets/ScriptSnippetModel.js', 711 'front_end/snippets/ScriptSnippetModel.js',
715 'front_end/snippets/SnippetStorage.js', 712 'front_end/snippets/SnippetStorage.js',
716 ], 713 ],
717 'devtools_temp_storage_shared_worker_js_files': [ 714 'devtools_temp_storage_shared_worker_js_files': [
718 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 715 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
719 ], 716 ],
717 'devtools_text_editor_js_files':[
718 'front_end/text_editor/cmdevtools.css',
719 'front_end/text_editor/CodeMirrorTextEditor.js',
720 'front_end/text_editor/CodeMirrorUtils.js',
721 'front_end/text_editor/TextEditorAutocompleteController.js'
722 ],
720 'devtools_timeline_model_js_files': [ 723 'devtools_timeline_model_js_files': [
721 'front_end/timeline_model/LayerTreeModel.js', 724 'front_end/timeline_model/LayerTreeModel.js',
722 'front_end/timeline_model/TimelineFrameModel.js', 725 'front_end/timeline_model/TimelineFrameModel.js',
723 'front_end/timeline_model/TimelineIRModel.js', 726 'front_end/timeline_model/TimelineIRModel.js',
724 'front_end/timeline_model/TimelineJSProfile.js', 727 'front_end/timeline_model/TimelineJSProfile.js',
725 'front_end/timeline_model/TimelineModel.js', 728 'front_end/timeline_model/TimelineModel.js',
726 'front_end/timeline_model/TimelineProfileTree.js', 729 'front_end/timeline_model/TimelineProfileTree.js',
727 ], 730 ],
728 'devtools_timeline_js_files': [ 731 'devtools_timeline_js_files': [
729 'front_end/timeline/invalidationsTree.css', 732 'front_end/timeline/invalidationsTree.css',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 '<@(devtools_resources_js_files)', 818 '<@(devtools_resources_js_files)',
816 '<@(devtools_sass_js_files)', 819 '<@(devtools_sass_js_files)',
817 '<@(devtools_security_js_files)', 820 '<@(devtools_security_js_files)',
818 '<@(devtools_screencast_js_files)', 821 '<@(devtools_screencast_js_files)',
819 '<@(devtools_formatter_worker_js_files)', 822 '<@(devtools_formatter_worker_js_files)',
820 '<@(devtools_settings_js_files)', 823 '<@(devtools_settings_js_files)',
821 '<@(devtools_source_frame_js_files)', 824 '<@(devtools_source_frame_js_files)',
822 '<@(devtools_sources_js_files)', 825 '<@(devtools_sources_js_files)',
823 '<@(devtools_snippets_js_files)', 826 '<@(devtools_snippets_js_files)',
824 '<@(devtools_temp_storage_shared_worker_js_files)', 827 '<@(devtools_temp_storage_shared_worker_js_files)',
828 '<@(devtools_text_editor_js_files)',
825 '<@(devtools_timeline_model_js_files)', 829 '<@(devtools_timeline_model_js_files)',
826 '<@(devtools_timeline_js_files)', 830 '<@(devtools_timeline_js_files)',
827 '<@(devtools_ui_lazy_js_files)', 831 '<@(devtools_ui_lazy_js_files)',
828 ], 832 ],
829 'devtools_image_files': [ 833 'devtools_image_files': [
830 'front_end/Images/accelerometer-back.png', 834 'front_end/Images/accelerometer-back.png',
831 'front_end/Images/accelerometer-bottom.png', 835 'front_end/Images/accelerometer-bottom.png',
832 'front_end/Images/accelerometer-front.png', 836 'front_end/Images/accelerometer-front.png',
833 'front_end/Images/accelerometer-left.png', 837 'front_end/Images/accelerometer-left.png',
834 'front_end/Images/accelerometer-right.png', 838 'front_end/Images/accelerometer-right.png',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'front_end/Images/toolbarResizerVertical.png', 901 'front_end/Images/toolbarResizerVertical.png',
898 'front_end/Images/toolbarItemSelected.png', 902 'front_end/Images/toolbarItemSelected.png',
899 'front_end/Images/touchCursor.png', 903 'front_end/Images/touchCursor.png',
900 'front_end/Images/touchCursor_2x.png', 904 'front_end/Images/touchCursor_2x.png',
901 ], 905 ],
902 'devtools_extension_api_files': [ 906 'devtools_extension_api_files': [
903 'front_end/extensions/ExtensionAPI.js', 907 'front_end/extensions/ExtensionAPI.js',
904 ], 908 ],
905 }, 909 },
906 } 910 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698