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

Side by Side Diff: third_party/WebKit/WebCore/WebCore.gypi

Issue 174318: Introduce new async IPC message to get file icons (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | « chrome/renderer/render_view.cc ('k') | third_party/WebKit/WebCore/platform/graphics/Icon.h » ('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 'variables': { 2 'variables': {
3 'webcore_bindings_idl_files': [ 3 'webcore_bindings_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceRule.idl', 5 'css/CSSFontFaceRule.idl',
6 'css/CSSImportRule.idl', 6 'css/CSSImportRule.idl',
7 'css/CSSMediaRule.idl', 7 'css/CSSMediaRule.idl',
8 'css/CSSPageRule.idl', 8 'css/CSSPageRule.idl',
9 'css/CSSPrimitiveValue.idl', 9 'css/CSSPrimitiveValue.idl',
10 'css/CSSRule.idl', 10 'css/CSSRule.idl',
(...skipping 2050 matching lines...) Expand 10 before | Expand all | Expand 10 after
2061 'platform/graphics/chromium/FontPlatformDataChromiumWin.cpp', 2061 'platform/graphics/chromium/FontPlatformDataChromiumWin.cpp',
2062 'platform/graphics/chromium/FontPlatformDataChromiumWin.h', 2062 'platform/graphics/chromium/FontPlatformDataChromiumWin.h',
2063 'platform/graphics/chromium/FontPlatformDataLinux.cpp', 2063 'platform/graphics/chromium/FontPlatformDataLinux.cpp',
2064 'platform/graphics/chromium/FontPlatformDataLinux.h', 2064 'platform/graphics/chromium/FontPlatformDataLinux.h',
2065 'platform/graphics/chromium/FontUtilsChromiumWin.cpp', 2065 'platform/graphics/chromium/FontUtilsChromiumWin.cpp',
2066 'platform/graphics/chromium/FontUtilsChromiumWin.h', 2066 'platform/graphics/chromium/FontUtilsChromiumWin.h',
2067 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp', 2067 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp',
2068 'platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp', 2068 'platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp',
2069 'platform/graphics/chromium/GraphicsLayerChromium.cpp', 2069 'platform/graphics/chromium/GraphicsLayerChromium.cpp',
2070 'platform/graphics/chromium/GraphicsLayerChromium.h', 2070 'platform/graphics/chromium/GraphicsLayerChromium.h',
2071 'platform/graphics/chromium/IconChromiumLinux.cpp', 2071 'platform/graphics/chromium/IconChromium.cpp',
2072 'platform/graphics/chromium/IconChromiumMac.cpp',
2073 'platform/graphics/chromium/IconChromiumWin.cpp',
2074 'platform/graphics/chromium/ImageBufferData.h', 2072 'platform/graphics/chromium/ImageBufferData.h',
2075 'platform/graphics/chromium/ImageChromiumMac.mm', 2073 'platform/graphics/chromium/ImageChromiumMac.mm',
2076 'platform/graphics/chromium/LayerChromium.cpp', 2074 'platform/graphics/chromium/LayerChromium.cpp',
2077 'platform/graphics/chromium/LayerChromium.h', 2075 'platform/graphics/chromium/LayerChromium.h',
2078 'platform/graphics/chromium/LayerRendererChromium.cpp', 2076 'platform/graphics/chromium/LayerRendererChromium.cpp',
2079 'platform/graphics/chromium/LayerRendererChromium.h', 2077 'platform/graphics/chromium/LayerRendererChromium.h',
2080 'platform/graphics/chromium/MediaPlayerPrivateChromium.h', 2078 'platform/graphics/chromium/MediaPlayerPrivateChromium.h',
2081 'platform/graphics/chromium/PlatformIcon.h', 2079 'platform/graphics/chromium/PlatformIcon.h',
2082 'platform/graphics/chromium/SimpleFontDataChromiumWin.cpp', 2080 'platform/graphics/chromium/SimpleFontDataChromiumWin.cpp',
2083 'platform/graphics/chromium/SimpleFontDataLinux.cpp', 2081 'platform/graphics/chromium/SimpleFontDataLinux.cpp',
(...skipping 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after
4036 'inspector/front-end/Images/userInputPreviousIcon.png', 4034 'inspector/front-end/Images/userInputPreviousIcon.png',
4037 'inspector/front-end/Images/userInputResultIcon.png', 4035 'inspector/front-end/Images/userInputResultIcon.png',
4038 'inspector/front-end/Images/warningIcon.png', 4036 'inspector/front-end/Images/warningIcon.png',
4039 'inspector/front-end/Images/warningOrangeDot.png', 4037 'inspector/front-end/Images/warningOrangeDot.png',
4040 'inspector/front-end/Images/warningMediumIcon.png', 4038 'inspector/front-end/Images/warningMediumIcon.png',
4041 'inspector/front-end/Images/warningsErrors.png', 4039 'inspector/front-end/Images/warningsErrors.png',
4042 'inspector/front-end/Images/whiteConnectorPoint.png' 4040 'inspector/front-end/Images/whiteConnectorPoint.png'
4043 ], 4041 ],
4044 } 4042 }
4045 } 4043 }
OLDNEW
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | third_party/WebKit/WebCore/platform/graphics/Icon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698