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

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

Issue 17230006: Implement WEBGL_shared_resources Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'html/canvas/OESTextureHalfFloat.idl', 225 'html/canvas/OESTextureHalfFloat.idl',
226 'html/canvas/OESTextureHalfFloatLinear.idl', 226 'html/canvas/OESTextureHalfFloatLinear.idl',
227 'html/canvas/OESVertexArrayObject.idl', 227 'html/canvas/OESVertexArrayObject.idl',
228 'html/canvas/OESElementIndexUint.idl', 228 'html/canvas/OESElementIndexUint.idl',
229 'html/canvas/Path.idl', 229 'html/canvas/Path.idl',
230 'html/canvas/Uint16Array.idl', 230 'html/canvas/Uint16Array.idl',
231 'html/canvas/Uint32Array.idl', 231 'html/canvas/Uint32Array.idl',
232 'html/canvas/Uint8Array.idl', 232 'html/canvas/Uint8Array.idl',
233 'html/canvas/Uint8ClampedArray.idl', 233 'html/canvas/Uint8ClampedArray.idl',
234 'html/canvas/WebGLActiveInfo.idl', 234 'html/canvas/WebGLActiveInfo.idl',
235 'html/canvas/WebGLAcquireSharedResourceCallback.idl',
235 'html/canvas/WebGLBuffer.idl', 236 'html/canvas/WebGLBuffer.idl',
236 'html/canvas/WebGLCompressedTextureATC.idl', 237 'html/canvas/WebGLCompressedTextureATC.idl',
237 'html/canvas/WebGLCompressedTexturePVRTC.idl', 238 'html/canvas/WebGLCompressedTexturePVRTC.idl',
238 'html/canvas/WebGLCompressedTextureS3TC.idl', 239 'html/canvas/WebGLCompressedTextureS3TC.idl',
239 'html/canvas/WebGLContextAttributes.idl', 240 'html/canvas/WebGLContextAttributes.idl',
240 'html/canvas/WebGLContextEvent.idl', 241 'html/canvas/WebGLContextEvent.idl',
241 'html/canvas/WebGLDebugRendererInfo.idl', 242 'html/canvas/WebGLDebugRendererInfo.idl',
242 'html/canvas/WebGLDebugShaders.idl', 243 'html/canvas/WebGLDebugShaders.idl',
243 'html/canvas/WebGLDepthTexture.idl', 244 'html/canvas/WebGLDepthTexture.idl',
244 'html/canvas/WebGLDrawBuffers.idl', 245 'html/canvas/WebGLDrawBuffers.idl',
245 'html/canvas/WebGLFramebuffer.idl', 246 'html/canvas/WebGLFramebuffer.idl',
246 'html/canvas/WebGLLoseContext.idl', 247 'html/canvas/WebGLLoseContext.idl',
248 'html/canvas/WebGLObject.idl',
247 'html/canvas/WebGLProgram.idl', 249 'html/canvas/WebGLProgram.idl',
248 'html/canvas/WebGLRenderbuffer.idl', 250 'html/canvas/WebGLRenderbuffer.idl',
249 'html/canvas/WebGLRenderingContext.idl', 251 'html/canvas/WebGLRenderingContext.idl',
250 'html/canvas/WebGLShader.idl', 252 'html/canvas/WebGLShader.idl',
251 'html/canvas/WebGLShaderPrecisionFormat.idl', 253 'html/canvas/WebGLShaderPrecisionFormat.idl',
254 'html/canvas/WebGLSharedObject.idl',
255 'html/canvas/WebGLSharedResources.idl',
256 'html/canvas/WebGLShareGroup.idl',
252 'html/canvas/WebGLTexture.idl', 257 'html/canvas/WebGLTexture.idl',
253 'html/canvas/WebGLUniformLocation.idl', 258 'html/canvas/WebGLUniformLocation.idl',
254 'html/canvas/WebGLVertexArrayObjectOES.idl', 259 'html/canvas/WebGLVertexArrayObjectOES.idl',
255 'html/ime/Composition.idl', 260 'html/ime/Composition.idl',
256 'html/ime/InputMethodContext.idl', 261 'html/ime/InputMethodContext.idl',
257 'html/shadow/HTMLContentElement.idl', 262 'html/shadow/HTMLContentElement.idl',
258 'html/shadow/HTMLShadowElement.idl', 263 'html/shadow/HTMLShadowElement.idl',
259 'html/track/TextTrack.idl', 264 'html/track/TextTrack.idl',
260 'html/track/TextTrackCue.idl', 265 'html/track/TextTrackCue.idl',
261 'html/track/TextTrackCueList.idl', 266 'html/track/TextTrackCueList.idl',
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 'html/canvas/OESTextureFloatLinear.h', 2259 'html/canvas/OESTextureFloatLinear.h',
2255 'html/canvas/OESTextureHalfFloat.cpp', 2260 'html/canvas/OESTextureHalfFloat.cpp',
2256 'html/canvas/OESTextureHalfFloat.h', 2261 'html/canvas/OESTextureHalfFloat.h',
2257 'html/canvas/OESTextureHalfFloatLinear.cpp', 2262 'html/canvas/OESTextureHalfFloatLinear.cpp',
2258 'html/canvas/OESTextureHalfFloatLinear.h', 2263 'html/canvas/OESTextureHalfFloatLinear.h',
2259 'html/canvas/OESVertexArrayObject.cpp', 2264 'html/canvas/OESVertexArrayObject.cpp',
2260 'html/canvas/OESVertexArrayObject.h', 2265 'html/canvas/OESVertexArrayObject.h',
2261 'html/canvas/OESElementIndexUint.cpp', 2266 'html/canvas/OESElementIndexUint.cpp',
2262 'html/canvas/OESElementIndexUint.h', 2267 'html/canvas/OESElementIndexUint.h',
2263 'html/canvas/WebGLActiveInfo.h', 2268 'html/canvas/WebGLActiveInfo.h',
2269 'html/canvas/WebGLAcquireSharedResourceCallback.cpp',
2270 'html/canvas/WebGLAcquireSharedResourceCallback.h',
2264 'html/canvas/WebGLBuffer.cpp', 2271 'html/canvas/WebGLBuffer.cpp',
2265 'html/canvas/WebGLBuffer.h', 2272 'html/canvas/WebGLBuffer.h',
2266 'html/canvas/WebGLCompressedTextureATC.cpp', 2273 'html/canvas/WebGLCompressedTextureATC.cpp',
2267 'html/canvas/WebGLCompressedTextureATC.h', 2274 'html/canvas/WebGLCompressedTextureATC.h',
2268 'html/canvas/WebGLCompressedTexturePVRTC.cpp', 2275 'html/canvas/WebGLCompressedTexturePVRTC.cpp',
2269 'html/canvas/WebGLCompressedTexturePVRTC.h', 2276 'html/canvas/WebGLCompressedTexturePVRTC.h',
2270 'html/canvas/WebGLCompressedTextureS3TC.cpp', 2277 'html/canvas/WebGLCompressedTextureS3TC.cpp',
2271 'html/canvas/WebGLCompressedTextureS3TC.h', 2278 'html/canvas/WebGLCompressedTextureS3TC.h',
2272 'html/canvas/WebGLContextAttributes.cpp', 2279 'html/canvas/WebGLContextAttributes.cpp',
2273 'html/canvas/WebGLContextAttributes.h', 2280 'html/canvas/WebGLContextAttributes.h',
(...skipping 26 matching lines...) Expand all
2300 'html/canvas/WebGLRenderbuffer.cpp', 2307 'html/canvas/WebGLRenderbuffer.cpp',
2301 'html/canvas/WebGLRenderbuffer.h', 2308 'html/canvas/WebGLRenderbuffer.h',
2302 'html/canvas/WebGLRenderingContext.cpp', 2309 'html/canvas/WebGLRenderingContext.cpp',
2303 'html/canvas/WebGLRenderingContext.h', 2310 'html/canvas/WebGLRenderingContext.h',
2304 'html/canvas/WebGLShader.cpp', 2311 'html/canvas/WebGLShader.cpp',
2305 'html/canvas/WebGLShader.h', 2312 'html/canvas/WebGLShader.h',
2306 'html/canvas/WebGLShaderPrecisionFormat.cpp', 2313 'html/canvas/WebGLShaderPrecisionFormat.cpp',
2307 'html/canvas/WebGLShaderPrecisionFormat.h', 2314 'html/canvas/WebGLShaderPrecisionFormat.h',
2308 'html/canvas/WebGLSharedObject.cpp', 2315 'html/canvas/WebGLSharedObject.cpp',
2309 'html/canvas/WebGLSharedObject.h', 2316 'html/canvas/WebGLSharedObject.h',
2317 'html/canvas/WebGLSharedResources.cpp',
2318 'html/canvas/WebGLSharedResources.h',
2319 'html/canvas/WebGLShareGroup.cpp',
2320 'html/canvas/WebGLShareGroup.h',
2310 'html/canvas/WebGLTexture.cpp', 2321 'html/canvas/WebGLTexture.cpp',
2311 'html/canvas/WebGLTexture.h', 2322 'html/canvas/WebGLTexture.h',
2312 'html/canvas/WebGLUniformLocation.cpp', 2323 'html/canvas/WebGLUniformLocation.cpp',
2313 'html/canvas/WebGLUniformLocation.h', 2324 'html/canvas/WebGLUniformLocation.h',
2314 'html/canvas/WebGLVertexArrayObjectOES.cpp', 2325 'html/canvas/WebGLVertexArrayObjectOES.cpp',
2315 'html/canvas/WebGLVertexArrayObjectOES.h', 2326 'html/canvas/WebGLVertexArrayObjectOES.h',
2316 'html/parser/AtomicHTMLToken.h', 2327 'html/parser/AtomicHTMLToken.h',
2317 'html/parser/BackgroundHTMLParser.cpp', 2328 'html/parser/BackgroundHTMLParser.cpp',
2318 'html/parser/BackgroundHTMLParser.h', 2329 'html/parser/BackgroundHTMLParser.h',
2319 'html/parser/BackgroundHTMLInputStream.cpp', 2330 'html/parser/BackgroundHTMLInputStream.cpp',
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after
3689 'bison_exe': 'bison', 3700 'bison_exe': 'bison',
3690 # We specify a preprocess so it happens locally and won't get 3701 # We specify a preprocess so it happens locally and won't get
3691 # distributed to goma. 3702 # distributed to goma.
3692 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3703 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3693 # use /usr/bin/clang once we require Xcode 4.x. 3704 # use /usr/bin/clang once we require Xcode 4.x.
3694 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3705 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3695 }], 3706 }],
3696 ], 3707 ],
3697 } 3708 }
3698 } 3709 }
3710
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698