From c5514276094022c62373a8a908f72754366d15e8 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 22 Mar 2018 05:19:14 +0000 Subject: 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 Reviewed-by: dsinclair --- DEPS | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index f567fc2c6c..07167c97e9 100644 --- a/DEPS +++ b/DEPS @@ -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'), -- cgit v1.2.3