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

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 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'front_end/sass/module.json', 355 'front_end/sass/module.json',
356 'front_end/security/module.json', 356 'front_end/security/module.json',
357 'front_end/screencast/module.json', 357 'front_end/screencast/module.json',
358 'front_end/formatter_worker/module.json', 358 'front_end/formatter_worker/module.json',
359 'front_end/sdk/module.json', 359 'front_end/sdk/module.json',
360 'front_end/settings/module.json', 360 'front_end/settings/module.json',
361 'front_end/source_frame/module.json', 361 'front_end/source_frame/module.json',
362 'front_end/sources/module.json', 362 'front_end/sources/module.json',
363 'front_end/snippets/module.json', 363 'front_end/snippets/module.json',
364 'front_end/temp_storage_shared_worker/module.json', 364 'front_end/temp_storage_shared_worker/module.json',
365 'front_end/text_editor/module.json',
365 'front_end/timeline_model/module.json', 366 'front_end/timeline_model/module.json',
366 'front_end/timeline/module.json', 367 'front_end/timeline/module.json',
367 'front_end/toolbox_bootstrap/module.json', 368 'front_end/toolbox_bootstrap/module.json',
368 'front_end/ui/module.json', 369 'front_end/ui/module.json',
369 'front_end/ui_lazy/module.json', 370 'front_end/ui_lazy/module.json',
370 'front_end/workspace/module.json', 371 'front_end/workspace/module.json',
371 ], 372 ],
372 'all_devtools_files': [ 373 'all_devtools_files': [
373 '<@(devtools_cm_css_files)', 374 '<@(devtools_cm_css_files)',
374 '<@(devtools_cm_js_files)', 375 '<@(devtools_cm_js_files)',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 ], 649 ],
649 'devtools_settings_js_files': [ 650 'devtools_settings_js_files': [
650 'front_end/settings/editFileSystemView.css', 651 'front_end/settings/editFileSystemView.css',
651 'front_end/settings/frameworkBlackboxSettingsTab.css', 652 'front_end/settings/frameworkBlackboxSettingsTab.css',
652 'front_end/settings/settingsScreen.css', 653 'front_end/settings/settingsScreen.css',
653 'front_end/settings/EditFileSystemView.js', 654 'front_end/settings/EditFileSystemView.js',
654 'front_end/settings/FrameworkBlackboxSettingsTab.js', 655 'front_end/settings/FrameworkBlackboxSettingsTab.js',
655 'front_end/settings/SettingsScreen.js', 656 'front_end/settings/SettingsScreen.js',
656 ], 657 ],
657 'devtools_source_frame_js_files': [ 658 'devtools_source_frame_js_files': [
658 'front_end/source_frame/cmdevtools.css',
659 'front_end/source_frame/fontView.css', 659 'front_end/source_frame/fontView.css',
660 'front_end/source_frame/imageView.css', 660 'front_end/source_frame/imageView.css',
661 'front_end/source_frame/CodeMirrorTextEditor.js',
662 'front_end/source_frame/SourcesTextEditor.js', 661 'front_end/source_frame/SourcesTextEditor.js',
663 'front_end/source_frame/CodeMirrorUtils.js',
664 'front_end/source_frame/FontView.js', 662 'front_end/source_frame/FontView.js',
665 'front_end/source_frame/ImageView.js', 663 'front_end/source_frame/ImageView.js',
666 'front_end/source_frame/ResourceSourceFrame.js', 664 'front_end/source_frame/ResourceSourceFrame.js',
667 'front_end/source_frame/SourceFrame.js', 665 'front_end/source_frame/SourceFrame.js',
668 'front_end/source_frame/TextEditorAutocompleteController.js',
669 ], 666 ],
670 'devtools_sources_js_files': [ 667 'devtools_sources_js_files': [
671 'front_end/sources/navigatorView.css', 668 'front_end/sources/navigatorView.css',
672 'front_end/sources/revisionHistory.css', 669 'front_end/sources/revisionHistory.css',
673 'front_end/sources/serviceWorkersSidebar.css', 670 'front_end/sources/serviceWorkersSidebar.css',
674 'front_end/sources/sourcesPanel.css', 671 'front_end/sources/sourcesPanel.css',
675 'front_end/sources/sourcesSearch.css', 672 'front_end/sources/sourcesSearch.css',
676 'front_end/sources/sourcesView.css', 673 'front_end/sources/sourcesView.css',
677 'front_end/sources/uiList.css', 674 'front_end/sources/uiList.css',
678 'front_end/sources/AddSourceMapURLDialog.js', 675 'front_end/sources/AddSourceMapURLDialog.js',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 'front_end/sources/WorkspaceMappingTip.js', 709 'front_end/sources/WorkspaceMappingTip.js',
713 'front_end/sources/XHRBreakpointsSidebarPane.js', 710 'front_end/sources/XHRBreakpointsSidebarPane.js',
714 ], 711 ],
715 'devtools_snippets_js_files': [ 712 'devtools_snippets_js_files': [
716 'front_end/snippets/ScriptSnippetModel.js', 713 'front_end/snippets/ScriptSnippetModel.js',
717 'front_end/snippets/SnippetStorage.js', 714 'front_end/snippets/SnippetStorage.js',
718 ], 715 ],
719 'devtools_temp_storage_shared_worker_js_files': [ 716 'devtools_temp_storage_shared_worker_js_files': [
720 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 717 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
721 ], 718 ],
719 'devtools_text_editor_js_files':[
720 'front_end/text_editor/cmdevtools.css',
721 'front_end/text_editor/CodeMirrorTextEditor.js',
722 'front_end/text_editor/CodeMirrorUtils.js',
723 'front_end/text_editor/TextEditorAutocompleteController.js'
724 ],
722 'devtools_timeline_model_js_files': [ 725 'devtools_timeline_model_js_files': [
723 'front_end/timeline_model/LayerTreeModel.js', 726 'front_end/timeline_model/LayerTreeModel.js',
724 'front_end/timeline_model/TimelineFrameModel.js', 727 'front_end/timeline_model/TimelineFrameModel.js',
725 'front_end/timeline_model/TimelineIRModel.js', 728 'front_end/timeline_model/TimelineIRModel.js',
726 'front_end/timeline_model/TimelineJSProfile.js', 729 'front_end/timeline_model/TimelineJSProfile.js',
727 'front_end/timeline_model/TimelineModel.js', 730 'front_end/timeline_model/TimelineModel.js',
728 'front_end/timeline_model/TimelineProfileTree.js', 731 'front_end/timeline_model/TimelineProfileTree.js',
729 ], 732 ],
730 'devtools_timeline_js_files': [ 733 'devtools_timeline_js_files': [
731 'front_end/timeline/invalidationsTree.css', 734 'front_end/timeline/invalidationsTree.css',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 '<@(devtools_resources_js_files)', 820 '<@(devtools_resources_js_files)',
818 '<@(devtools_sass_js_files)', 821 '<@(devtools_sass_js_files)',
819 '<@(devtools_security_js_files)', 822 '<@(devtools_security_js_files)',
820 '<@(devtools_screencast_js_files)', 823 '<@(devtools_screencast_js_files)',
821 '<@(devtools_formatter_worker_js_files)', 824 '<@(devtools_formatter_worker_js_files)',
822 '<@(devtools_settings_js_files)', 825 '<@(devtools_settings_js_files)',
823 '<@(devtools_source_frame_js_files)', 826 '<@(devtools_source_frame_js_files)',
824 '<@(devtools_sources_js_files)', 827 '<@(devtools_sources_js_files)',
825 '<@(devtools_snippets_js_files)', 828 '<@(devtools_snippets_js_files)',
826 '<@(devtools_temp_storage_shared_worker_js_files)', 829 '<@(devtools_temp_storage_shared_worker_js_files)',
830 '<@(devtools_text_editor_js_files)',
827 '<@(devtools_timeline_model_js_files)', 831 '<@(devtools_timeline_model_js_files)',
828 '<@(devtools_timeline_js_files)', 832 '<@(devtools_timeline_js_files)',
829 '<@(devtools_ui_lazy_js_files)', 833 '<@(devtools_ui_lazy_js_files)',
830 ], 834 ],
831 'devtools_image_files': [ 835 'devtools_image_files': [
832 'front_end/Images/accelerometer-back.png', 836 'front_end/Images/accelerometer-back.png',
833 'front_end/Images/accelerometer-bottom.png', 837 'front_end/Images/accelerometer-bottom.png',
834 'front_end/Images/accelerometer-front.png', 838 'front_end/Images/accelerometer-front.png',
835 'front_end/Images/accelerometer-left.png', 839 'front_end/Images/accelerometer-left.png',
836 'front_end/Images/accelerometer-right.png', 840 'front_end/Images/accelerometer-right.png',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 'front_end/Images/toolbarResizerVertical.png', 903 'front_end/Images/toolbarResizerVertical.png',
900 'front_end/Images/toolbarItemSelected.png', 904 'front_end/Images/toolbarItemSelected.png',
901 'front_end/Images/touchCursor.png', 905 'front_end/Images/touchCursor.png',
902 'front_end/Images/touchCursor_2x.png', 906 'front_end/Images/touchCursor_2x.png',
903 ], 907 ],
904 'devtools_extension_api_files': [ 908 'devtools_extension_api_files': [
905 'front_end/extensions/ExtensionAPI.js', 909 'front_end/extensions/ExtensionAPI.js',
906 ], 910 ],
907 }, 911 },
908 } 912 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/devtools.gyp ('k') | third_party/WebKit/Source/devtools/front_end/cm_modes/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698