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

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

Issue 1563113002: DevTools: add a navigator menu with grouping options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'front_end/Images/chromeRight.png', 785 'front_end/Images/chromeRight.png',
786 'front_end/Images/chromeSelect.png', 786 'front_end/Images/chromeSelect.png',
787 'front_end/Images/chromeSelect_2x.png', 787 'front_end/Images/chromeSelect_2x.png',
788 'front_end/Images/database.png', 788 'front_end/Images/database.png',
789 'front_end/Images/databaseTable.png', 789 'front_end/Images/databaseTable.png',
790 'front_end/Images/deleteIcon.png', 790 'front_end/Images/deleteIcon.png',
791 'front_end/Images/domain.png', 791 'front_end/Images/domain.png',
792 'front_end/Images/errorWave.png', 792 'front_end/Images/errorWave.png',
793 'front_end/Images/errorWave_2x.png', 793 'front_end/Images/errorWave_2x.png',
794 'front_end/Images/fileSystem.png', 794 'front_end/Images/fileSystem.png',
795 'front_end/Images/ic_cloud_queue_black_18dp.svg',
796 'front_end/Images/ic_drive_file_black_18dp.svg',
797 'front_end/Images/ic_folder_black_18dp.svg',
798 'front_end/Images/ic_folder_open_black_18dp.svg',
799 'front_end/Images/ic_web_asset_black_18dp.svg',
800 'front_end/Images/forward.png', 795 'front_end/Images/forward.png',
801 'front_end/Images/frame.png', 796 'front_end/Images/frame.png',
802 'front_end/Images/graphLabelCalloutLeft.png', 797 'front_end/Images/graphLabelCalloutLeft.png',
803 'front_end/Images/graphLabelCalloutRight.png', 798 'front_end/Images/graphLabelCalloutRight.png',
804 'front_end/Images/indexedDB.png', 799 'front_end/Images/indexedDB.png',
805 'front_end/Images/indexedDBIndex.png', 800 'front_end/Images/indexedDBIndex.png',
806 'front_end/Images/indexedDBObjectStore.png', 801 'front_end/Images/indexedDBObjectStore.png',
807 'front_end/Images/localStorage.png', 802 'front_end/Images/localStorage.png',
808 'front_end/Images/navigationControls.png', 803 'front_end/Images/navigationControls.png',
809 'front_end/Images/navigationControls_2x.png', 804 'front_end/Images/navigationControls_2x.png',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 'front_end/Images/toolbarItemSelected.png', 842 'front_end/Images/toolbarItemSelected.png',
848 'front_end/Images/touchCursor.png', 843 'front_end/Images/touchCursor.png',
849 'front_end/Images/touchCursor_2x.png', 844 'front_end/Images/touchCursor_2x.png',
850 'front_end/Images/updateServiceWorker.svg', 845 'front_end/Images/updateServiceWorker.svg',
851 ], 846 ],
852 'devtools_extension_api_files': [ 847 'devtools_extension_api_files': [
853 'front_end/extensions/ExtensionAPI.js', 848 'front_end/extensions/ExtensionAPI.js',
854 ], 849 ],
855 }, 850 },
856 } 851 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698