summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-20 10:47:47 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-20 10:47:47 -0700
commit6b2c4d7d709dbfca0a59ce6310c0941669d0f53e (patch)
treeba560415daeea4db07efce54a751320608bfc457 /DEPS
parent685bb88433b7520946e30a1e520d37bfc2288151 (diff)
downloadpdfium-6b2c4d7d709dbfca0a59ce6310c0941669d0f53e.tar.xz
Upgrade build and clang.
The issue with //testing/multiprocess_func_list has been fixed in upstream //build. This Cl upgrades //build to ToT. In order to do so clang must also be updated. The Wno-undefined-var-template is only passed if the pinned clang revision isn't 266460, which is the currently pinned clang revision in chromium. This is there so that the bot that builds with trunk clang gets this flag, but pinned clang doesn't. We accidentally pickup the flag since our pinned clang is different from the Chrome version. So, we must always roll //build and clang together when changing deps or bad things may happen as there is an implicit dependency due to compile flags. BUG=pdfium:106 Review URL: https://codereview.chromium.org/1911483002
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 1e6ec803b0..c6a15d981d 100644
--- a/DEPS
+++ b/DEPS
@@ -4,9 +4,9 @@ vars = {
'chromium_git': 'https://chromium.googlesource.com',
'pdfium_git': 'https://pdfium.googlesource.com',
- 'build_revision': '4d35c0d78ccf35b1597b9dd4adad52203916a01f',
+ 'build_revision': '2f91397926336dd46ea49ffef702197b9cc2215a',
'buildtools_revision': '5378d73123b64907773cc5c1bb027b2f765ff00a',
- 'clang_revision': '9dc1904d214a77f081362c1b848b5f28d2192748',
+ 'clang_revision': '2956eca572ff0e1b181df65f71a045f061a2eb34',
'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271',
'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038',