Name: ocmock URL: https://github.com/erikdoe/ocmock Version: unknown Revision: dbdb233ae84498077f7e946abb49731968333f0b License: BSD with advertising clause License File: License.txt Security Critical: no Description: OCMock is an Objective-C implementation of mock objects. If you are unfamiliar with the concept of mock objects please visit mockobjects.com which has more details and discussions about this approach to testing software. Local Modifications: This is only a partial inclusion of the OCMock tree. This only includes /Source/OCMock because the tests and other files are not necessary for Chromium. The License.txt and Changes.txt file are also present from /Source. Chromium adds gtest_support.h/.mm and ocmock_extensions.h/.mm.