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

Unified Diff: BUILD.gn

Issue 1322773002: Add asm.js typer / validator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix 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/typing-asm.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 6d07d77000288590145384e9e90bce0a843fdfff..2b8f46a967637705de29c5ea2f5e24ef2c6c9a67 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1213,6 +1213,8 @@ source_set("v8_base") {
"src/types-inl.h",
"src/types.cc",
"src/types.h",
+ "src/typing-asm.cc",
+ "src/typing-asm.h",
"src/typing-reset.cc",
"src/typing-reset.h",
"src/typing.cc",
« no previous file with comments | « no previous file | src/typing-asm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698