diff options
author | Lei Zhang <thestig@chromium.org> | 2018-03-22 05:19:14 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-03-22 05:19:14 +0000 |
commit | c5514276094022c62373a8a908f72754366d15e8 (patch) | |
tree | 933bb996873663c41af2bc6e6a506b6e12c93c54 /DEPS | |
parent | 0ad1b2e3e8e0f3bb22c5b96a9cfc9a3d011a56df (diff) | |
download | pdfium-c5514276094022c62373a8a908f72754366d15e8.tar.xz |
Update gtest and gmock to 1.8.x.
This applies parts of https://crrev.com/469551 and
https://crrev.com/471303 to PDFium.
Change-Id: Ifbb8e4c300bd276fe3c6fe60d19ebb1618be8936
Reviewed-on: https://pdfium-review.googlesource.com/28791
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -22,8 +22,7 @@ vars = { 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', 'depot_tools_revision': '2e8d8348b8574f06c26dbf3ef959b5df11ba5148', 'freetype_revision': '713d68ee9f47cc8df56e47fa2f54b191bb8c3186', - 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', - 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', + 'gtest_revision': 'a325ad2db5deb623eab740527e559b81c0f39d65', 'icu_revision': 'e3b480d3be4446ea17011c0cdc9c4cd380a5c58f', 'instrumented_lib_revision': '323cf32193caecbf074d1a0cb5b02b905f163e0f', 'jinja2_revision': 'd34383206fa42d52faa10bb9931d6d538f3a57e0', @@ -53,12 +52,6 @@ deps = { "testing/corpus": Var('pdfium_git') + "/pdfium_tests@" + Var('pdfium_tests_revision'), - "testing/gmock": - Var('chromium_git') + "/external/googlemock.git@" + Var('gmock_revision'), - - "testing/gtest": - Var('chromium_git') + "/external/googletest.git@" + Var('gtest_revision'), - "third_party/binutils": Var('chromium_git') + "/chromium/src/third_party/binutils.git@" + Var('binutils_revision'), @@ -71,6 +64,10 @@ deps = { Var('chromium_git') + '/chromium/src/third_party/freetype2.git@' + Var('freetype_revision'), + "third_party/googletest/src": + Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + + Var('gtest_revision'), + "third_party/icu": Var('chromium_git') + "/chromium/deps/icu.git@" + Var('icu_revision'), |