summaryrefslogtreecommitdiffstats
path: root/third_party/ocmock
Commit message (Collapse)AuthorAgeFilesLines
* Support for iOS in OCMockjustincohen@chromium.org2012-08-173-1/+5
| | | | | | | | | | | Added ifdefs around NSRect, added iOS to gyp. BUG=None. Review URL: https://chromiumcodereview.appspot.com/10834362 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151989 0039d316-1c4b-4281-b951-d872f2087c98
* Roll OCMOCK forward to 8b8793cf29a5bac0541421ea06c7dff071afb25ekushi.p@gmail.com2012-03-075-11/+9
| | | | | | | | | | BUG=113894 TEST=unit_tests Review URL: http://codereview.chromium.org/9616059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125428 0039d316-1c4b-4281-b951-d872f2087c98
* Roll OCMock to dbdb233ae84498077f7e946abb49731968333f0b.rsesek@chromium.org2012-01-313-4/+14
| | | | | | | | | | BUG=110803 TEST=unit_tests Review URL: http://codereview.chromium.org/9293037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119933 0039d316-1c4b-4281-b951-d872f2087c98
* Roll OCMock r77:7f521db0628086185123666b0979e48d6ecaeac1.rsesek@chromium.org2012-01-1867-2978/+94
| | | | | | | | | BUG=none TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/9240023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118098 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
| | | | | | | | | | | | | | | | | These were added in r28089 (http://codereview.chromium.org/256059) but are unnecessary bloat for everyone to carry around, even those that don't use emacs or vim. In an earlier change, I added editor config files in src/tools/emacs/ and src/tools/vim/ so users of the appropriate editor can source those instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/7310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98
* Added some enhancements to OCMock.dmaclach@chromium.org2011-05-244-2/+128
| | | | | | | | | BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7004036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86474 0039d316-1c4b-4281-b951-d872f2087c98
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
| | | | | | | | | | | We provided <(library) as a variable to support a peculiar build configuration on Linux. We no longer support that build configuration, so we can simplify this code to no longer use a variable. Review URL: http://codereview.chromium.org/7051014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86004 0039d316-1c4b-4281-b951-d872f2087c98
* Fix comment I missed.thomasvl@chromium.org2011-05-171-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7039018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85679 0039d316-1c4b-4281-b951-d872f2087c98
* Support for better integration between OCMock and gtest.thomasvl@chromium.org2011-05-173-20/+104
| | | | | | | | | | | | | | | - Add a chromium method that will use OCMock's verify support, but add any failure to the gtest failure log and return something that can be asserted in the test. - Update the code using OCMock -verify to use the new util. - Remove the OCMock includes in files that weren't actually using it. TEST=none BUG=none Review URL: http://codereview.chromium.org/7031014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85676 0039d316-1c4b-4281-b951-d872f2087c98
* Roll OCMock r55:77.rsesek@chromium.org2011-05-0240-90/+993
| | | | | | | | BUG=none TEST=unit_tests Review URL: http://codereview.chromium.org/6904168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83752 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up third_party readmes and adding a template for future use.cdn@chromium.org2011-03-161-2/+3
| | | | | | | | | | | The next step is a presubmit rule that will make people use the template. We are doing this so that we can better track dependancy versions. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/6610030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78316 0039d316-1c4b-4281-b951-d872f2087c98
* Pass license check script for most of the tree.evan@chromium.org2010-03-191-2/+2
| | | | | | | | | | | | | Modified license-checker script to allow pruning directories we know to be ok. Still need to do a bit of third_party/* , as well as file a bunch of bugs on pieces where the licenses aren't clear, but I'm running out of energy. Review URL: http://codereview.chromium.org/1100003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42045 0039d316-1c4b-4281-b951-d872f2087c98
* Roll OCMock r54:55 to pull in some memory and warning fixes.rsesek@chromium.org2010-01-2112-101/+113
| | | | | | | | | BUG=32564 TEST=Trybots Review URL: http://codereview.chromium.org/554030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36750 0039d316-1c4b-4281-b951-d872f2087c98
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
| | | | | | | | BUG=none TEST=successful builds Review URL: http://codereview.chromium.org/256059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28089 0039d316-1c4b-4281-b951-d872f2087c98
* gyp changes to enable building OCMock. Patch from Paul Wicks ↵pinkerton@chromium.org2009-09-291-0/+63
| | | | | | | | | (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
* Move OCMock from third_party/ocmock to third_party/ocmock/OCMockmark@chromium.org2009-09-2360-1/+1
| | | | | | | | | | | | | | | | | | | | "...may be suffering from what we in the soft sciences call 'Obsessive Compulsive Disorder,' or the 'The O.C. Disorder.'" Here's what we're doing: mkdir OCMock svn add OCMock for i in * ; do if [ "${i}" != "OCMock" ] && [ "${i}" != "README.chromium" ] ; then svn move "${i}" OCMock fi done and make the SVN URL in README.chromium a tiny bit more specific. Review URL: http://codereview.chromium.org/220017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26969 0039d316-1c4b-4281-b951-d872f2087c98
* Add OCMock testing framework to third_party.pinkerton@chromium.org2009-09-2260-0/+4452
BUG=none TEST=none Review URL: http://codereview.chromium.org/216025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26807 0039d316-1c4b-4281-b951-d872f2087c98