diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 17:46:03 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 17:46:03 +0000 |
commit | e89516efa002279a2da15699046fd9a8f0647c7e (patch) | |
tree | 105c61315bfab6b6ca8866fd7fdabce23cef5ae2 /build/temp_gyp | |
parent | 310cf7bf7b505c85a5c18a42ad2d05c56bc7d301 (diff) | |
download | chromium_src-e89516efa002279a2da15699046fd9a8f0647c7e.zip chromium_src-e89516efa002279a2da15699046fd9a8f0647c7e.tar.gz chromium_src-e89516efa002279a2da15699046fd9a8f0647c7e.tar.bz2 |
Get rid of now unnecessary SCons-isms for gyp on Linux
(in favor of letting the gyp generator pass us $DESTINATION_ROOT,
which gives us the right absolute path name to the output directory).
Review URL: http://codereview.chromium.org/43108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-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:]}'],}], - ], }, ], }, |