diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 09:08:16 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 09:08:16 +0000 |
commit | 146e53ce74beec8c5094f144ff8ad277d76b3a38 (patch) | |
tree | a9c34353a0b4fa699e05a4e1980d495ae7be7ada /build/temp_gyp | |
parent | a4d1081610196267e596c880be89e76411973e41 (diff) | |
download | chromium_src-146e53ce74beec8c5094f144ff8ad277d76b3a38.zip chromium_src-146e53ce74beec8c5094f144ff8ad277d76b3a38.tar.gz chromium_src-146e53ce74beec8c5094f144ff8ad277d76b3a38.tar.bz2 |
Update gyp files one more time. Formatting changes and added the
platform-posix file in one more place.
Review URL: http://codereview.chromium.org/42595
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-rw-r--r-- | build/temp_gyp/v8.gyp | 36 |
1 files changed, 32 insertions, 4 deletions
diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp index 7ec2c28..99270e5f 100644 --- a/build/temp_gyp/v8.gyp +++ b/build/temp_gyp/v8.gyp @@ -335,8 +335,22 @@ ['exclude', 'src/platform-.*\\.cc$' ], ], 'conditions': [ - ['OS=="linux"', {'sources/': [['include', 'src/platform-linux\\.cc$'], ['include', 'src/platform-posix\\.cc$']]}], - ['OS=="mac"', {'sources/': [['include', 'src/platform-macos\\.cc$'], ['include', 'src/platform-posix\\.cc$']]}], + ['OS=="linux"', + { + 'sources/': [ + ['include', 'src/platform-linux\\.cc$'], + ['include', 'src/platform-posix\\.cc$'] + ] + } + ], + ['OS=="mac"', + { + 'sources/': [ + ['include', 'src/platform-macos\\.cc$'], + ['include', 'src/platform-posix\\.cc$'] + ] + } + ], ['OS=="win"', { 'sources/': [['include', 'src/platform-win32\\.cc$']], # 4355, 4800 came from common.vsprops @@ -494,8 +508,22 @@ ], }, 'conditions': [ - ['OS=="linux"', {'sources/': [['include', 'src/platform-linux\\.cc$']]}], - ['OS=="mac"', {'sources/': [['include', 'src/platform-macos\\.cc$']]}], + ['OS=="linux"', + { + 'sources/': [ + ['include', 'src/platform-linux\\.cc$'], + ['include', 'src/platform-posix\\.cc$'] + ] + } + ], + ['OS=="mac"', + { + 'sources/': [ + ['include', 'src/platform-macos\\.cc$'], + ['include', 'src/platform-posix\\.cc$'] + ] + } + ], ['OS=="win"', { 'sources/': [['include', 'src/platform-win32\\.cc$']], # 4355, 4800 came from common.vsprops |