Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3127)

Unified Diff: build/temp_gyp/v8.gyp

Issue 42595: Update gyp files one more time. Formatting changes and added the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/temp_gyp/v8.gyp
===================================================================
--- build/temp_gyp/v8.gyp (revision 12440)
+++ build/temp_gyp/v8.gyp (working copy)
@@ -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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698