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

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

Issue 13592004: Landing https://codereview.chromium.org/13474014/ on behalf of bajones: Folded GraphicsContext3DChr… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/WebCore/platform/chromium/support/GraphicsContext3DChromium.cpp » ('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 'project_dir': ['.'], 3 'project_dir': ['.'],
4 'webcore_include_dirs': [ 4 'webcore_include_dirs': [
5 '.', 5 '.',
6 '..', 6 '..',
7 'Modules/battery', 7 'Modules/battery',
8 'Modules/filesystem', 8 'Modules/filesystem',
9 'Modules/gamepad', 9 'Modules/gamepad',
10 'Modules/geolocation', 10 'Modules/geolocation',
(...skipping 5182 matching lines...) Expand 10 before | Expand all | Expand 10 after
5193 'inspector/front-end/Images/warningMediumIcon.png', 5193 'inspector/front-end/Images/warningMediumIcon.png',
5194 'inspector/front-end/Images/warningsErrors.png' 5194 'inspector/front-end/Images/warningsErrors.png'
5195 ], 5195 ],
5196 5196
5197 'webinspector_extension_api_files': [ 5197 'webinspector_extension_api_files': [
5198 'inspector/front-end/ExtensionAPI.js', 5198 'inspector/front-end/ExtensionAPI.js',
5199 'inspector/front-end/DevToolsExtensionAPI.js' 5199 'inspector/front-end/DevToolsExtensionAPI.js'
5200 ], 5200 ],
5201 5201
5202 'webcore_platform_support_files': [ 5202 'webcore_platform_support_files': [
5203 'platform/chromium/support/GraphicsContext3DChromium.cpp',
5204 'platform/chromium/support/GraphicsContext3DPrivate.cpp', 5203 'platform/chromium/support/GraphicsContext3DPrivate.cpp',
5205 'platform/chromium/support/GraphicsContext3DPrivate.h', 5204 'platform/chromium/support/GraphicsContext3DPrivate.h',
5206 'platform/chromium/support/WebAudioBus.cpp', 5205 'platform/chromium/support/WebAudioBus.cpp',
5207 'platform/chromium/support/WebData.cpp', 5206 'platform/chromium/support/WebData.cpp',
5208 'platform/chromium/support/WebHTTPBody.cpp', 5207 'platform/chromium/support/WebHTTPBody.cpp',
5209 'platform/chromium/support/WebHTTPLoadInfo.cpp', 5208 'platform/chromium/support/WebHTTPLoadInfo.cpp',
5210 'platform/chromium/support/WebMediaConstraints.cpp', 5209 'platform/chromium/support/WebMediaConstraints.cpp',
5211 'platform/chromium/support/WebMediaStream.cpp', 5210 'platform/chromium/support/WebMediaStream.cpp',
5212 'platform/chromium/support/WebMediaStreamSource.cpp', 5211 'platform/chromium/support/WebMediaStreamSource.cpp',
5213 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp', 5212 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp',
(...skipping 20 matching lines...) Expand all
5234 'platform/chromium/support/WebURLError.cpp', 5233 'platform/chromium/support/WebURLError.cpp',
5235 'platform/chromium/support/WebURLRequest.cpp', 5234 'platform/chromium/support/WebURLRequest.cpp',
5236 'platform/chromium/support/WebURLRequestPrivate.h', 5235 'platform/chromium/support/WebURLRequestPrivate.h',
5237 'platform/chromium/support/WebURLResponse.cpp', 5236 'platform/chromium/support/WebURLResponse.cpp',
5238 'platform/chromium/support/WebURLResponsePrivate.h', 5237 'platform/chromium/support/WebURLResponsePrivate.h',
5239 'platform/chromium/support/WrappedResourceRequest.h', 5238 'platform/chromium/support/WrappedResourceRequest.h',
5240 'platform/chromium/support/WrappedResourceResponse.h', 5239 'platform/chromium/support/WrappedResourceResponse.h',
5241 ], 5240 ],
5242 } 5241 }
5243 } 5242 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/platform/chromium/support/GraphicsContext3DChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698