diff options
author | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-04 23:04:05 +0000 |
---|---|---|
committer | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-04 23:04:05 +0000 |
commit | a7ebf17e52ff9e613ae0de014adf6f118cc997d3 (patch) | |
tree | 70fb657642c09532e2560728e12f303dad4f243b /.gitignore | |
parent | 7945d77f0599bdfc33e09e442b51361f76e11e71 (diff) | |
download | chromium_src-a7ebf17e52ff9e613ae0de014adf6f118cc997d3.zip chromium_src-a7ebf17e52ff9e613ae0de014adf6f118cc997d3.tar.gz chromium_src-a7ebf17e52ff9e613ae0de014adf6f118cc997d3.tar.bz2 |
Veli's patch from http://codereview.chromium.org/10697086/.
I'm committing this since it seemed overkill to get Veli into the owner's file for a single patch (this is her last day as an intern). I will vouch for this patch and its future maintenance. This patch has already been approved by nirnimesh@ and thakis@.
TBR=nirnimesh@chromium.org, thakis@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/10911028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154836 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,7 @@ .gdbinit .metadata .project +.pydevproject # Settings directory for eclipse /.settings tags @@ -200,6 +201,7 @@ v8.log /third_party/psyco_win32 /third_party/pthreads-win32 /third_party/pyftpdlib/src +/third_party/pywebsocket/src /third_party/pylib /third_party/pymox/src /third_party/python_24 |