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

Unified Diff: third_party/ocmock/ocmock.gyp

Issue 7004036: Added some enhancements to OCMock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: third_party/ocmock/ocmock.gyp
diff --git a/third_party/ocmock/ocmock.gyp b/third_party/ocmock/ocmock.gyp
index 077d7d0a18a0474ca76a692fe67d4b2fc9a8a95c..cc2192ca51672af881994c085210d17ac50df33d 100644
--- a/third_party/ocmock/ocmock.gyp
+++ b/third_party/ocmock/ocmock.gyp
@@ -23,6 +23,10 @@
'gtest_support.h',
'gtest_support.mm',
+ # Some extra features to make using OCMock easier.
+ 'ocmock_extensions.h',
+ 'ocmock_extensions.mm',
+
# OCMock sources.
'OCMock/NSInvocation+OCMAdditions.h',
'OCMock/OCMObserverRecorder.m',

Powered by Google App Engine
This is Rietveld 408576698