| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index e6de5ff0465870a388ed471f4d2c99bcddf5b294..6a778af52d7b943eb145da2798cf71e342863421 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -406,6 +406,10 @@
|
| 'src/third_party/cros_system_api':
|
| Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'cc0eda812a8aaa665d4f26f5da74875284849bf6',
|
|
|
| + # Note that this is different from Android's freetype repo.
|
| + 'src/third_party/freetype2/src':
|
| + Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'),
|
| +
|
| 'src/third_party/freetype-android/src':
|
| Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var('freetype_android_revision'),
|
|
|
|
|