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

Side by Side Diff: .gitignore

Issue 1413863003: mac: In static library builds, link against a static libc++.a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: haaaaack Created 5 years, 2 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 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 /third_party/hunspell_dictionaries 328 /third_party/hunspell_dictionaries
329 /third_party/icu 329 /third_party/icu
330 /third_party/jarjar 330 /third_party/jarjar
331 /third_party/jsoncpp/source 331 /third_party/jsoncpp/source
332 /third_party/jsr-305/src 332 /third_party/jsr-305/src
333 /third_party/junit/src 333 /third_party/junit/src
334 /third_party/kasko 334 /third_party/kasko
335 /third_party/khronos_glcts 335 /third_party/khronos_glcts
336 /third_party/leveldatabase/src 336 /third_party/leveldatabase/src
337 /third_party/leveldb 337 /third_party/leveldb
338 /third_party/libc++-static/libc++-static.a 338 /third_party/libc++-static/libc++.a
339 /third_party/libaddressinput/src 339 /third_party/libaddressinput/src
340 /third_party/libexif/sources 340 /third_party/libexif/sources
341 /third_party/libjingle/source 341 /third_party/libjingle/source
342 /third_party/libjpeg_turbo 342 /third_party/libjpeg_turbo
343 /third_party/liblouis/src 343 /third_party/liblouis/src
344 /third_party/libphonenumber/libphonenumber.xml 344 /third_party/libphonenumber/libphonenumber.xml
345 /third_party/libphonenumber/libphonenumber_without_metadata.xml 345 /third_party/libphonenumber/libphonenumber_without_metadata.xml
346 /third_party/libphonenumber/src 346 /third_party/libphonenumber/src
347 /third_party/libsrtp 347 /third_party/libsrtp
348 /third_party/libupnp 348 /third_party/libupnp
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 /ui/surface/surface.xml 445 /ui/surface/surface.xml
446 /ui/surface/surface_gpu_tests.xml 446 /ui/surface/surface_gpu_tests.xml
447 /v8 447 /v8
448 # Results directory for run-webkit-tests. http://crbug.com/488288 448 # Results directory for run-webkit-tests. http://crbug.com/488288
449 /webkit 449 /webkit
450 /webpagereplay_logs/ 450 /webpagereplay_logs/
451 /win8/delegate_execute/delegate_execute_version_resources.xml 451 /win8/delegate_execute/delegate_execute_version_resources.xml
452 /win8/metro_driver/metro_driver_version_resources.xml 452 /win8/metro_driver/metro_driver_version_resources.xml
453 /x86-generic_out/ 453 /x86-generic_out/
454 /xcodebuild 454 /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