Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : alokp@chromium.org
    Date : 2010-04-06 15:42:22
    Hash : 29d56fbb
    Message : Added GYP build files. GYP files are needed for integration with chromium and cross-platform build for glsl translator. It would really be nice if we did not have to maintain two build systems. For now I have only moved the GLSL translator to gyp build system. Please note that the gyp files awkwardly have build_ prefix so they do not conflict with the manually-maintained sln files. Review URL: http://codereview.appspot.com/885043 git-svn-id: https://angleproject.googlecode.com/svn/trunk@98 736b8ea6-26fd-11df-bfd4-992fa37f6226

  • DEPS
  • deps = {
      "trunk/third_party/gyp":
          "http://gyp.googlecode.com/svn/trunk@800",
    }
    
    deps_os = {
      "win": {
        # Cygwin is required for gyp actions, flex, and bison.
        "trunk/third_party/cygwin":
          "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984",
      }
    }
    
    hooks = [
      {
        # A change to a .gyp, .gypi, or to GYP itself should run the generator.
        "pattern": ".",
        "action": ["python", "trunk/build/gyp_angle"],
      },
    ]