diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 06:02:46 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-22 06:02:46 +0000 |
commit | db60622a70f0188f4b0a012f9d0a5195038c6c73 (patch) | |
tree | 917c2eb0c69df069d66da30801d9436214817ccc /third_party/pymock/OWNERS | |
parent | 87a054059b2ddc01fe8ee13943baea37c4773971 (diff) | |
download | chromium_src-db60622a70f0188f4b0a012f9d0a5195038c6c73.zip chromium_src-db60622a70f0188f4b0a012f9d0a5195038c6c73.tar.gz chromium_src-db60622a70f0188f4b0a012f9d0a5195038c6c73.tar.bz2 |
Add python mock library to third_party.
This is needed for python test code bring written
as part of the NaCl SDK:
https://codereview.chromium.org/12278012/
Since this module seems to be the future of python
mocking it seems likely that other parts of chromium
will also need access to this in the future.
BUG=176618,177268
Review URL: https://chromiumcodereview.appspot.com/12282013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/pymock/OWNERS')
-rw-r--r-- | third_party/pymock/OWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/pymock/OWNERS b/third_party/pymock/OWNERS new file mode 100644 index 0000000..9946560 --- /dev/null +++ b/third_party/pymock/OWNERS @@ -0,0 +1 @@ +sbc@chromium.org |