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

Side by Side Diff: .gitignore

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update include order and rebase Created 5 years, 3 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 /third_party/libexif/sources 332 /third_party/libexif/sources
333 /third_party/libjingle/source 333 /third_party/libjingle/source
334 /third_party/libjingle/source_internal 334 /third_party/libjingle/source_internal
335 /third_party/libjpeg_turbo 335 /third_party/libjpeg_turbo
336 /third_party/liblouis/src 336 /third_party/liblouis/src
337 /third_party/libphonenumber/libphonenumber.xml 337 /third_party/libphonenumber/libphonenumber.xml
338 /third_party/libphonenumber/libphonenumber_without_metadata.xml 338 /third_party/libphonenumber/libphonenumber_without_metadata.xml
339 /third_party/libphonenumber/src 339 /third_party/libphonenumber/src
340 /third_party/libsrtp 340 /third_party/libsrtp
341 /third_party/libvpx 341 /third_party/libvpx
342 /third_party/libvpx_new/source/libvpx
342 /third_party/libwebm/source 343 /third_party/libwebm/source
343 /third_party/libyuv 344 /third_party/libyuv
344 /third_party/lighttpd 345 /third_party/lighttpd
345 /third_party/llvm 346 /third_party/llvm
346 /third_party/llvm-allocated-type 347 /third_party/llvm-allocated-type
347 /third_party/llvm-build 348 /third_party/llvm-build
348 /third_party/lss 349 /third_party/lss
349 /third_party/mesa/src 350 /third_party/mesa/src
350 /third_party/mingw-w64 351 /third_party/mingw-w64
351 /third_party/minigbm/src 352 /third_party/minigbm/src
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 /ui/surface/surface.xml 441 /ui/surface/surface.xml
441 /ui/surface/surface_gpu_tests.xml 442 /ui/surface/surface_gpu_tests.xml
442 /v8 443 /v8
443 # Results directory for run-webkit-tests. http://crbug.com/488288 444 # Results directory for run-webkit-tests. http://crbug.com/488288
444 /webkit 445 /webkit
445 /webpagereplay_logs/ 446 /webpagereplay_logs/
446 /win8/delegate_execute/delegate_execute_version_resources.xml 447 /win8/delegate_execute/delegate_execute_version_resources.xml
447 /win8/metro_driver/metro_driver_version_resources.xml 448 /win8/metro_driver/metro_driver_version_resources.xml
448 /x86-generic_out/ 449 /x86-generic_out/
449 /xcodebuild 450 /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