aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--DEPS2
-rw-r--r--third_party/angle2/BUILD.gn3
2 files changed, 2 insertions, 3 deletions
diff --git a/DEPS b/DEPS
index 79c723c415..c16da670a5 100644
--- a/DEPS
+++ b/DEPS
@@ -3,7 +3,7 @@ use_relative_paths = True
deps = {
"buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@e6b510a9daf822bbe9f922c200c58150803d2fd8",
"common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92",
- "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@5978e28d3adc30d09c5cbdf51aa1e4b8dbfff6b1",
+ "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@0492d4479799f296c4b1db4cb4ea465bacc8cec0",
"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/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@447a0b62634802d8acdb56008cff5ff4e50be244",
diff --git a/third_party/angle2/BUILD.gn b/third_party/angle2/BUILD.gn
index 547d7af29c..8f7e1b67bf 100644
--- a/third_party/angle2/BUILD.gn
+++ b/third_party/angle2/BUILD.gn
@@ -41,8 +41,7 @@ config("common") {
"$root_gen_dir/angle2",
"$angle_root/include",
"$angle_root/src",
- "$angle_root/src/third_party/mrucache",
- "$angle_root/src/common/third_party/numerics",
+ "$angle_root/src/common/third_party/base",
"$angle_root/src/third_party/khronos",
]