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

Side by Side Diff: .gitignore

Issue 1403893007: Adding third_party/openh264/src, build files and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename var to 'use_openh264', add OpenH264 to 'all' target of GN Created 5 years, 1 month 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 | BUILD.gn » ('j') | third_party/openh264/BUILD.gn » ('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 *.pyproj 8 *.pyproj
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 /third_party/mingw-w64 361 /third_party/mingw-w64
362 /third_party/minigbm/src 362 /third_party/minigbm/src
363 /third_party/mkl 363 /third_party/mkl
364 /third_party/mocha 364 /third_party/mocha
365 /third_party/mockito/src 365 /third_party/mockito/src
366 /third_party/mojo/src/mojo/public/tools/prebuilt/ 366 /third_party/mojo/src/mojo/public/tools/prebuilt/
367 /third_party/nacl_sdk_binaries/ 367 /third_party/nacl_sdk_binaries/
368 /third_party/nss 368 /third_party/nss
369 /third_party/omaha/src/omaha 369 /third_party/omaha/src/omaha
370 /third_party/openmax_dl/ 370 /third_party/openmax_dl/
371 /third_party/openh264/src
371 /third_party/opus/src 372 /third_party/opus/src
372 /third_party/pdfsqueeze 373 /third_party/pdfsqueeze
373 /third_party/pdfium 374 /third_party/pdfium
374 /third_party/pefile 375 /third_party/pefile
375 /third_party/perl 376 /third_party/perl
376 /third_party/platformsdk_win7 377 /third_party/platformsdk_win7
377 /third_party/platformsdk_win8 378 /third_party/platformsdk_win8
378 /third_party/ppapi 379 /third_party/ppapi
379 /third_party/psyco_win32 380 /third_party/psyco_win32
380 /third_party/pthreads-win32 381 /third_party/pthreads-win32
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 /ui/surface/surface.xml 448 /ui/surface/surface.xml
448 /ui/surface/surface_gpu_tests.xml 449 /ui/surface/surface_gpu_tests.xml
449 /v8 450 /v8
450 # Results directory for run-webkit-tests. http://crbug.com/488288 451 # Results directory for run-webkit-tests. http://crbug.com/488288
451 /webkit 452 /webkit
452 /webpagereplay_logs/ 453 /webpagereplay_logs/
453 /win8/delegate_execute/delegate_execute_version_resources.xml 454 /win8/delegate_execute/delegate_execute_version_resources.xml
454 /win8/metro_driver/metro_driver_version_resources.xml 455 /win8/metro_driver/metro_driver_version_resources.xml
455 /x86-generic_out/ 456 /x86-generic_out/
456 /xcodebuild 457 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | BUILD.gn » ('j') | third_party/openh264/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698