summaryrefslogtreecommitdiffstats
path: root/o3d/build/libs.gyp
diff options
context:
space:
mode:
authorgspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 15:04:06 +0000
committergspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-05 15:04:06 +0000
commitd18bfdc01d0691126ab7d6edd07d926701b6db58 (patch)
treef96ee18faaedfc5acbf7ab23838777a2a52913a1 /o3d/build/libs.gyp
parent66be29eade7cccdb52857d2aedb5c5b9b9d1f152 (diff)
downloadchromium_src-d18bfdc01d0691126ab7d6edd07d926701b6db58.zip
chromium_src-d18bfdc01d0691126ab7d6edd07d926701b6db58.tar.gz
chromium_src-d18bfdc01d0691126ab7d6edd07d926701b6db58.tar.bz2
Putting some stubs in so that gyp generation doesn't fail on Mac and so that it doesn't fail when the internal repository isn't available.
Review URL: http://codereview.chromium.org/159848 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/build/libs.gyp')
-rw-r--r--o3d/build/libs.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/o3d/build/libs.gyp b/o3d/build/libs.gyp
index 64e597a..765afbb 100644
--- a/o3d/build/libs.gyp
+++ b/o3d/build/libs.gyp
@@ -28,6 +28,13 @@
],
},
],
+ [ 'OS=="mac"',
+ {
+ 'files': [
+ "../../<(cgdir)/Cg.framework",
+ ]
+ }
+ ],
],
},
],