| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index b1f041d4de40dace90dc0be646831a81fa6be443..f0da96f925428d494aaf83521424470fb20fafb5 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1901,11 +1901,10 @@
|
| }],
|
| ],
|
|
|
| -
|
| - # The path to the ANGLE library. TODO(apatrick): This is to help
|
| + # The path to the ANGLE library. TODO(geofflang): 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',
|
| + '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,
|
|
|