From 81d3f1c0a7d70188e344c141ff34eea1f9dc2b29 Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Mon, 17 Jun 2013 21:35:39 +0000 Subject: [PATCH] Pull ANGLE from new git repository. Switch references to ANGLE repository to use the new directory in third_party. BUG=247158 R=kbr@chromium.org Review URL: https://codereview.chromium.org/16123033 git-svn-id: http://src.chromium.org/svn/trunk/src/build@206804 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.gypi b/common.gypi index 29476b7e2..f403f3506 100644 --- a/common.gypi +++ b/common.gypi @@ -1713,7 +1713,7 @@ # The path to the ANGLE library. TODO(apatrick): This is to help # transition to a new version of ANGLE at a new location. After the # transition is complete, this can be removed. - 'angle_path': '<(DEPTH)/third_party/angle', + 'angle_path': '<(DEPTH)/third_party/angle_dx11', # List of default apps to install in new profiles. The first list contains # the source files as found in svn. The second list, used only for linux, @@ -1829,7 +1829,7 @@ 'defines': [ # Set this to use the new DX11 version of ANGLE. # TODO(apatrick): Remove this when the transition is complete. - #'ANGLE_DX11', + 'ANGLE_DX11', ], 'conditions': [ ['(OS=="mac" or OS=="ios") and asan==1', {