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

Unified Diff: Makefile

Issue 787033002: Use same blob format for internal and external snapshots. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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 | « BUILD.gn ('k') | src/flag-definitions.h » ('j') | src/mksnapshot.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index da2503ea9fced972753a55d1b8c9bc1ba415d7e8..df2a5c57d701063f33999fc0c3584bb305487e0f 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,8 @@ ANDROID_TOOLCHAIN ?=
ANDROID_V8 ?= /data/local/tmp/v8
NACL_SDK_ROOT ?=
+GYPFLAGS += -Dv8_use_external_startup_data=1
vogelheim1 2014/12/09 13:26:50 This looks like a rather surprising difference bet
Yang 2014/12/09 14:40:37 Thanks for catching this. I added this line for te
+
# Special build flags. Use them like this: "make library=shared"
# library=shared || component=shared_library
« no previous file with comments | « BUILD.gn ('k') | src/flag-definitions.h » ('j') | src/mksnapshot.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698