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

Side by Side Diff: .gitignore

Issue 782083002: Add requests to third party. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix path Created 6 years 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
« 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 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.suo 10 *.suo
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 /third_party/pthreads-win32 352 /third_party/pthreads-win32
353 /third_party/py_trace_event/src 353 /third_party/py_trace_event/src
354 /third_party/pyelftools 354 /third_party/pyelftools
355 /third_party/pyftpdlib/src 355 /third_party/pyftpdlib/src
356 /third_party/pylib 356 /third_party/pylib
357 /third_party/pymox/src 357 /third_party/pymox/src
358 /third_party/python_24 358 /third_party/python_24
359 /third_party/python_26 359 /third_party/python_26
360 /third_party/pywebsocket/src 360 /third_party/pywebsocket/src
361 /third_party/pywebsocket/src 361 /third_party/pywebsocket/src
362 /third_party/requests/src
362 /third_party/safe_browsing/testing 363 /third_party/safe_browsing/testing
363 /third_party/scons-2.0.1 364 /third_party/scons-2.0.1
364 /third_party/sfntly/cpp 365 /third_party/sfntly/cpp
365 /third_party/skia 366 /third_party/skia
366 /third_party/smhasher/src 367 /third_party/smhasher/src
367 /third_party/snappy/src 368 /third_party/snappy/src
368 /third_party/stp/src 369 /third_party/stp/src
369 /third_party/swiftshader/include/ 370 /third_party/swiftshader/include/
370 /third_party/swig 371 /third_party/swig
371 /third_party/syzygy 372 /third_party/syzygy
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 /webkit/data/test_shell/plugins 429 /webkit/data/test_shell/plugins
429 /webkit/data/xbm_decoder 430 /webkit/data/xbm_decoder
430 /webkit/Debug 431 /webkit/Debug
431 /webkit/Release 432 /webkit/Release
432 /webkit/renderer/media/crypto/ppapi/cdm 433 /webkit/renderer/media/crypto/ppapi/cdm
433 /webpagereplay_logs/ 434 /webpagereplay_logs/
434 /win8/delegate_execute/delegate_execute_version_resources.xml 435 /win8/delegate_execute/delegate_execute_version_resources.xml
435 /win8/metro_driver/metro_driver_version_resources.xml 436 /win8/metro_driver/metro_driver_version_resources.xml
436 /x86-generic_out/ 437 /x86-generic_out/
437 /xcodebuild 438 /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