summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorgeofflang@chromium.org <geofflang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 11:49:09 +0000
committergeofflang@chromium.org <geofflang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 11:49:09 +0000
commit6a502250caba7c3aa9e572b1ca6ba1811e58f6cf (patch)
tree8394d46caffc1a8d684a73f13856dd9a382a7558 /webkit
parentc76e04d67b7797ee58d2c24d4a531cea1fa3598f (diff)
downloadchromium_src-6a502250caba7c3aa9e572b1ca6ba1811e58f6cf.zip
chromium_src-6a502250caba7c3aa9e572b1ca6ba1811e58f6cf.tar.gz
chromium_src-6a502250caba7c3aa9e572b1ca6ba1811e58f6cf.tar.bz2
Update dependencies to use new angle repository.
BUG=319527 Review URL: https://codereview.chromium.org/106623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/DEPS2
-rw-r--r--webkit/common/gpu/webkit_gpu.gyp2
2 files changed, 2 insertions, 2 deletions
diff --git a/webkit/DEPS b/webkit/DEPS
index 18ff276..4efa992 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -11,7 +11,7 @@ include_rules = [
"+cc",
"+grit", # For generated headers
"+skia",
- "+third_party/angle_dx11",
+ "+third_party/angle",
"+third_party/hyphen",
"+third_party/leveldatabase",
"+third_party/skia",
diff --git a/webkit/common/gpu/webkit_gpu.gyp b/webkit/common/gpu/webkit_gpu.gyp
index 5853ca1..a28e4e8 100644
--- a/webkit/common/gpu/webkit_gpu.gyp
+++ b/webkit/common/gpu/webkit_gpu.gyp
@@ -24,7 +24,7 @@
'<(DEPTH)/gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal',
- '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
+ '<(angle_path)/src/build_angle.gyp:translator',
'<(DEPTH)/ui/gl/gl.gyp:gl',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
],