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: third_party/WebKit/Source/devtools/devtools.gypi

Issue 1419813005: DevTools: always use CodeMirror for response preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/network/RequestResponseView.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'front_end/settings/frameworkBlackboxSettingsTab.css', 581 'front_end/settings/frameworkBlackboxSettingsTab.css',
582 'front_end/settings/settingsScreen.css', 582 'front_end/settings/settingsScreen.css',
583 'front_end/settings/EditFileSystemView.js', 583 'front_end/settings/EditFileSystemView.js',
584 'front_end/settings/FrameworkBlackboxSettingsTab.js', 584 'front_end/settings/FrameworkBlackboxSettingsTab.js',
585 'front_end/settings/SettingsScreen.js', 585 'front_end/settings/SettingsScreen.js',
586 ], 586 ],
587 'devtools_source_frame_js_files': [ 587 'devtools_source_frame_js_files': [
588 'front_end/source_frame/cmdevtools.css', 588 'front_end/source_frame/cmdevtools.css',
589 'front_end/source_frame/fontView.css', 589 'front_end/source_frame/fontView.css',
590 'front_end/source_frame/imageView.css', 590 'front_end/source_frame/imageView.css',
591 'front_end/source_frame/resourceSourceFrame.css',
592 'front_end/source_frame/CodeMirrorDictionary.js', 591 'front_end/source_frame/CodeMirrorDictionary.js',
593 'front_end/source_frame/CodeMirrorTextEditor.js', 592 'front_end/source_frame/CodeMirrorTextEditor.js',
594 'front_end/source_frame/CodeMirrorUtils.js', 593 'front_end/source_frame/CodeMirrorUtils.js',
595 'front_end/source_frame/FontView.js', 594 'front_end/source_frame/FontView.js',
596 'front_end/source_frame/ImageView.js', 595 'front_end/source_frame/ImageView.js',
597 'front_end/source_frame/ResourceSourceFrame.js', 596 'front_end/source_frame/ResourceSourceFrame.js',
598 'front_end/source_frame/SourceFrame.js', 597 'front_end/source_frame/SourceFrame.js',
599 'front_end/source_frame/TextEditorAutocompleteController.js', 598 'front_end/source_frame/TextEditorAutocompleteController.js',
600 ], 599 ],
601 'devtools_sources_js_files': [ 600 'devtools_sources_js_files': [
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'front_end/Images/toolbarItemSelected.png', 821 'front_end/Images/toolbarItemSelected.png',
823 'front_end/Images/touchCursor.png', 822 'front_end/Images/touchCursor.png',
824 'front_end/Images/touchCursor_2x.png', 823 'front_end/Images/touchCursor_2x.png',
825 'front_end/Images/updateServiceWorker.svg', 824 'front_end/Images/updateServiceWorker.svg',
826 ], 825 ],
827 'devtools_extension_api_files': [ 826 'devtools_extension_api_files': [
828 'front_end/extensions/ExtensionAPI.js', 827 'front_end/extensions/ExtensionAPI.js',
829 ], 828 ],
830 }, 829 },
831 } 830 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/network/RequestResponseView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698