Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : apatrick@chromium.org
    Date : 2011-10-21 01:16:42
    Hash : 22eab922
    Message : Allowed translator_hlsl and glsl to be built as shared libs on windows. The problem was gyp was out-of-date (I rolled it to 1080) and ShaderLang.cpp exports were not being exported because it was in translator_common which is a static lib. I tested shared library and static library builds in debug and release and also the checked in ANGLE.sln build. See original attempt: http://codereview.appspot.com/5305052/. Review URL: http://codereview.appspot.com/5305053 git-svn-id: https://angleproject.googlecode.com/svn/trunk@801 736b8ea6-26fd-11df-bfd4-992fa37f6226

  • DEPS
  • deps = {
      "trunk/third_party/gyp":
          "http://gyp.googlecode.com/svn/trunk@1080",
    }
    
    hooks = [
      {
        # A change to a .gyp, .gypi, or to GYP itself should run the generator.
        "pattern": ".",
        "action": ["python", "trunk/build/gyp_angle"],
      },
    ]