Pull ANGLE from new git repository.

Switch references to ANGLE repository to use the new directory in third_party.

TBR=kbr@chromium.org, piman@chromium.org

(for ui/compositor)

Review URL: https://codereview.chromium.org/16869007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207109 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
apatrick@chromium.org 2013-06-18 23:29:46 +00:00
Родитель 07aa4d053f
Коммит 534a95ee6e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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', {