Commit 974186e3 authored by yangguo's avatar yangguo Committed by Commit bot

Fix gyp build.

NOTRY=true
NOTREECHECKS=true
TBR=machenbach@chromium.org

Review URL: https://codereview.chromium.org/1806273002

Cr-Commit-Position: refs/heads/master@{#34850}
parent f507bc1c
...@@ -111,7 +111,6 @@ class SnapshotWriter { ...@@ -111,7 +111,6 @@ class SnapshotWriter {
char* GetExtraCode(char* filename, const char* description) { char* GetExtraCode(char* filename, const char* description) {
if (filename == NULL || strlen(filename) == 0) return NULL; if (filename == NULL || strlen(filename) == 0) return NULL;
if (strcmp(filename, "-") == 0) return NULL;
::printf("Loading script for %s: %s\n", description, filename); ::printf("Loading script for %s: %s\n", description, filename);
FILE* file = base::OS::FOpen(filename, "rb"); FILE* file = base::OS::FOpen(filename, "rb");
if (file == NULL) { if (file == NULL) {
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
'v8_code': 1, 'v8_code': 1,
'v8_random_seed%': 314159265, 'v8_random_seed%': 314159265,
'v8_vector_stores%': 0, 'v8_vector_stores%': 0,
'embed_script%': "-", 'embed_script%': "",
'warmup_script%': "-", 'warmup_script%': "",
'v8_extra_library_files%': [], 'v8_extra_library_files%': [],
'v8_experimental_extra_library_files%': [], 'v8_experimental_extra_library_files%': [],
'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)', 'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment