summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
authormaf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-10 17:22:09 +0000
committermaf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-10 17:22:09 +0000
commitea4b2f2a7a673609d37b15ddbad773d6f25628de (patch)
treeba9e0d21d07d692f048ef9e3fe623f9e728d33c3 /o3d
parent23de71d22e65217cabeea8a93d76a778d2f481b9 (diff)
downloadchromium_src-ea4b2f2a7a673609d37b15ddbad773d6f25628de.zip
chromium_src-ea4b2f2a7a673609d37b15ddbad773d6f25628de.tar.gz
chromium_src-ea4b2f2a7a673609d37b15ddbad773d6f25628de.tar.bz2
Add Breakpad to the Mac GYP build.
Review URL: http://codereview.chromium.org/165204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r--o3d/build/all.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/o3d/build/all.gyp b/o3d/build/all.gyp
index 2148a6d..32f3998 100644
--- a/o3d/build/all.gyp
+++ b/o3d/build/all.gyp
@@ -43,6 +43,13 @@
],
},
],
+ ['OS=="mac"',
+ {
+ 'dependencies': [
+ '../../breakpad/breakpad.gyp:breakpad',
+ ],
+ },
+ ],
],
},
],