Edit

kc3-lang/angle/DEPS

Branch :

  • Show log

    Commit

  • Author : Jamie Madill
    Date : 2015-06-12 11:40:33
    Hash : e9e4c7f7
    Message : Roll dEQP 9b4161..554adf1. Includes some tests for EXT_debug_marker https://android.googlesource.com/platform/external/deqp/+log/9b4161..554adf1 BUG=None Change-Id: I911fcb5577caefaa1fe3479445146a2b3f819124 Reviewed-on: https://chromium-review.googlesource.com/277140 Reviewed-by: Austin Kinross <aukinros@microsoft.com> Reviewed-by: Kenneth Russell <kbr@chromium.org> Tested-by: Jamie Madill <jmadill@chromium.org>

  • DEPS
  • deps = {
      "third_party/gyp":
          "http://chromium.googlesource.com/external/gyp@b4781fc38236b0fb1238969c918a75a200cfffdb",
    
      # TODO(kbr): figure out how to better stay in sync with Chromium's
      # versions of googletest and googlemock.
      "src/tests/third_party/googletest":
          "http://chromium.googlesource.com/external/googletest.git@23574bf2333f834ff665f894c97bef8a5b33a0a9",
    
      "src/tests/third_party/googlemock":
          "http://chromium.googlesource.com/external/googlemock.git@b2cb211e49d872101d991201362d7b97d7d69910",
    
      "src/tests/third_party/deqp":
          "https://android.googlesource.com/platform/external/deqp@554adf152573fb579d0cbc68d3c1395e5ee94391",
    
      "src/tests/third_party/libpng":
          "https://android.googlesource.com/platform/external/libpng@094e181e79a3d6c23fd005679025058b7df1ad6c",
    
      "src/tests/third_party/zlib":
          "https://chromium.googlesource.com/chromium/src/third_party/zlib@afd8c4593c010c045902f6c0501718f1823064a3",
    }
    
    hooks = [
      {
        # A change to a .gyp, .gypi, or to GYP itself should run the generator.
        "pattern": ".",
        "action": ["python", "build/gyp_angle"],
      },
    ]