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

Unified Diff: BUILD.gn

Issue 1288773007: Adding visitors to regurgitate expression types or reset them. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 | src/ast-expression-visitor.h » ('j') | src/ast-expression-visitor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fae41a7361336fcc27883cfd0e9a65ddeb0c9b92..f3242f2caa60d2158395397397ec377509451758 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -606,6 +606,8 @@ source_set("v8_base") {
"src/assembler.h",
"src/assert-scope.h",
"src/assert-scope.cc",
+ "src/ast-expression-visitor.cc",
+ "src/ast-expression-visitor.h",
"src/ast-literal-reindexer.cc",
"src/ast-literal-reindexer.h",
"src/ast-numbering.cc",
@@ -1173,6 +1175,8 @@ source_set("v8_base") {
"src/types-inl.h",
"src/types.cc",
"src/types.h",
+ "src/typing-reset.cc",
+ "src/typing-reset.h",
"src/typing.cc",
"src/typing.h",
"src/unbound-queue-inl.h",
« no previous file with comments | « no previous file | src/ast-expression-visitor.h » ('j') | src/ast-expression-visitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698