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

Side by Side Diff: .gitignore

Issue 788063003: Move libc++ and libc++abi to buildtools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to buildtools roll and licence whitelist update. Created 5 years, 11 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
« 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 /third_party/hunspell_dictionaries 304 /third_party/hunspell_dictionaries
305 /third_party/icu 305 /third_party/icu
306 /third_party/jarjar 306 /third_party/jarjar
307 /third_party/jsoncpp/source 307 /third_party/jsoncpp/source
308 /third_party/jsr-305/src 308 /third_party/jsr-305/src
309 /third_party/junit/src 309 /third_party/junit/src
310 /third_party/khronos_glcts 310 /third_party/khronos_glcts
311 /third_party/leveldatabase/src 311 /third_party/leveldatabase/src
312 /third_party/leveldb 312 /third_party/leveldb
313 /third_party/libaddressinput/src 313 /third_party/libaddressinput/src
314 /third_party/libc++/trunk
315 /third_party/libc++abi/trunk
316 /third_party/libexif/sources 314 /third_party/libexif/sources
317 /third_party/libjingle/source 315 /third_party/libjingle/source
318 /third_party/libjingle/source_internal 316 /third_party/libjingle/source_internal
319 /third_party/libjpeg_turbo 317 /third_party/libjpeg_turbo
320 /third_party/liblouis/src 318 /third_party/liblouis/src
321 /third_party/libphonenumber/libphonenumber.xml 319 /third_party/libphonenumber/libphonenumber.xml
322 /third_party/libphonenumber/libphonenumber_without_metadata.xml 320 /third_party/libphonenumber/libphonenumber_without_metadata.xml
323 /third_party/libphonenumber/src 321 /third_party/libphonenumber/src
324 /third_party/libsrtp 322 /third_party/libsrtp
325 /third_party/libvpx 323 /third_party/libvpx
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 /webkit/data/test_shell/plugins 428 /webkit/data/test_shell/plugins
431 /webkit/data/xbm_decoder 429 /webkit/data/xbm_decoder
432 /webkit/Debug 430 /webkit/Debug
433 /webkit/Release 431 /webkit/Release
434 /webkit/renderer/media/crypto/ppapi/cdm 432 /webkit/renderer/media/crypto/ppapi/cdm
435 /webpagereplay_logs/ 433 /webpagereplay_logs/
436 /win8/delegate_execute/delegate_execute_version_resources.xml 434 /win8/delegate_execute/delegate_execute_version_resources.xml
437 /win8/metro_driver/metro_driver_version_resources.xml 435 /win8/metro_driver/metro_driver_version_resources.xml
438 /x86-generic_out/ 436 /x86-generic_out/
439 /xcodebuild 437 /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