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

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

Issue 1159163005: Add a minimal Security panel to DevTools (behind a hidden experiment). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'front_end/sdk/LayerTreeModel.js', 145 'front_end/sdk/LayerTreeModel.js',
146 'front_end/sdk/NetworkLog.js', 146 'front_end/sdk/NetworkLog.js',
147 'front_end/sdk/NetworkManager.js', 147 'front_end/sdk/NetworkManager.js',
148 'front_end/sdk/NetworkRequest.js', 148 'front_end/sdk/NetworkRequest.js',
149 'front_end/sdk/PaintProfiler.js', 149 'front_end/sdk/PaintProfiler.js',
150 'front_end/sdk/RemoteObject.js', 150 'front_end/sdk/RemoteObject.js',
151 'front_end/sdk/Resource.js', 151 'front_end/sdk/Resource.js',
152 'front_end/sdk/ResourceTreeModel.js', 152 'front_end/sdk/ResourceTreeModel.js',
153 'front_end/sdk/RuntimeModel.js', 153 'front_end/sdk/RuntimeModel.js',
154 'front_end/sdk/Script.js', 154 'front_end/sdk/Script.js',
155 'front_end/sdk/SecurityManager.js',
155 'front_end/sdk/ServiceWorkerManager.js', 156 'front_end/sdk/ServiceWorkerManager.js',
156 'front_end/sdk/SourceMap.js', 157 'front_end/sdk/SourceMap.js',
157 'front_end/sdk/Target.js', 158 'front_end/sdk/Target.js',
158 'front_end/sdk/TracingManager.js', 159 'front_end/sdk/TracingManager.js',
159 'front_end/sdk/TracingModel.js', 160 'front_end/sdk/TracingModel.js',
160 'front_end/sdk/WorkerManager.js', 161 'front_end/sdk/WorkerManager.js',
161 ], 162 ],
162 'devtools_workspace_js_files': [ 163 'devtools_workspace_js_files': [
163 'front_end/workspace/ExcludedFolderManager.js', 164 'front_end/workspace/ExcludedFolderManager.js',
164 'front_end/workspace/FileManager.js', 165 'front_end/workspace/FileManager.js',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'front_end/extensions/module.json', 311 'front_end/extensions/module.json',
311 'front_end/heap_snapshot_worker/module.json', 312 'front_end/heap_snapshot_worker/module.json',
312 'front_end/host/module.json', 313 'front_end/host/module.json',
313 'front_end/layers/module.json', 314 'front_end/layers/module.json',
314 'front_end/main/module.json', 315 'front_end/main/module.json',
315 'front_end/network/module.json', 316 'front_end/network/module.json',
316 'front_end/platform/module.json', 317 'front_end/platform/module.json',
317 'front_end/profiler/module.json', 318 'front_end/profiler/module.json',
318 'front_end/promises/module.json', 319 'front_end/promises/module.json',
319 'front_end/resources/module.json', 320 'front_end/resources/module.json',
321 'front_end/security/module.json',
320 'front_end/screencast/module.json', 322 'front_end/screencast/module.json',
321 'front_end/script_formatter_worker/module.json', 323 'front_end/script_formatter_worker/module.json',
322 'front_end/sdk/module.json', 324 'front_end/sdk/module.json',
323 'front_end/settings/module.json', 325 'front_end/settings/module.json',
324 'front_end/source_frame/module.json', 326 'front_end/source_frame/module.json',
325 'front_end/sources/module.json', 327 'front_end/sources/module.json',
326 'front_end/snippets/module.json', 328 'front_end/snippets/module.json',
327 'front_end/temp_storage_shared_worker/module.json', 329 'front_end/temp_storage_shared_worker/module.json',
328 'front_end/timeline/module.json', 330 'front_end/timeline/module.json',
329 'front_end/toolbox_bootstrap/module.json', 331 'front_end/toolbox_bootstrap/module.json',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'front_end/resources/DOMStorageItemsView.js', 499 'front_end/resources/DOMStorageItemsView.js',
498 'front_end/resources/FileContentView.js', 500 'front_end/resources/FileContentView.js',
499 'front_end/resources/FileSystemModel.js', 501 'front_end/resources/FileSystemModel.js',
500 'front_end/resources/FileSystemView.js', 502 'front_end/resources/FileSystemView.js',
501 'front_end/resources/IndexedDBViews.js', 503 'front_end/resources/IndexedDBViews.js',
502 'front_end/resources/IndexedDBModel.js', 504 'front_end/resources/IndexedDBModel.js',
503 'front_end/resources/ResourcesPanel.js', 505 'front_end/resources/ResourcesPanel.js',
504 'front_end/resources/ServiceWorkerCacheViews.js', 506 'front_end/resources/ServiceWorkerCacheViews.js',
505 'front_end/resources/ServiceWorkersView.js', 507 'front_end/resources/ServiceWorkersView.js',
506 ], 508 ],
509 'devtools_security_js_files': [
510 'front_end/security/securityPanel.css',
511 'front_end/security/SecurityPanel.js',
512 ],
507 'devtools_script_formatter_worker_js_files': [ 513 'devtools_script_formatter_worker_js_files': [
508 'front_end/acorn/acorn.js', 514 'front_end/acorn/acorn.js',
509 'front_end/cm/css.js', 515 'front_end/cm/css.js',
510 'front_end/cm/headlesscodemirror.js', 516 'front_end/cm/headlesscodemirror.js',
511 'front_end/cm/htmlmixed.js', 517 'front_end/cm/htmlmixed.js',
512 'front_end/cm/xml.js', 518 'front_end/cm/xml.js',
513 'front_end/platform/utilities.js', 519 'front_end/platform/utilities.js',
514 'front_end/script_formatter_worker/AcornTokenizer.js', 520 'front_end/script_formatter_worker/AcornTokenizer.js',
515 'front_end/script_formatter_worker/CSSFormatter.js', 521 'front_end/script_formatter_worker/CSSFormatter.js',
516 'front_end/script_formatter_worker/ESTreeWalker.js', 522 'front_end/script_formatter_worker/ESTreeWalker.js',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 '<@(devtools_components_lazy_js_files)', 666 '<@(devtools_components_lazy_js_files)',
661 '<@(devtools_console_js_files)', 667 '<@(devtools_console_js_files)',
662 '<@(devtools_elements_js_files)', 668 '<@(devtools_elements_js_files)',
663 '<@(devtools_extensions_js_files)', 669 '<@(devtools_extensions_js_files)',
664 '<@(devtools_heap_snapshot_worker_js_files)', 670 '<@(devtools_heap_snapshot_worker_js_files)',
665 '<@(devtools_layers_js_files)', 671 '<@(devtools_layers_js_files)',
666 '<@(devtools_network_js_files)', 672 '<@(devtools_network_js_files)',
667 '<@(devtools_profiler_js_files)', 673 '<@(devtools_profiler_js_files)',
668 '<@(devtools_promises_js_files)', 674 '<@(devtools_promises_js_files)',
669 '<@(devtools_resources_js_files)', 675 '<@(devtools_resources_js_files)',
676 '<@(devtools_security_js_files)',
670 '<@(devtools_screencast_js_files)', 677 '<@(devtools_screencast_js_files)',
671 '<@(devtools_script_formatter_worker_js_files)', 678 '<@(devtools_script_formatter_worker_js_files)',
672 '<@(devtools_settings_js_files)', 679 '<@(devtools_settings_js_files)',
673 '<@(devtools_source_frame_js_files)', 680 '<@(devtools_source_frame_js_files)',
674 '<@(devtools_sources_js_files)', 681 '<@(devtools_sources_js_files)',
675 '<@(devtools_snippets_js_files)', 682 '<@(devtools_snippets_js_files)',
676 '<@(devtools_temp_storage_shared_worker_js_files)', 683 '<@(devtools_temp_storage_shared_worker_js_files)',
677 '<@(devtools_timeline_js_files)', 684 '<@(devtools_timeline_js_files)',
678 '<@(devtools_ui_lazy_js_files)', 685 '<@(devtools_ui_lazy_js_files)',
679 ], 686 ],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 'front_end/Images/resourceDocumentIcon.png', 729 'front_end/Images/resourceDocumentIcon.png',
723 'front_end/Images/resourceDocumentIconSmall.png', 730 'front_end/Images/resourceDocumentIconSmall.png',
724 'front_end/Images/resourceJSIcon.png', 731 'front_end/Images/resourceJSIcon.png',
725 'front_end/Images/resourcePlainIcon.png', 732 'front_end/Images/resourcePlainIcon.png',
726 'front_end/Images/resourcePlainIconSmall.png', 733 'front_end/Images/resourcePlainIconSmall.png',
727 'front_end/Images/resourcesTimeGraphIcon.png', 734 'front_end/Images/resourcesTimeGraphIcon.png',
728 'front_end/Images/responsiveDesign.png', 735 'front_end/Images/responsiveDesign.png',
729 'front_end/Images/responsiveDesign_2x.png', 736 'front_end/Images/responsiveDesign_2x.png',
730 'front_end/Images/searchNext.png', 737 'front_end/Images/searchNext.png',
731 'front_end/Images/searchPrev.png', 738 'front_end/Images/searchPrev.png',
739 'front_end/Images/securityStateHttp_2x.png',
740 'front_end/Images/securityStateHttp.png',
741 'front_end/Images/securityStateInsecure_2x.png',
742 'front_end/Images/securityStateInsecure.png',
743 'front_end/Images/securityStateSecure_2x.png',
744 'front_end/Images/securityStateSecure.png',
745 'front_end/Images/securityStateWarning_2x.png',
746 'front_end/Images/securityStateWarning.png',
732 'front_end/Images/serviceWorker.svg', 747 'front_end/Images/serviceWorker.svg',
733 'front_end/Images/sessionStorage.png', 748 'front_end/Images/sessionStorage.png',
734 'front_end/Images/settingsListRemove.png', 749 'front_end/Images/settingsListRemove.png',
735 'front_end/Images/settingsListRemove_2x.png', 750 'front_end/Images/settingsListRemove_2x.png',
736 'front_end/Images/speech.png', 751 'front_end/Images/speech.png',
737 'front_end/Images/spinner.svg', 752 'front_end/Images/spinner.svg',
738 'front_end/Images/toolbarButtonGlyphs.png', 753 'front_end/Images/toolbarButtonGlyphs.png',
739 'front_end/Images/toolbarButtonGlyphs_2x.png', 754 'front_end/Images/toolbarButtonGlyphs_2x.png',
740 'front_end/Images/toolbarResizerHorizontal.png', 755 'front_end/Images/toolbarResizerHorizontal.png',
741 'front_end/Images/toolbarResizerVertical.png', 756 'front_end/Images/toolbarResizerVertical.png',
742 'front_end/Images/thumbActiveHoriz.png', 757 'front_end/Images/thumbActiveHoriz.png',
743 'front_end/Images/thumbActiveVert.png', 758 'front_end/Images/thumbActiveVert.png',
744 'front_end/Images/thumbHoriz.png', 759 'front_end/Images/thumbHoriz.png',
745 'front_end/Images/thumbHoverHoriz.png', 760 'front_end/Images/thumbHoverHoriz.png',
746 'front_end/Images/thumbHoverVert.png', 761 'front_end/Images/thumbHoverVert.png',
747 'front_end/Images/thumbVert.png', 762 'front_end/Images/thumbVert.png',
748 'front_end/Images/toolbarItemSelected.png', 763 'front_end/Images/toolbarItemSelected.png',
749 'front_end/Images/touchCursor.png', 764 'front_end/Images/touchCursor.png',
750 'front_end/Images/touchCursor_2x.png', 765 'front_end/Images/touchCursor_2x.png',
751 'front_end/Images/updateServiceWorker.svg', 766 'front_end/Images/updateServiceWorker.svg',
752 ], 767 ],
753 'devtools_extension_api_files': [ 768 'devtools_extension_api_files': [
754 'front_end/extensions/ExtensionAPI.js', 769 'front_end/extensions/ExtensionAPI.js',
755 ], 770 ],
756 }, 771 },
757 } 772 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698