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

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

Issue 24096029: Moved the majority of WebGL functionality into WebGLRenderingContextBase (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'html/canvas/WebGLCompressedTexturePVRTC.idl', 214 'html/canvas/WebGLCompressedTexturePVRTC.idl',
215 'html/canvas/WebGLCompressedTextureS3TC.idl', 215 'html/canvas/WebGLCompressedTextureS3TC.idl',
216 'html/canvas/WebGLContextAttributes.idl', 216 'html/canvas/WebGLContextAttributes.idl',
217 'html/canvas/WebGLContextEvent.idl', 217 'html/canvas/WebGLContextEvent.idl',
218 'html/canvas/WebGLDebugRendererInfo.idl', 218 'html/canvas/WebGLDebugRendererInfo.idl',
219 'html/canvas/WebGLDebugShaders.idl', 219 'html/canvas/WebGLDebugShaders.idl',
220 'html/canvas/WebGLDepthTexture.idl', 220 'html/canvas/WebGLDepthTexture.idl',
221 'html/canvas/WebGLDrawBuffers.idl', 221 'html/canvas/WebGLDrawBuffers.idl',
222 'html/canvas/WebGLLoseContext.idl', 222 'html/canvas/WebGLLoseContext.idl',
223 'html/canvas/WebGLRenderingContext.idl', 223 'html/canvas/WebGLRenderingContext.idl',
224 'html/canvas/WebGLRenderingContextBase.idl',
224 'html/canvas/WebGLShaderPrecisionFormat.idl', 225 'html/canvas/WebGLShaderPrecisionFormat.idl',
225 'html/ime/Composition.idl', 226 'html/ime/Composition.idl',
226 'html/ime/InputMethodContext.idl', 227 'html/ime/InputMethodContext.idl',
227 'html/shadow/HTMLContentElement.idl', 228 'html/shadow/HTMLContentElement.idl',
228 'html/shadow/HTMLShadowElement.idl', 229 'html/shadow/HTMLShadowElement.idl',
229 'html/track/TextTrack.idl', 230 'html/track/TextTrack.idl',
230 'html/track/TextTrackCue.idl', 231 'html/track/TextTrackCue.idl',
231 'html/track/TextTrackCueList.idl', 232 'html/track/TextTrackCueList.idl',
232 'html/track/TextTrackList.idl', 233 'html/track/TextTrackList.idl',
233 'html/track/TrackEvent.idl', 234 'html/track/TrackEvent.idl',
(...skipping 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after
2427 'html/canvas/WebGLLoseContext.cpp', 2428 'html/canvas/WebGLLoseContext.cpp',
2428 'html/canvas/WebGLLoseContext.h', 2429 'html/canvas/WebGLLoseContext.h',
2429 'html/canvas/WebGLObject.cpp', 2430 'html/canvas/WebGLObject.cpp',
2430 'html/canvas/WebGLObject.h', 2431 'html/canvas/WebGLObject.h',
2431 'html/canvas/WebGLProgram.cpp', 2432 'html/canvas/WebGLProgram.cpp',
2432 'html/canvas/WebGLProgram.h', 2433 'html/canvas/WebGLProgram.h',
2433 'html/canvas/WebGLRenderbuffer.cpp', 2434 'html/canvas/WebGLRenderbuffer.cpp',
2434 'html/canvas/WebGLRenderbuffer.h', 2435 'html/canvas/WebGLRenderbuffer.h',
2435 'html/canvas/WebGLRenderingContext.cpp', 2436 'html/canvas/WebGLRenderingContext.cpp',
2436 'html/canvas/WebGLRenderingContext.h', 2437 'html/canvas/WebGLRenderingContext.h',
2438 'html/canvas/WebGLRenderingContextBase.cpp',
2439 'html/canvas/WebGLRenderingContextBase.h',
2437 'html/canvas/WebGLShader.cpp', 2440 'html/canvas/WebGLShader.cpp',
2438 'html/canvas/WebGLShader.h', 2441 'html/canvas/WebGLShader.h',
2439 'html/canvas/WebGLShaderPrecisionFormat.cpp', 2442 'html/canvas/WebGLShaderPrecisionFormat.cpp',
2440 'html/canvas/WebGLShaderPrecisionFormat.h', 2443 'html/canvas/WebGLShaderPrecisionFormat.h',
2441 'html/canvas/WebGLSharedObject.cpp', 2444 'html/canvas/WebGLSharedObject.cpp',
2442 'html/canvas/WebGLSharedObject.h', 2445 'html/canvas/WebGLSharedObject.h',
2443 'html/canvas/WebGLTexture.cpp', 2446 'html/canvas/WebGLTexture.cpp',
2444 'html/canvas/WebGLTexture.h', 2447 'html/canvas/WebGLTexture.h',
2445 'html/canvas/WebGLUniformLocation.cpp', 2448 'html/canvas/WebGLUniformLocation.cpp',
2446 'html/canvas/WebGLUniformLocation.h', 2449 'html/canvas/WebGLUniformLocation.h',
(...skipping 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
3887 'bison_exe': 'bison', 3890 'bison_exe': 'bison',
3888 # We specify a preprocess so it happens locally and won't get 3891 # We specify a preprocess so it happens locally and won't get
3889 # distributed to goma. 3892 # distributed to goma.
3890 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3893 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3891 # use /usr/bin/clang once we require Xcode 4.x. 3894 # use /usr/bin/clang once we require Xcode 4.x.
3892 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3895 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3893 }], 3896 }],
3894 ], 3897 ],
3895 } 3898 }
3896 } 3899 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698