Changeset 149129 in webkit


Ignore:
Timestamp:
Apr 25, 2013 11:50:46 AM (11 years ago)
Author:
Gregg Tavares
Message:

Fix build files so WebGLDebugXXX extensions can be used if enabled.
https://bugs.webkit.org/show_bug.cgi?id=113976

Reviewed by Dean Jackson.

No new tests as no new functionality.

  • DerivedSources.make:
  • GNUmakefile.list.am:
  • WebCore.xcodeproj/project.pbxproj:
  • bindings/js/JSWebGLRenderingContextCustom.cpp:
Location:
trunk/Source/WebCore
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r149127 r149129  
     12013-04-25  Gregg Tavares  <gman@chromium.org>
     2
     3        Fix build files so WebGLDebugXXX extensions can be used if enabled.
     4        https://bugs.webkit.org/show_bug.cgi?id=113976
     5
     6        Reviewed by Dean Jackson.
     7
     8        No new tests as no new functionality.
     9
     10        * DerivedSources.make:
     11        * GNUmakefile.list.am:
     12        * WebCore.xcodeproj/project.pbxproj:
     13        * bindings/js/JSWebGLRenderingContextCustom.cpp:
     14
    1152013-04-25  Ryosuke Niwa  <rniwa@webkit.org>
    216
  • trunk/Source/WebCore/DerivedSources.make

    r148785 r149129  
    419419    $(WebCore)/html/canvas/WebGLContextAttributes.idl \
    420420    $(WebCore)/html/canvas/WebGLContextEvent.idl \
     421    $(WebCore)/html/canvas/WebGLDebugRendererInfo.idl \
     422    $(WebCore)/html/canvas/WebGLDebugShaders.idl \
    421423    $(WebCore)/html/canvas/WebGLDepthTexture.idl \
    422424    $(WebCore)/html/canvas/WebGLFramebuffer.idl \
  • trunk/Source/WebCore/GNUmakefile.list.am

    r149018 r149129  
    804804        DerivedSources/WebCore/JSWebGLContextEvent.cpp \
    805805        DerivedSources/WebCore/JSWebGLContextEvent.h \
     806        DerivedSources/WebCore/JSWebGLDebugRendererInfo.cpp \
     807        DerivedSources/WebCore/JSWebGLDebugRendererInfo.h \
     808        DerivedSources/WebCore/JSWebGLDebugShaders.cpp \
     809        DerivedSources/WebCore/JSWebGLDebugShaders.h \
    806810        DerivedSources/WebCore/JSWebGLDepthTexture.cpp \
    807811        DerivedSources/WebCore/JSWebGLDepthTexture.h \
     
    15821586        $(WebCore)/html/canvas/WebGLContextAttributes.idl \
    15831587        $(WebCore)/html/canvas/WebGLContextEvent.idl \
     1588        $(WebCore)/html/canvas/WebGLDebugRendererInfo.idl \
     1589        $(WebCore)/html/canvas/WebGLDebugShaders.idl \
    15841590        $(WebCore)/html/canvas/WebGLDepthTexture.idl \
    15851591        $(WebCore)/html/canvas/WebGLFramebuffer.idl \
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r149040 r149129  
    18341834                6E21C6C21126339900A7BE02 /* GraphicsContext3DCG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E21C6C11126339900A7BE02 /* GraphicsContext3DCG.cpp */; };
    18351835                6E3FAD3814733F4000E42306 /* JSWebGLCompressedTextureS3TC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E3FAD3614733F4000E42306 /* JSWebGLCompressedTextureS3TC.cpp */; };
     1836                6E3FAD3914733F4000E42306 /* JSWebGLCompressedTextureS3TC.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3FAD3714733F4000E42306 /* JSWebGLCompressedTextureS3TC.h */; };
     1837                6E3FAD3814733F4010E42307 /* JSWebGLDebugRendererInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E3FAD3614733F4010E42307 /* JSWebGLDebugRendererInfo.cpp */; };
     1838                6E3FAD3914733F4011E42307 /* JSWebGLDebugRendererInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3FAD3714733F4011E42307 /* JSWebGLDebugRendererInfo.h */; };
     1839                6E3FAD3814733F4020E42307 /* JSWebGLDebugShaders.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E3FAD3614733F4020E42307 /* JSWebGLDebugShaders.cpp */; };
     1840                6E3FAD3914733F4022E42307 /* JSWebGLDebugShaders.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3FAD3714733F4022E42307 /* JSWebGLDebugShaders.h */; };
    18361841                6E3FAD3814733F4000E42307 /* JSWebGLDepthTexture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E3FAD3614733F4000E42307 /* JSWebGLDepthTexture.cpp */; };
    1837                 6E3FAD3914733F4000E42306 /* JSWebGLCompressedTextureS3TC.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3FAD3714733F4000E42306 /* JSWebGLCompressedTextureS3TC.h */; };
    18381842                6E3FAD3914733F4000E42307 /* JSWebGLDepthTexture.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E3FAD3714733F4000E42307 /* JSWebGLDepthTexture.h */; };
    18391843                6E3FAE8E14733FDB00E42306 /* WebGLCompressedTextureS3TC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6E3FAE8C14733FDB00E42306 /* WebGLCompressedTextureS3TC.cpp */; };
     
    82558259                6E21C6C11126339900A7BE02 /* GraphicsContext3DCG.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GraphicsContext3DCG.cpp; sourceTree = "<group>"; };
    82568260                6E3FAD3614733F4000E42306 /* JSWebGLCompressedTextureS3TC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebGLCompressedTextureS3TC.cpp; sourceTree = "<group>"; };
     8261                6E3FAD3714733F4000E42306 /* JSWebGLCompressedTextureS3TC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebGLCompressedTextureS3TC.h; sourceTree = "<group>"; };
     8262                6E3FAD3614733F4010E42307 /* JSWebGLDebugRendererInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebGLDebugRendererInfo.cpp; sourceTree = "<group>"; };
     8263                6E3FAD3714733F4011E42307 /* JSWebGLDebugRendererInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebGLDebugRendererInfo.h; sourceTree = "<group>"; };
     8264                6E3FAD3614733F4020E42307 /* JSWebGLDebugShaders.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebGLDebugShaders.cpp; sourceTree = "<group>"; };
     8265                6E3FAD3714733F4022E42307 /* JSWebGLDebugShaders.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebGLDebugShaders.h; sourceTree = "<group>"; };
    82578266                6E3FAD3614733F4000E42307 /* JSWebGLDepthTexture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebGLDepthTexture.cpp; sourceTree = "<group>"; };
    8258                 6E3FAD3714733F4000E42306 /* JSWebGLCompressedTextureS3TC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebGLCompressedTextureS3TC.h; sourceTree = "<group>"; };
    82598267                6E3FAD3714733F4000E42307 /* JSWebGLDepthTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebGLDepthTexture.h; sourceTree = "<group>"; };
    82608268                6E3FAE8C14733FDB00E42306 /* WebGLCompressedTextureS3TC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WebGLCompressedTextureS3TC.cpp; path = canvas/WebGLCompressedTextureS3TC.cpp; sourceTree = "<group>"; };
     
    1696216970                                BC2CBF7A140F1D58003879BE /* JSWebGLContextEvent.cpp */,
    1696316971                                BC2CBF4B140F1A65003879BE /* JSWebGLContextEvent.h */,
     16972                                6E3FAD3614733F4010E42307 /* JSWebGLDebugRendererInfo.cpp */,
     16973                                6E3FAD3714733F4011E42307 /* JSWebGLDebugRendererInfo.h */,
     16974                                6E3FAD3614733F4020E42307 /* JSWebGLDebugShaders.cpp */,
     16975                                6E3FAD3714733F4022E42307 /* JSWebGLDebugShaders.h */,
    1696416976                                6E3FAD3614733F4000E42307 /* JSWebGLDepthTexture.cpp */,
    1696516977                                6E3FAD3714733F4000E42307 /* JSWebGLDepthTexture.h */,
     
    2278622798                                6EE8A77310F803F3005A4A24 /* JSWebGLContextAttributes.h in Headers */,
    2278722799                                BC2CBF4E140F1ABD003879BE /* JSWebGLContextEvent.h in Headers */,
     22800                                6E3FAD3914733F4011E42307 /* JSWebGLDebugRendererInfo.h in Headers */,
     22801                                6E3FAD3914733F4022E42307 /* JSWebGLDebugShaders.h in Headers */,
    2278822802                                6E3FAD3914733F4000E42307 /* JSWebGLDepthTexture.h in Headers */,
    2278922803                                49C7B9981042D2D30009D447 /* JSWebGLFramebuffer.h in Headers */,
     
    2597725991                                6EE8A77210F803F3005A4A24 /* JSWebGLContextAttributes.cpp in Sources */,
    2597825992                                BC2CBF7B140F1D58003879BE /* JSWebGLContextEvent.cpp in Sources */,
     25993                                6E3FAD3814733F4010E42307 /* JSWebGLDebugRendererInfo.cpp in Sources */,
     25994                                6E3FAD3814733F4020E42307 /* JSWebGLDebugShaders.cpp in Sources */,
    2597925995                                6E3FAD3814733F4000E42307 /* JSWebGLDepthTexture.cpp in Sources */,
    2598025996                                49C7B9971042D2D30009D447 /* JSWebGLFramebuffer.cpp in Sources */,
  • trunk/Source/WebCore/bindings/js/JSWebGLRenderingContextCustom.cpp

    r146820 r149129  
    5353#include "JSWebGLCompressedTexturePVRTC.h"
    5454#include "JSWebGLCompressedTextureS3TC.h"
     55#include "JSWebGLDebugRendererInfo.h"
     56#include "JSWebGLDebugShaders.h"
    5557#include "JSWebGLDepthTexture.h"
    5658#include "JSWebGLFramebuffer.h"
Note: See TracChangeset for help on using the changeset viewer.