Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index af98c71377a9a30d241e585fde528105e7c43482..23a46a3f4221ae9e0c48d659edd4973dfadc44d5 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -34,8 +34,7 @@ vars = { |
| 'pdfium_git': 'https://pdfium.googlesource.com', |
| 'skia_git': 'https://skia.googlesource.com', |
| 'boringssl_git': 'https://boringssl.googlesource.com', |
| - # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
| - # to update other nacl_*_revision's. |
| + 'nacl_revision': '32f8c257d2868f43c40bf464cd739bd79d12def7', # from svn revision r13687 |
|
Derek Schuff
2014/09/04 19:33:34
maybe we should also add the 3 lines of comment pa
szager1
2014/09/04 20:52:43
yes, please do that.
Mark Seaborn
2014/09/04 21:34:43
OK, done.
|
| 'libvpx_revision': '982d14793a8e42d2fa5e6e5e34bede17b4ba67e3', # r291730 |
| 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 'skia_revision': 'a17aac8bd4c755c3a24befc7fd297969c0bb0861', |
| @@ -166,7 +165,7 @@ deps = { |
| Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'), |
| 'src/native_client': |
| - Var('chromium_git') + '/native_client/src/native_client.git' + '@' + '32f8c257d2868f43c40bf464cd739bd79d12def7', |
| + Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'), |
| 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': |
| Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' + '@' + '3e17365176c94624f46cace174f61834b7f3c35d', |