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

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: fixed up protocol stuff 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
« no previous file with comments | « third_party/ocmock/README.chromium ('k') | 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 f0a000d39feaa67e8c5bfb4305037ec0420c76ee..ed1f6cf8bfcc3e7faa92158ef7bd565e0cde6fef 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',
« no previous file with comments | « third_party/ocmock/README.chromium ('k') | third_party/ocmock/ocmock_extensions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698