summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-29 17:41:33 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-29 17:41:33 +0000
commit26a2ac5a65eb4c3d8204dbfe1d58ae6a3fe863c3 (patch)
tree08479249a7c29f339fdd194925d58fbc98854e9d /build
parenta8c7f0e34828c4d2fbbdf4570cb4fec471318405 (diff)
downloadchromium_src-26a2ac5a65eb4c3d8204dbfe1d58ae6a3fe863c3.zip
chromium_src-26a2ac5a65eb4c3d8204dbfe1d58ae6a3fe863c3.tar.gz
chromium_src-26a2ac5a65eb4c3d8204dbfe1d58ae6a3fe863c3.tar.bz2
gyp changes to enable building OCMock. Patch from Paul Wicks (pwicks86@gmail.com).
TEST=Use OCMock in a test BUG=NONE git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27506 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 03cecced..f317727 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -44,6 +44,11 @@
'../v8/tools/gyp/v8.gyp:*',
],
}],
+ ['OS=="mac"', {
+ 'dependencies': [
+ '../third_party/ocmock/ocmock.gyp:*',
+ ],
+ }],
['OS=="linux"', {
'dependencies': [
'../breakpad/breakpad.gyp:*',