diff options
-rw-r--r-- | build/temp_gyp/v8.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp index cd2ae32..d7d6cdc 100644 --- a/build/temp_gyp/v8.gyp +++ b/build/temp_gyp/v8.gyp @@ -265,10 +265,6 @@ '<(SHARED_INTERMEDIATE_DIR)/v8/libraries-empty.cc', ], 'action': ['python', '../../v8/tools/js2c.py', '<@(_outputs)', 'CORE', '<@(library_files)'], - # TODO(sgk): figure out how to get gyp and SCons to play nice here. - 'conditions': [ - ['OS=="linux"', {'action=': ['python', '${SOURCES[0]}', '${TARGETS}', 'CORE', '${SOURCES[1:]}'],}], - ], }, ], }, @@ -295,10 +291,6 @@ '<(SHARED_INTERMEDIATE_DIR)/v8/d8-js-empty.cc', ], 'action': ['python', '../../v8/tools/js2c.py', '<@(_outputs)', 'D8', '<@(library_files)'], - # TODO(sgk): figure out how to get gyp and SCons to play nice here. - 'conditions': [ - ['OS=="linux"', {'action=': ['python', '${SOURCES[0]}', '${TARGETS}', 'D8', '${SOURCES[1:]}'],}], - ], }, ], }, |