Revision: 22984
Author: [email protected]
Date: Fri Aug 8 05:45:04 2014 UTC
Log: Synchronize GTest/GMock dependencies with Chromium.
Dependencies were updated in Chromium, see
https://codereview.chromium.org/425333002/ for details.
[email protected]
Review URL: https://codereview.chromium.org/451993002
http://code.google.com/p/v8/source/detail?r=22984
Modified:
/branches/bleeding_edge/.DEPS.git
/branches/bleeding_edge/DEPS
/branches/bleeding_edge/Makefile
=======================================
--- /branches/bleeding_edge/.DEPS.git Mon Aug 4 09:11:02 2014 UTC
+++ /branches/bleeding_edge/.DEPS.git Fri Aug 8 05:45:04 2014 UTC
@@ -16,9 +16,9 @@
'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 @@
include_rules = [
'+include',
- '+unicode'
+ '+unicode',
+ '+third_party/fdlibm'
]
skip_child_includes = [
=======================================
--- /branches/bleeding_edge/DEPS Wed Aug 6 11:39:39 2014 UTC
+++ /branches/bleeding_edge/DEPS Fri Aug 8 05:45:04 2014 UTC
@@ -21,10 +21,10 @@
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 = {
=======================================
--- /branches/bleeding_edge/Makefile Mon Aug 4 09:11:02 2014 UTC
+++ /branches/bleeding_edge/Makefile Fri Aug 8 05:45:04 2014 UTC
@@ -484,9 +484,9 @@
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.