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

Unified Diff: ui/gfx/compositor/compositor.gyp

Issue 7011032: Make the gyp files more cross-platform across the Unices (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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
Index: ui/gfx/compositor/compositor.gyp
diff --git a/ui/gfx/compositor/compositor.gyp b/ui/gfx/compositor/compositor.gyp
index 98adcf82fbe96dad97eec3da18e9fac307a6e6e9..e75fd445e8d2d28774155467a202fd16005f75b3 100644
--- a/ui/gfx/compositor/compositor.gyp
+++ b/ui/gfx/compositor/compositor.gyp
@@ -8,7 +8,7 @@
['exclude', '_(gl|win)\\.(cc?)$'],
],
'conditions': [
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {'sources/': [
+ ['os_posix==1 and OS!="mac"', {'sources/': [
tony 2011/05/16 19:25:11 Can you fix the line wrapping while you're here?
['include', '_(gl)\\.cc$'],
]}],
['OS=="win"', {'sources/': [
@@ -33,7 +33,7 @@
'compositor_gl.cc',
],
'conditions': [
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
+ ['os_posix==1 and OS!="mac"', {
'sources!': [
'compositor.cc',
],

Powered by Google App Engine
This is Rietveld 408576698