Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: BUILD.gn

Issue 2804643006: Expose the ValueSerializer data format version as a compile-time constant. (Closed)
Patch Set: . Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6fbd405e05b8c815cf470a1d9458ff5f3e0eed7e..89507b90a7210a377a6505c13a78ca8a99218e90 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1029,6 +1029,7 @@ v8_header_set("v8_version") {
configs = [ ":internal_config" ]
sources = [
+ "include/v8-value-serializer-version.h",
"include/v8-version-string.h",
"include/v8-version.h",
]
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698