diff options
author | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 15:04:06 +0000 |
---|---|---|
committer | gspencer@google.com <gspencer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 15:04:06 +0000 |
commit | d18bfdc01d0691126ab7d6edd07d926701b6db58 (patch) | |
tree | f96ee18faaedfc5acbf7ab23838777a2a52913a1 /o3d/build/libs.gyp | |
parent | 66be29eade7cccdb52857d2aedb5c5b9b9d1f152 (diff) | |
download | chromium_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.gyp | 7 |
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", + ] + } + ], ], }, ], |