Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : Jamie Madill
    Date : 2013-12-04 15:56:32
    Hash : 39173f13
    Message : Roll gyp and regenerate public projects to have the cleaned paths. With gyp r1804 we can support having nice project folders without nested subfolders. We must disable the parallel build for gyp as it is currently broken in our project, and turned on by default. Change-Id: Ie147ce423115009e254447d51cc30da0cfb2704f Reviewed-on: https://chromium-review.googlesource.com/178782 Reviewed-by: Shannon Woods <shannonwoods@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Tested-by: Jamie Madill <jmadill@chromium.org>

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