| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 99b336a99c9a2216ffd26a15419377a5c4104533..008bcc4cc6c2f21961c153864a094777ba72acab 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1913,11 +1913,8 @@
|
| }],
|
| ],
|
|
|
| -
|
| - # 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_dx11',
|
| + # The path to the ANGLE library.
|
| + 'angle_path': '<(DEPTH)/third_party/angle',
|
|
|
| # 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,
|
|
|