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

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

Issue 1301833003: Add origin views to the Security panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'front_end/resources/FileSystemModel.js', 526 'front_end/resources/FileSystemModel.js',
527 'front_end/resources/FileSystemView.js', 527 'front_end/resources/FileSystemView.js',
528 'front_end/resources/IndexedDBViews.js', 528 'front_end/resources/IndexedDBViews.js',
529 'front_end/resources/IndexedDBModel.js', 529 'front_end/resources/IndexedDBModel.js',
530 'front_end/resources/ResourcesPanel.js', 530 'front_end/resources/ResourcesPanel.js',
531 'front_end/resources/ServiceWorkerCacheViews.js', 531 'front_end/resources/ServiceWorkerCacheViews.js',
532 'front_end/resources/ServiceWorkersView.js', 532 'front_end/resources/ServiceWorkersView.js',
533 ], 533 ],
534 'devtools_security_js_files': [ 534 'devtools_security_js_files': [
535 'front_end/security/lockIcon.css', 535 'front_end/security/lockIcon.css',
536 'front_end/security/originView.css',
536 'front_end/security/securityPanel.css', 537 'front_end/security/securityPanel.css',
538 'front_end/security/sidebar.css',
537 'front_end/security/SecurityModel.js', 539 'front_end/security/SecurityModel.js',
538 'front_end/security/SecurityPanel.js', 540 'front_end/security/SecurityPanel.js',
539 ], 541 ],
540 'devtools_script_formatter_worker_js_files': [ 542 'devtools_script_formatter_worker_js_files': [
541 'front_end/acorn/acorn.js', 543 'front_end/acorn/acorn.js',
542 'front_end/cm/css.js', 544 'front_end/cm/css.js',
543 'front_end/cm/headlesscodemirror.js', 545 'front_end/cm/headlesscodemirror.js',
544 'front_end/cm/htmlmixed.js', 546 'front_end/cm/htmlmixed.js',
545 'front_end/cm/xml.js', 547 'front_end/cm/xml.js',
546 'front_end/platform/utilities.js', 548 'front_end/platform/utilities.js',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 'front_end/Images/resourceDocumentIcon.png', 761 'front_end/Images/resourceDocumentIcon.png',
760 'front_end/Images/resourceDocumentIconSmall.png', 762 'front_end/Images/resourceDocumentIconSmall.png',
761 'front_end/Images/resourceJSIcon.png', 763 'front_end/Images/resourceJSIcon.png',
762 'front_end/Images/resourcePlainIcon.png', 764 'front_end/Images/resourcePlainIcon.png',
763 'front_end/Images/resourcePlainIconSmall.png', 765 'front_end/Images/resourcePlainIconSmall.png',
764 'front_end/Images/resourcesTimeGraphIcon.png', 766 'front_end/Images/resourcesTimeGraphIcon.png',
765 'front_end/Images/responsiveDesign.png', 767 'front_end/Images/responsiveDesign.png',
766 'front_end/Images/responsiveDesign_2x.png', 768 'front_end/Images/responsiveDesign_2x.png',
767 'front_end/Images/searchNext.png', 769 'front_end/Images/searchNext.png',
768 'front_end/Images/searchPrev.png', 770 'front_end/Images/searchPrev.png',
771 'front_end/Images/securityPropertyInsecure.svg',
772 'front_end/Images/securityPropertySecure.svg',
773 'front_end/Images/securityPropertyWarning.svg',
769 'front_end/Images/securityStateInsecure_2x.png', 774 'front_end/Images/securityStateInsecure_2x.png',
770 'front_end/Images/securityStateInsecure.png', 775 'front_end/Images/securityStateInsecure.png',
771 'front_end/Images/securityStateNeutral_2x.png', 776 'front_end/Images/securityStateNeutral_2x.png',
772 'front_end/Images/securityStateNeutral.png', 777 'front_end/Images/securityStateNeutral.png',
773 'front_end/Images/securityStateSecure_2x.png', 778 'front_end/Images/securityStateSecure_2x.png',
774 'front_end/Images/securityStateSecure.png', 779 'front_end/Images/securityStateSecure.png',
775 'front_end/Images/securityStateWarning_2x.png', 780 'front_end/Images/securityStateWarning_2x.png',
776 'front_end/Images/securityStateWarning.png', 781 'front_end/Images/securityStateWarning.png',
777 'front_end/Images/serviceWorker.svg', 782 'front_end/Images/serviceWorker.svg',
778 'front_end/Images/sessionStorage.png', 783 'front_end/Images/sessionStorage.png',
(...skipping 13 matching lines...) Expand all
792 'front_end/Images/toolbarItemSelected.png', 797 'front_end/Images/toolbarItemSelected.png',
793 'front_end/Images/touchCursor.png', 798 'front_end/Images/touchCursor.png',
794 'front_end/Images/touchCursor_2x.png', 799 'front_end/Images/touchCursor_2x.png',
795 'front_end/Images/updateServiceWorker.svg', 800 'front_end/Images/updateServiceWorker.svg',
796 ], 801 ],
797 'devtools_extension_api_files': [ 802 'devtools_extension_api_files': [
798 'front_end/extensions/ExtensionAPI.js', 803 'front_end/extensions/ExtensionAPI.js',
799 ], 804 ],
800 }, 805 },
801 } 806 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698