diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 22:53:01 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 22:53:01 +0000 |
commit | c91dc7211289405fe6ca2593fcd209cf9179d46c (patch) | |
tree | 73a96c65189447187684d09ef16bcad4026ee019 /build/all.gyp | |
parent | dd946bb05f5ec8c5c70f2c7ce6a5ffb8fe6cd4ad (diff) | |
download | chromium_src-c91dc7211289405fe6ca2593fcd209cf9179d46c.zip chromium_src-c91dc7211289405fe6ca2593fcd209cf9179d46c.tar.gz chromium_src-c91dc7211289405fe6ca2593fcd209cf9179d46c.tar.bz2 |
Make it possible to switch between two different versions of ANGLE.
One is the existing one and the default with this patch: third_party/angle.
The other is third_party/angle_dx11, which will pulled in via DEPS in another patch.
BUG=247158
TBR=xhwang@chromium.org
Review URL: https://codereview.chromium.org/16737007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205962 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 5e31b7b..6f17763 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -146,7 +146,7 @@ '../courgette/courgette.gyp:*', '../rlz/rlz.gyp:*', '../sandbox/sandbox.gyp:*', - '../third_party/angle/src/build_angle.gyp:*', + '<(angle_path)/src/build_angle.gyp:*', '../third_party/bsdiff/bsdiff.gyp:*', '../third_party/bspatch/bspatch.gyp:*', '../third_party/gles2_book/gles2_book.gyp:*', |