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

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

Issue 1169323004: DevTools: do not respect Chrome theme in DevTools, align toolbar items. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: overflow for tab header fixed. 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/toolbarItemSelected.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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'front_end/Images/toolbarButtonGlyphs.png', 747 'front_end/Images/toolbarButtonGlyphs.png',
748 'front_end/Images/toolbarButtonGlyphs_2x.png', 748 'front_end/Images/toolbarButtonGlyphs_2x.png',
749 'front_end/Images/toolbarResizerHorizontal.png', 749 'front_end/Images/toolbarResizerHorizontal.png',
750 'front_end/Images/toolbarResizerVertical.png', 750 'front_end/Images/toolbarResizerVertical.png',
751 'front_end/Images/thumbActiveHoriz.png', 751 'front_end/Images/thumbActiveHoriz.png',
752 'front_end/Images/thumbActiveVert.png', 752 'front_end/Images/thumbActiveVert.png',
753 'front_end/Images/thumbHoriz.png', 753 'front_end/Images/thumbHoriz.png',
754 'front_end/Images/thumbHoverHoriz.png', 754 'front_end/Images/thumbHoverHoriz.png',
755 'front_end/Images/thumbHoverVert.png', 755 'front_end/Images/thumbHoverVert.png',
756 'front_end/Images/thumbVert.png', 756 'front_end/Images/thumbVert.png',
757 'front_end/Images/toolbarItemSelected.png',
758 'front_end/Images/touchCursor.png', 757 'front_end/Images/touchCursor.png',
759 'front_end/Images/touchCursor_2x.png', 758 'front_end/Images/touchCursor_2x.png',
760 'front_end/Images/updateServiceWorker.svg', 759 'front_end/Images/updateServiceWorker.svg',
761 ], 760 ],
762 'devtools_extension_api_files': [ 761 'devtools_extension_api_files': [
763 'front_end/extensions/ExtensionAPI.js', 762 'front_end/extensions/ExtensionAPI.js',
764 ], 763 ],
765 }, 764 },
766 } 765 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/toolbarItemSelected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698