Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : alokp@chromium.org
    Date : 2010-11-17 21:39:54
    Hash : 3a053f26
    Message : Removed actions for generating parser-lexer now that they have been checked in. Also removed hooks to pull cygwin - it was only required for flex and bison that are not required anymore. If a developer needs to modify grammar files, he is expected to install cygwin. Review URL: http://codereview.appspot.com/3177042 git-svn-id: https://angleproject.googlecode.com/svn/trunk@485 736b8ea6-26fd-11df-bfd4-992fa37f6226

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