Commit 7d38b0ba by Yuly Novikov Committed by Commit Bot

Fix manual, disable automatic rolling of googletest and jsoncpp

parent f6fb6da8
...@@ -41,7 +41,18 @@ vars = { ...@@ -41,7 +41,18 @@ vars = {
# Current revision of googletest. # Current revision of googletest.
# Note: this dep cannot be auto-rolled b/c of nesting. # Note: this dep cannot be auto-rolled b/c of nesting.
'googletest_revision': 'f2fb48c3b3d79a75a88a99fba6576b25d42ec528', 'googletest_revision': '4fe018038f87675c083d0cfb6a6b57c274fb1753',
# Current revision of Chrome's third_party googletest directory. This
# repository is mirrored as a separate repository, with separate git hashes
# that don't match the external googletest repository or Chrome. Mirrored
# patches will have a different git hash associated with them.
# To roll, first get the new hash for chromium_googletest_revision from the
# mirror of third_party/googletest located here:
# https://chromium.googlesource.com/chromium/src/third_party/googletest/
# Then get the new hash for googletest_revision from the root Chrome DEPS
# file: https://source.chromium.org/chromium/chromium/src/+/master:DEPS
'chromium_googletest_revision': 'c20c5a3085ab4d90fdb403e3ac98e7991317dd27',
# Current revision of jsoncpp. # Current revision of jsoncpp.
# Note: this dep cannot be auto-rolled b/c of nesting. # Note: this dep cannot be auto-rolled b/c of nesting.
...@@ -56,7 +67,7 @@ vars = { ...@@ -56,7 +67,7 @@ vars = {
# https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/ # https://chromium.googlesource.com/chromium/src/third_party/jsoncpp/
# Then get the new hash for jsoncpp_revision from the root Chrome DEPS file: # Then get the new hash for jsoncpp_revision from the root Chrome DEPS file:
# https://source.chromium.org/chromium/chromium/src/+/master:DEPS # https://source.chromium.org/chromium/chromium/src/+/master:DEPS
'chromium_jsoncpp_revision': 'ec647b85b61f525a1a74e4da7477b0c5371c50f4', 'chromium_jsoncpp_revision': '30a6ac108e24dabac7c2e0df4d33d55032af4ee7',
# Current revision of patched-yasm. # Current revision of patched-yasm.
# Note: this dep cannot be auto-rolled b/c of nesting. # Note: this dep cannot be auto-rolled b/c of nesting.
...@@ -160,7 +171,7 @@ deps = { ...@@ -160,7 +171,7 @@ deps = {
}, },
'third_party/googletest': { 'third_party/googletest': {
'url': '{chromium_git}/chromium/src/third_party/googletest@e3c3f879eee34ec81b1e562d8fecd207716d8945', 'url': '{chromium_git}/chromium/src/third_party/googletest@{chromium_googletest_revision}',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
......
...@@ -34,9 +34,7 @@ ANGLE_CHROMIUM_DEPS = [ ...@@ -34,9 +34,7 @@ ANGLE_CHROMIUM_DEPS = [
'build', 'build',
'buildtools', 'buildtools',
'testing', 'testing',
'third_party/googletest',
'third_party/libjpeg_turbo', 'third_party/libjpeg_turbo',
'third_party/jsoncpp',
'third_party/nasm', 'third_party/nasm',
'third_party/Python-Markdown', 'third_party/Python-Markdown',
'third_party/qemu-linux-x64', 'third_party/qemu-linux-x64',
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "test_utils/angle_test_instantiate.h" #include "test_utils/angle_test_instantiate.h"
#include <algorithm>
#include <array> #include <array>
#include <iostream> #include <iostream>
#include <map> #include <map>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment