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}
This commit is contained in:
yangguo 2016-03-17 03:47:36 -07:00 committed by Commit bot
parent f507bc1c72
commit 974186e338
2 changed files with 2 additions and 3 deletions

View File

@ -111,7 +111,6 @@ class SnapshotWriter {
char* GetExtraCode(char* filename, const char* description) {
if (filename == NULL || strlen(filename) == 0) return NULL;
if (strcmp(filename, "-") == 0) return NULL;
::printf("Loading script for %s: %s\n", description, filename);
FILE* file = base::OS::FOpen(filename, "rb");
if (file == NULL) {

View File

@ -31,8 +31,8 @@
'v8_code': 1,
'v8_random_seed%': 314159265,
'v8_vector_stores%': 0,
'embed_script%': "-",
'warmup_script%': "-",
'embed_script%': "",
'warmup_script%': "",
'v8_extra_library_files%': [],
'v8_experimental_extra_library_files%': [],
'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)',