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

Side by Side Diff: .gitignore

Issue 10857052: Import pywebsocket as third_party/pywebsocket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.scons 10 *.scons
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 /third_party/platformsdk_win7 190 /third_party/platformsdk_win7
191 /third_party/platformsdk_win8 191 /third_party/platformsdk_win8
192 /third_party/ppapi 192 /third_party/ppapi
193 /third_party/psyco_win32 193 /third_party/psyco_win32
194 /third_party/pthreads-win32 194 /third_party/pthreads-win32
195 /third_party/pyftpdlib/src 195 /third_party/pyftpdlib/src
196 /third_party/pylib 196 /third_party/pylib
197 /third_party/pymox/src 197 /third_party/pymox/src
198 /third_party/python_24 198 /third_party/python_24
199 /third_party/python_26 199 /third_party/python_26
200 /third_party/pywebsocket/src
200 /third_party/safe_browsing/testing 201 /third_party/safe_browsing/testing
201 /third_party/scons-2.0.1 202 /third_party/scons-2.0.1
202 /third_party/sfntly 203 /third_party/sfntly
203 /third_party/skia 204 /third_party/skia
204 /third_party/smhasher 205 /third_party/smhasher
205 /third_party/snappy/src 206 /third_party/snappy/src
206 /third_party/speex 207 /third_party/speex
207 /third_party/swiftshader/include/ 208 /third_party/swiftshader/include/
208 /third_party/swig 209 /third_party/swig
209 /third_party/syzygy 210 /third_party/syzygy
(...skipping 27 matching lines...) Expand all
237 /v8 238 /v8
238 /webkit/Debug 239 /webkit/Debug
239 /webkit/Release 240 /webkit/Release
240 /webkit/data/bmp_decoder 241 /webkit/data/bmp_decoder
241 /webkit/data/ico_decoder 242 /webkit/data/ico_decoder
242 /webkit/data/layout_tests/LayoutTests 243 /webkit/data/layout_tests/LayoutTests
243 /webkit/data/test_shell/plugins 244 /webkit/data/test_shell/plugins
244 /webkit/data/xbm_decoder 245 /webkit/data/xbm_decoder
245 /x86-generic_out/ 246 /x86-generic_out/
246 /xcodebuild 247 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698