Reviewers: jochen,

Description:
Version 4.5.83.1 (cherry-pick)

Merged 9295dd0d94612ee6707b998dd3f4d1a1d0b32a9b

Fix gn build deps.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/1212333003/

Base URL: https://chromium.googlesource.com/v8/[email protected]

Affected files (+9, -9 lines):
  M BUILD.gn
  M include/v8-version.h


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ef8e514cde6b2c4391ea7fdf9b78f1aa6f8feea2..47f6772fcccdfbc918dc856bb2a55d1cca400491 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -536,14 +536,14 @@ source_set("v8_base") {
   visibility = [ ":*" ]  # Only targets in this file can depend on this.

   sources = [
-    "../../include/v8-debug.h",
-    "../../include/v8-platform.h",
-    "../../include/v8-profiler.h",
-    "../../include/v8-testing.h",
-    "../../include/v8-util.h",
-    "../../include/v8-version.h",
-    "../../include/v8.h",
-    "../../include/v8config.h",
+    "include/v8-debug.h",
+    "include/v8-platform.h",
+    "include/v8-profiler.h",
+    "include/v8-testing.h",
+    "include/v8-util.h",
+    "include/v8-version.h",
+    "include/v8.h",
+    "include/v8config.h",
     "src/accessors.cc",
     "src/accessors.h",
     "src/allocation.cc",
Index: include/v8-version.h
diff --git a/include/v8-version.h b/include/v8-version.h
index 4bb6ecc7f05299076b2d9fbac0ef390ce40e81f0..436f2da26a8e7567fc56924c7c4b9f67d9ce5935 100644
--- a/include/v8-version.h
+++ b/include/v8-version.h
@@ -11,7 +11,7 @@
 #define V8_MAJOR_VERSION 4
 #define V8_MINOR_VERSION 5
 #define V8_BUILD_NUMBER 83
-#define V8_PATCH_LEVEL 0
+#define V8_PATCH_LEVEL 1

 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)


--
--
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.

Reply via email to