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

Side by Side Diff: .gitignore

Issue 291783002: Add colorama to third_party/colorama (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: http://i1.kym-cdn.com/photos/images/original/000/234/739/fa5.jpg Created 6 years, 7 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') | DEPS » ('J')
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 /third_party/brotli/src 226 /third_party/brotli/src
227 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 227 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
228 /third_party/cacheinvalidation/src 228 /third_party/cacheinvalidation/src
229 /third_party/chromeos_login_manager 229 /third_party/chromeos_login_manager
230 /third_party/chromeos_text_input 230 /third_party/chromeos_text_input
231 /third_party/chromite 231 /third_party/chromite
232 /third_party/clang_format/bin/*/* 232 /third_party/clang_format/bin/*/*
233 /third_party/clang_format/script 233 /third_party/clang_format/script
234 !/third_party/clang_format/bin/*/*.sha1 234 !/third_party/clang_format/bin/*/*.sha1
235 /third_party/cld_2/src 235 /third_party/cld_2/src
236 /third_party/colorama/src
236 /third_party/cros 237 /third_party/cros
237 /third_party/cros_system_api 238 /third_party/cros_system_api
238 /third_party/cygwin 239 /third_party/cygwin
239 /third_party/directxsdk 240 /third_party/directxsdk
240 /third_party/drmemory 241 /third_party/drmemory
241 /third_party/elfutils/src 242 /third_party/elfutils/src
242 /third_party/eyesfree/src 243 /third_party/eyesfree/src
243 /third_party/ffmpeg 244 /third_party/ffmpeg
244 /third_party/findbugs 245 /third_party/findbugs
245 /third_party/flac 246 /third_party/flac
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 /webkit/data/test_shell/plugins 380 /webkit/data/test_shell/plugins
380 /webkit/data/xbm_decoder 381 /webkit/data/xbm_decoder
381 /webkit/Debug 382 /webkit/Debug
382 /webkit/Release 383 /webkit/Release
383 /webkit/renderer/media/crypto/ppapi/cdm 384 /webkit/renderer/media/crypto/ppapi/cdm
384 /webpagereplay_logs/ 385 /webpagereplay_logs/
385 /win8/delegate_execute/delegate_execute_version_resources.xml 386 /win8/delegate_execute/delegate_execute_version_resources.xml
386 /win8/metro_driver/metro_driver_version_resources.xml 387 /win8/metro_driver/metro_driver_version_resources.xml
387 /x86-generic_out/ 388 /x86-generic_out/
388 /xcodebuild 389 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698