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

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

Issue 1202933003: DevTools: bring back existing panel selection rendering (border image) (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
« 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 'front_end/Images/toolbarButtonGlyphs.png', 762 'front_end/Images/toolbarButtonGlyphs.png',
763 'front_end/Images/toolbarButtonGlyphs_2x.png', 763 'front_end/Images/toolbarButtonGlyphs_2x.png',
764 'front_end/Images/toolbarResizerHorizontal.png', 764 'front_end/Images/toolbarResizerHorizontal.png',
765 'front_end/Images/toolbarResizerVertical.png', 765 'front_end/Images/toolbarResizerVertical.png',
766 'front_end/Images/thumbActiveHoriz.png', 766 'front_end/Images/thumbActiveHoriz.png',
767 'front_end/Images/thumbActiveVert.png', 767 'front_end/Images/thumbActiveVert.png',
768 'front_end/Images/thumbHoriz.png', 768 'front_end/Images/thumbHoriz.png',
769 'front_end/Images/thumbHoverHoriz.png', 769 'front_end/Images/thumbHoverHoriz.png',
770 'front_end/Images/thumbHoverVert.png', 770 'front_end/Images/thumbHoverVert.png',
771 'front_end/Images/thumbVert.png', 771 'front_end/Images/thumbVert.png',
772 'front_end/Images/toolbarItemSelected.png',
772 'front_end/Images/touchCursor.png', 773 'front_end/Images/touchCursor.png',
773 'front_end/Images/touchCursor_2x.png', 774 'front_end/Images/touchCursor_2x.png',
774 'front_end/Images/updateServiceWorker.svg', 775 'front_end/Images/updateServiceWorker.svg',
775 ], 776 ],
776 'devtools_extension_api_files': [ 777 'devtools_extension_api_files': [
777 'front_end/extensions/ExtensionAPI.js', 778 'front_end/extensions/ExtensionAPI.js',
778 ], 779 ],
779 }, 780 },
780 } 781 }
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