Roll ANGLE

Change-Id: I7383e63a619772a0274a0e687eafd19a8f068bc7
Reviewed-on: https://skia-review.googlesource.com/18487
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
This commit is contained in:
Robert Phillips 2017-06-02 11:40:58 -04:00 committed by Skia Commit-Bot
parent 6867eee44d
commit 56f6e8355a
2 changed files with 2 additions and 1 deletions

2
DEPS
View File

@ -3,7 +3,7 @@ use_relative_paths = True
deps = { deps = {
"buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@e6b510a9daf822bbe9f922c200c58150803d2fd8", "buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@e6b510a9daf822bbe9f922c200c58150803d2fd8",
"common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92", "common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92",
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@57f17473791703ac82add77c3d77d13d8e2dfbc4", "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@9ab5b8224bc7e3197ae494fba40ef76a4d72a9c2",
"third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@96443b262250c390b0caefbf3eed8463ba35ecae", "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@96443b262250c390b0caefbf3eed8463ba35ecae",
"third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git@android-6.0.1_r55", "third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git@android-6.0.1_r55",
"third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@447a0b62634802d8acdb56008cff5ff4e50be244", "third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@447a0b62634802d8acdb56008cff5ff4e50be244",

View File

@ -41,6 +41,7 @@ config("common") {
"$root_gen_dir/angle2", "$root_gen_dir/angle2",
"$angle_root/include", "$angle_root/include",
"$angle_root/src", "$angle_root/src",
"$angle_root/src/third_party/mrucache",
"$angle_root/src/common/third_party/numerics", "$angle_root/src/common/third_party/numerics",
"$angle_root/src/third_party/khronos", "$angle_root/src/third_party/khronos",
] ]