Reviewers: mvstanton,
Description:
Version 3.27.17.1 (merged r21597)
Update gn config after r21578
[email protected]
BUG=
Please review this at https://codereview.chromium.org/310483006/
SVN Base: https://v8.googlecode.com/svn/trunk
Affected files (+3, -1 lines):
M BUILD.gn
M src/version.cc
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index
4139dfad8008c1c41d99285e325cbd350cdc4a39..8fd3c3a081b655b423e57a7769f3c460f3e28035
100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -462,6 +462,8 @@ source_set("v8_base") {
"src/hydrogen-sce.h",
"src/hydrogen-store-elimination.cc",
"src/hydrogen-store-elimination.h",
+ "src/hydrogen-types.cc",
+ "src/hydrogen-types.h",
"src/hydrogen-uint32-analysis.cc",
"src/hydrogen-uint32-analysis.h",
"src/i18n.cc",
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
6cbe4e3e56488e6af390b8fee36def10d8d23711..edd49bdf77340a53bdabb650356ec28e3195f41a
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 27
#define BUILD_NUMBER 17
-#define PATCH_LEVEL 0
+#define PATCH_LEVEL 1
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
--
--
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.