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

Unified Diff: BUILD.gn

Issue 1322773002: Add asm.js typer / validator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixes 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') | src/typing-asm.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 445c0c8f2c577f931a2b02988d498d110c63521d..b3a67e017843c4b233d8a72618ab3e0ca8af2f48 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1211,6 +1211,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') | src/typing-asm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698