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

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: Address final comments. 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
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/Images/securityStateHttp.png » ('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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'front_end/extensions/module.json', 308 'front_end/extensions/module.json',
309 'front_end/heap_snapshot_worker/module.json', 309 'front_end/heap_snapshot_worker/module.json',
310 'front_end/host/module.json', 310 'front_end/host/module.json',
311 'front_end/layers/module.json', 311 'front_end/layers/module.json',
312 'front_end/main/module.json', 312 'front_end/main/module.json',
313 'front_end/network/module.json', 313 'front_end/network/module.json',
314 'front_end/platform/module.json', 314 'front_end/platform/module.json',
315 'front_end/profiler/module.json', 315 'front_end/profiler/module.json',
316 'front_end/promises/module.json', 316 'front_end/promises/module.json',
317 'front_end/resources/module.json', 317 'front_end/resources/module.json',
318 'front_end/security/module.json',
318 'front_end/screencast/module.json', 319 'front_end/screencast/module.json',
319 'front_end/script_formatter_worker/module.json', 320 'front_end/script_formatter_worker/module.json',
320 'front_end/sdk/module.json', 321 'front_end/sdk/module.json',
321 'front_end/settings/module.json', 322 'front_end/settings/module.json',
322 'front_end/source_frame/module.json', 323 'front_end/source_frame/module.json',
323 'front_end/sources/module.json', 324 'front_end/sources/module.json',
324 'front_end/snippets/module.json', 325 'front_end/snippets/module.json',
325 'front_end/temp_storage_shared_worker/module.json', 326 'front_end/temp_storage_shared_worker/module.json',
326 'front_end/timeline/module.json', 327 'front_end/timeline/module.json',
327 'front_end/toolbox_bootstrap/module.json', 328 'front_end/toolbox_bootstrap/module.json',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'front_end/resources/DOMStorageItemsView.js', 504 'front_end/resources/DOMStorageItemsView.js',
504 'front_end/resources/FileContentView.js', 505 'front_end/resources/FileContentView.js',
505 'front_end/resources/FileSystemModel.js', 506 'front_end/resources/FileSystemModel.js',
506 'front_end/resources/FileSystemView.js', 507 'front_end/resources/FileSystemView.js',
507 'front_end/resources/IndexedDBViews.js', 508 'front_end/resources/IndexedDBViews.js',
508 'front_end/resources/IndexedDBModel.js', 509 'front_end/resources/IndexedDBModel.js',
509 'front_end/resources/ResourcesPanel.js', 510 'front_end/resources/ResourcesPanel.js',
510 'front_end/resources/ServiceWorkerCacheViews.js', 511 'front_end/resources/ServiceWorkerCacheViews.js',
511 'front_end/resources/ServiceWorkersView.js', 512 'front_end/resources/ServiceWorkersView.js',
512 ], 513 ],
514 'devtools_security_js_files': [
515 'front_end/security/securityPanel.css',
516 'front_end/security/SecurityModel.js',
517 'front_end/security/SecurityPanel.js',
518 ],
513 'devtools_script_formatter_worker_js_files': [ 519 'devtools_script_formatter_worker_js_files': [
514 'front_end/acorn/acorn.js', 520 'front_end/acorn/acorn.js',
515 'front_end/cm/css.js', 521 'front_end/cm/css.js',
516 'front_end/cm/headlesscodemirror.js', 522 'front_end/cm/headlesscodemirror.js',
517 'front_end/cm/htmlmixed.js', 523 'front_end/cm/htmlmixed.js',
518 'front_end/cm/xml.js', 524 'front_end/cm/xml.js',
519 'front_end/platform/utilities.js', 525 'front_end/platform/utilities.js',
520 'front_end/script_formatter_worker/AcornTokenizer.js', 526 'front_end/script_formatter_worker/AcornTokenizer.js',
521 'front_end/script_formatter_worker/CSSFormatter.js', 527 'front_end/script_formatter_worker/CSSFormatter.js',
522 'front_end/script_formatter_worker/ESTreeWalker.js', 528 'front_end/script_formatter_worker/ESTreeWalker.js',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 '<@(devtools_console_js_files)', 675 '<@(devtools_console_js_files)',
670 '<@(devtools_elements_js_files)', 676 '<@(devtools_elements_js_files)',
671 '<@(devtools_emulated_devices_js_files)', 677 '<@(devtools_emulated_devices_js_files)',
672 '<@(devtools_extensions_js_files)', 678 '<@(devtools_extensions_js_files)',
673 '<@(devtools_heap_snapshot_worker_js_files)', 679 '<@(devtools_heap_snapshot_worker_js_files)',
674 '<@(devtools_layers_js_files)', 680 '<@(devtools_layers_js_files)',
675 '<@(devtools_network_js_files)', 681 '<@(devtools_network_js_files)',
676 '<@(devtools_profiler_js_files)', 682 '<@(devtools_profiler_js_files)',
677 '<@(devtools_promises_js_files)', 683 '<@(devtools_promises_js_files)',
678 '<@(devtools_resources_js_files)', 684 '<@(devtools_resources_js_files)',
685 '<@(devtools_security_js_files)',
679 '<@(devtools_screencast_js_files)', 686 '<@(devtools_screencast_js_files)',
680 '<@(devtools_script_formatter_worker_js_files)', 687 '<@(devtools_script_formatter_worker_js_files)',
681 '<@(devtools_settings_js_files)', 688 '<@(devtools_settings_js_files)',
682 '<@(devtools_source_frame_js_files)', 689 '<@(devtools_source_frame_js_files)',
683 '<@(devtools_sources_js_files)', 690 '<@(devtools_sources_js_files)',
684 '<@(devtools_snippets_js_files)', 691 '<@(devtools_snippets_js_files)',
685 '<@(devtools_temp_storage_shared_worker_js_files)', 692 '<@(devtools_temp_storage_shared_worker_js_files)',
686 '<@(devtools_timeline_js_files)', 693 '<@(devtools_timeline_js_files)',
687 '<@(devtools_ui_lazy_js_files)', 694 '<@(devtools_ui_lazy_js_files)',
688 ], 695 ],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 'front_end/Images/resourceDocumentIcon.png', 738 'front_end/Images/resourceDocumentIcon.png',
732 'front_end/Images/resourceDocumentIconSmall.png', 739 'front_end/Images/resourceDocumentIconSmall.png',
733 'front_end/Images/resourceJSIcon.png', 740 'front_end/Images/resourceJSIcon.png',
734 'front_end/Images/resourcePlainIcon.png', 741 'front_end/Images/resourcePlainIcon.png',
735 'front_end/Images/resourcePlainIconSmall.png', 742 'front_end/Images/resourcePlainIconSmall.png',
736 'front_end/Images/resourcesTimeGraphIcon.png', 743 'front_end/Images/resourcesTimeGraphIcon.png',
737 'front_end/Images/responsiveDesign.png', 744 'front_end/Images/responsiveDesign.png',
738 'front_end/Images/responsiveDesign_2x.png', 745 'front_end/Images/responsiveDesign_2x.png',
739 'front_end/Images/searchNext.png', 746 'front_end/Images/searchNext.png',
740 'front_end/Images/searchPrev.png', 747 'front_end/Images/searchPrev.png',
748 'front_end/Images/securityStateHttp_2x.png',
749 'front_end/Images/securityStateHttp.png',
750 'front_end/Images/securityStateInsecure_2x.png',
751 'front_end/Images/securityStateInsecure.png',
752 'front_end/Images/securityStateSecure_2x.png',
753 'front_end/Images/securityStateSecure.png',
754 'front_end/Images/securityStateWarning_2x.png',
755 'front_end/Images/securityStateWarning.png',
741 'front_end/Images/serviceWorker.svg', 756 'front_end/Images/serviceWorker.svg',
742 'front_end/Images/sessionStorage.png', 757 'front_end/Images/sessionStorage.png',
743 'front_end/Images/settingsListRemove.png', 758 'front_end/Images/settingsListRemove.png',
744 'front_end/Images/settingsListRemove_2x.png', 759 'front_end/Images/settingsListRemove_2x.png',
745 'front_end/Images/speech.png', 760 'front_end/Images/speech.png',
746 'front_end/Images/spinner.svg', 761 'front_end/Images/spinner.svg',
747 'front_end/Images/toolbarButtonGlyphs.png', 762 'front_end/Images/toolbarButtonGlyphs.png',
748 'front_end/Images/toolbarButtonGlyphs_2x.png', 763 'front_end/Images/toolbarButtonGlyphs_2x.png',
749 'front_end/Images/toolbarResizerHorizontal.png', 764 'front_end/Images/toolbarResizerHorizontal.png',
750 'front_end/Images/toolbarResizerVertical.png', 765 'front_end/Images/toolbarResizerVertical.png',
751 'front_end/Images/thumbActiveHoriz.png', 766 'front_end/Images/thumbActiveHoriz.png',
752 'front_end/Images/thumbActiveVert.png', 767 'front_end/Images/thumbActiveVert.png',
753 'front_end/Images/thumbHoriz.png', 768 'front_end/Images/thumbHoriz.png',
754 'front_end/Images/thumbHoverHoriz.png', 769 'front_end/Images/thumbHoverHoriz.png',
755 'front_end/Images/thumbHoverVert.png', 770 'front_end/Images/thumbHoverVert.png',
756 'front_end/Images/thumbVert.png', 771 'front_end/Images/thumbVert.png',
757 'front_end/Images/touchCursor.png', 772 'front_end/Images/touchCursor.png',
758 'front_end/Images/touchCursor_2x.png', 773 'front_end/Images/touchCursor_2x.png',
759 'front_end/Images/updateServiceWorker.svg', 774 'front_end/Images/updateServiceWorker.svg',
760 ], 775 ],
761 'devtools_extension_api_files': [ 776 'devtools_extension_api_files': [
762 'front_end/extensions/ExtensionAPI.js', 777 'front_end/extensions/ExtensionAPI.js',
763 ], 778 ],
764 }, 779 },
765 } 780 }
OLDNEW
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/Images/securityStateHttp.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698