diff options
author | thestig <thestig@chromium.org> | 2016-09-28 17:39:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-28 17:39:26 -0700 |
commit | 3873f302948e37aad7066c8231575f486015cc34 (patch) | |
tree | 66fe4083f766c8171ac0131c59b6d575c33ddbb8 | |
parent | d4c34f208aa3b76c5941395823c6dcf6bb7e2f34 (diff) | |
download | pdfium-3873f302948e37aad7066c8231575f486015cc34.tar.xz |
Roll DEPS for buildtools to 5fd66957f0.
Review-Url: https://codereview.chromium.org/2373243003
-rw-r--r-- | DEPS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -6,7 +6,7 @@ vars = { 'android_ndk_revision': '5022f40f12953c02b2614c5f7beb981ec5d0e833', 'build_revision': 'b73bafdd0ff0efc8835de6e646b47eec0a2a38a4', - 'buildtools_revision': 'adb8bf4e8fc92aa1717bf151b862d58e6f27c4f2', + 'buildtools_revision': '5fd66957f08bb752dca714a591c84587c9d70762', 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51', 'clang_revision': '797371be0a75c9892d6acb486d0430915ea538a6', 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', @@ -79,6 +79,11 @@ deps_os = { }, } +recursedeps = [ + # buildtools provides clang_format, libc++, and libc++abi + 'buildtools', +] + include_rules = [ # Basic stuff that everyone can use. # Note: public is not here because core cannot depend on public. |