Reviewers: Sven Panne,
Message:
PTAL
Description:
Synchronize GTest/GMock dependencies with Chromium.
Dependencies were updated in Chromium, see
https://codereview.chromium.org/425333002/ for details.
Please review this at https://codereview.chromium.org/451993002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+8, -7 lines):
M .DEPS.git
M DEPS
M Makefile
Index: .DEPS.git
diff --git a/.DEPS.git b/.DEPS.git
index
a278061085b9215848472c0b9f51587d188ae3f9..7775744953a334041e043e866934b9b8ba8365f6
100644
--- a/.DEPS.git
+++ b/.DEPS.git
@@ -16,9 +16,9 @@ deps = {
'v8/buildtools':
Var('git_url')
+ '/chromium/buildtools.git@fb782d4369d5ae04f17a2fceef7de5a63e50f07b',
'v8/testing/gmock':
- Var('git_url')
+ '/external/googlemock.git@6b1759c3816d574bddde3e1725c51a811c8870e7',
+ Var('git_url')
+ '/external/googlemock.git@896ba0e03f520fb9b6ed582bde2bd00847e3c3f2',
'v8/testing/gtest':
- Var('git_url')
+ '/external/googletest.git@74de57c951aedebc5dfe26a27604353432392b98',
+ Var('git_url')
+ '/external/googletest.git@4650552ff637bb44ecf7784060091cbed3252211',
'v8/third_party/icu':
Var('git_url')
+ '/chromium/deps/icu52.git@26d8859357ac0bfb86b939bf21c087b8eae22494',
}
@@ -35,7 +35,8 @@ deps_os = {
include_rules = [
'+include',
- '+unicode'
+ '+unicode',
+ '+third_party/fdlibm'
]
skip_child_includes = [
Index: DEPS
diff --git a/DEPS b/DEPS
index
d45080f0f74ed9b24d8a945f9de80792676393c1..9459204f2cb6054d9114dba86c9463bbc610a6ed
100644
--- a/DEPS
+++ b/DEPS
@@ -21,10 +21,10 @@ deps = {
Var("buildtools_revision"),
"v8/testing/gtest":
- "http://googletest.googlecode.com/svn/trunk@643",
+ "http://googletest.googlecode.com/svn/trunk@692",
"v8/testing/gmock":
- "http://googlemock.googlecode.com/svn/trunk@410",
+ "http://googlemock.googlecode.com/svn/trunk@485",
}
deps_os = {
Index: Makefile
diff --git a/Makefile b/Makefile
index
f72f61bd6603cdcc972040aad7fe700076972a3b..96d7a7ae4d3208f30d47b9e6278515227dc6b6ed
100644
--- a/Makefile
+++ b/Makefile
@@ -484,9 +484,9 @@ builddeps:
third_party/icu --revision 277999 ; \
fi
svn checkout --force http://googletest.googlecode.com/svn/trunk \
- testing/gtest --revision 643
+ testing/gtest --revision 692
svn checkout --force http://googlemock.googlecode.com/svn/trunk \
- testing/gmock --revision 410
+ testing/gmock --revision 485
dependencies: builddeps
# The spec is a copy of the hooks in v8's DEPS file.
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.