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

Unified Diff: third_party/ocmock/ocmock.gyp

Issue 10834362: Support for iOS in OCMock (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove extra line Created 8 years, 4 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
« no previous file with comments | « no previous file | third_party/ocmock/ocmock_extensions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ocmock/ocmock.gyp
diff --git a/third_party/ocmock/ocmock.gyp b/third_party/ocmock/ocmock.gyp
index 11e8a0153de8dfba7665b360412db53565c033a0..04a4a885dac760bde6ef847d1df8b85b41f15fa7 100644
--- a/third_party/ocmock/ocmock.gyp
+++ b/third_party/ocmock/ocmock.gyp
@@ -6,7 +6,7 @@
'targets': [
],
'conditions': [
- ['OS=="mac"', {
+ ['OS=="mac" or OS=="ios"', {
'targets' : [
{
'target_name' : 'ocmock',
« no previous file with comments | « no previous file | third_party/ocmock/ocmock_extensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698