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

Side by Side Diff: .gitignore

Issue 1158913006: Move libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add DEPS file with #include paths Created 5 years, 6 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') | third_party/libvpx/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 *.orig 5 *.orig
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 /third_party/libaddressinput/src 321 /third_party/libaddressinput/src
322 /third_party/libexif/sources 322 /third_party/libexif/sources
323 /third_party/libjingle/source 323 /third_party/libjingle/source
324 /third_party/libjingle/source_internal 324 /third_party/libjingle/source_internal
325 /third_party/libjpeg_turbo 325 /third_party/libjpeg_turbo
326 /third_party/liblouis/src 326 /third_party/liblouis/src
327 /third_party/libphonenumber/libphonenumber.xml 327 /third_party/libphonenumber/libphonenumber.xml
328 /third_party/libphonenumber/libphonenumber_without_metadata.xml 328 /third_party/libphonenumber/libphonenumber_without_metadata.xml
329 /third_party/libphonenumber/src 329 /third_party/libphonenumber/src
330 /third_party/libsrtp 330 /third_party/libsrtp
331 /third_party/libvpx
332 /third_party/libwebm/source 331 /third_party/libwebm/source
333 /third_party/libyuv 332 /third_party/libyuv
334 /third_party/lighttpd 333 /third_party/lighttpd
335 /third_party/llvm 334 /third_party/llvm
336 /third_party/llvm-allocated-type 335 /third_party/llvm-allocated-type
337 /third_party/llvm-build 336 /third_party/llvm-build
338 /third_party/lss 337 /third_party/lss
339 /third_party/mesa/src 338 /third_party/mesa/src
340 /third_party/mingw-w64 339 /third_party/mingw-w64
341 /third_party/mkl 340 /third_party/mkl
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 /ui/surface/surface.xml 432 /ui/surface/surface.xml
434 /ui/surface/surface_gpu_tests.xml 433 /ui/surface/surface_gpu_tests.xml
435 /v8 434 /v8
436 # Results directory for run-webkit-tests. http://crbug.com/488288 435 # Results directory for run-webkit-tests. http://crbug.com/488288
437 /webkit 436 /webkit
438 /webpagereplay_logs/ 437 /webpagereplay_logs/
439 /win8/delegate_execute/delegate_execute_version_resources.xml 438 /win8/delegate_execute/delegate_execute_version_resources.xml
440 /win8/metro_driver/metro_driver_version_resources.xml 439 /win8/metro_driver/metro_driver_version_resources.xml
441 /x86-generic_out/ 440 /x86-generic_out/
442 /xcodebuild 441 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | third_party/libvpx/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698