| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 5bf01f6dacdc2642f4e42ddb9b4f519e6187754c..42081b8052e5b6863e9890414bbf4e2d23dd5d5d 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -29,6 +29,7 @@
|
|
|
| vars = {
|
| 'chromium_git': 'https://chromium.googlesource.com',
|
| + 'github_git': 'https://github.com',
|
| 'swiftshader_git': 'https://swiftshader.googlesource.com',
|
| 'pdfium_git': 'https://pdfium.googlesource.com',
|
| 'boringssl_git': 'https://boringssl.googlesource.com',
|
| @@ -173,7 +174,7 @@ deps = {
|
| Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Var('sfntly_revision'),
|
|
|
| 'src/third_party/skia':
|
| - Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'),
|
| + Var('github_git') + '/vmiura/skia.git' + '@' + Var('skia_revision'),
|
|
|
| 'src/tools/page_cycler/acid3':
|
| Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5abc1b2f405a945f6d871521',
|
|
|