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

Unified Diff: BUILD.gn

Issue 2404243002: [modules] Move runtime functions into new file (runtime-module.cc). (Closed)
Patch Set: Created 4 years, 2 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/runtime/runtime-module.cc » ('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 989339434b4d467923670980ff9b25a1e562e4e4..fc4792dd7235055a4687860895e86beeeae90023 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1601,6 +1601,7 @@ v8_source_set("v8_base") {
"src/runtime/runtime-literals.cc",
"src/runtime/runtime-liveedit.cc",
"src/runtime/runtime-maths.cc",
+ "src/runtime/runtime-module.cc",
"src/runtime/runtime-numbers.cc",
"src/runtime/runtime-object.cc",
"src/runtime/runtime-operators.cc",
« no previous file with comments | « no previous file | src/runtime/runtime-module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698