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

Unified Diff: Makefile

Issue 845973003: Embed custom script into the snapshot. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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 | include/v8.h » ('j') | tools/gyp/v8.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 6c2955126bdf3e99b9547336de388ac46bbd1fa4..92f8555ff0661ac5cfd24842309e192a785ab3aa 100644
--- a/Makefile
+++ b/Makefile
@@ -157,6 +157,9 @@ ifeq ($(asan), on)
GYPFLAGS += -Dlsan=1
endif
endif
+ifdef embedscript
+ GYPFLAGS += -Dembed_script=$(embedscript)
+endif
# arm specific flags.
# arm_version=<number | "default">
« no previous file with comments | « no previous file | include/v8.h » ('j') | tools/gyp/v8.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698