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

Unified Diff: test/cctest/BUILD.gn

Issue 2760233005: [snapshot] Move builtins generation into mksnapshot (Closed)
Patch Set: Created 3 years, 9 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
Index: test/cctest/BUILD.gn
diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn
index 3a30aff345e22eb4306de4a008c8f49013b5c062..0625e5114a786d5bafebe4bb0319f967289d75ed 100644
--- a/test/cctest/BUILD.gn
+++ b/test/cctest/BUILD.gn
@@ -101,6 +101,8 @@ v8_executable("cctest") {
"profiler-extension.cc",
"profiler-extension.h",
"scope-test-helper.h",
+ "setup-builtins-for-tests.cc",
+ "setup-builtins-for-tests.h",
"test-access-checks.cc",
"test-accessor-assembler.cc",
"test-accessors.cc",
@@ -331,6 +333,7 @@ v8_executable("cctest") {
deps = [
":resources",
+ "../..:v8_builtins_generators",
"../..:v8_libbase",
"../..:v8_libplatform",
"../..:wasm_module_runner",

Powered by Google App Engine
This is Rietveld 408576698