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

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

Issue 661753002: DevTools: draw realistic chrome on top of viewport in layers3dview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed sandwich menu color Created 6 years, 2 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/chromeLeft.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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 'front_end/Images/applicationCache.png', 593 'front_end/Images/applicationCache.png',
594 'front_end/Images/back.png', 594 'front_end/Images/back.png',
595 'front_end/Images/breakpoint.png', 595 'front_end/Images/breakpoint.png',
596 'front_end/Images/breakpoint_2x.png', 596 'front_end/Images/breakpoint_2x.png',
597 'front_end/Images/breakpointConditional.png', 597 'front_end/Images/breakpointConditional.png',
598 'front_end/Images/breakpointConditional_2x.png', 598 'front_end/Images/breakpointConditional_2x.png',
599 'front_end/Images/checker.png', 599 'front_end/Images/checker.png',
600 'front_end/Images/cookie.png', 600 'front_end/Images/cookie.png',
601 'front_end/Images/chromeDisabledSelect.png', 601 'front_end/Images/chromeDisabledSelect.png',
602 'front_end/Images/chromeDisabledSelect_2x.png', 602 'front_end/Images/chromeDisabledSelect_2x.png',
603 'front_end/Images/chromeLeft.png',
604 'front_end/Images/chromeMiddle.png',
605 'front_end/Images/chromeRight.png',
603 'front_end/Images/chromeSelect.png', 606 'front_end/Images/chromeSelect.png',
604 'front_end/Images/chromeSelect_2x.png', 607 'front_end/Images/chromeSelect_2x.png',
605 'front_end/Images/database.png', 608 'front_end/Images/database.png',
606 'front_end/Images/databaseTable.png', 609 'front_end/Images/databaseTable.png',
607 'front_end/Images/deleteIcon.png', 610 'front_end/Images/deleteIcon.png',
608 'front_end/Images/domain.png', 611 'front_end/Images/domain.png',
609 'front_end/Images/errorWave.png', 612 'front_end/Images/errorWave.png',
610 'front_end/Images/errorWave_2x.png', 613 'front_end/Images/errorWave_2x.png',
611 'front_end/Images/fileSystem.png', 614 'front_end/Images/fileSystem.png',
612 'front_end/Images/forward.png', 615 'front_end/Images/forward.png',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 'front_end/Images/touchCursor.png', 660 'front_end/Images/touchCursor.png',
658 'front_end/Images/touchCursor_2x.png', 661 'front_end/Images/touchCursor_2x.png',
659 'front_end/Images/transformControls.png', 662 'front_end/Images/transformControls.png',
660 'front_end/Images/transformControls_2x.png', 663 'front_end/Images/transformControls_2x.png',
661 ], 664 ],
662 'devtools_extension_api_files': [ 665 'devtools_extension_api_files': [
663 'front_end/extensions/ExtensionAPI.js', 666 'front_end/extensions/ExtensionAPI.js',
664 ], 667 ],
665 }, 668 },
666 } 669 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/chromeLeft.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698