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

Side by Side Diff: .gitignore

Issue 1140003003: Add mocha to third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set owner to just me, pending 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 | third_party/mocha/LICENSE » ('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/libwebm/source 332 /third_party/libwebm/source
333 /third_party/libyuv 333 /third_party/libyuv
334 /third_party/lighttpd 334 /third_party/lighttpd
335 /third_party/llvm 335 /third_party/llvm
336 /third_party/llvm-allocated-type 336 /third_party/llvm-allocated-type
337 /third_party/llvm-build 337 /third_party/llvm-build
338 /third_party/lss 338 /third_party/lss
339 /third_party/mesa/src 339 /third_party/mesa/src
340 /third_party/mingw-w64 340 /third_party/mingw-w64
341 /third_party/mkl 341 /third_party/mkl
342 /third_party/mocha
342 /third_party/mockito/src 343 /third_party/mockito/src
343 /third_party/mojo/src/mojo/public/tools/prebuilt/ 344 /third_party/mojo/src/mojo/public/tools/prebuilt/
344 /third_party/nacl_sdk_binaries/ 345 /third_party/nacl_sdk_binaries/
345 /third_party/nss 346 /third_party/nss
346 /third_party/omaha/src/omaha 347 /third_party/omaha/src/omaha
347 /third_party/openmax_dl/ 348 /third_party/openmax_dl/
348 /third_party/opus/src 349 /third_party/opus/src
349 /third_party/pdfsqueeze 350 /third_party/pdfsqueeze
350 /third_party/pdfium 351 /third_party/pdfium
351 /third_party/pefile 352 /third_party/pefile
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 /ui/surface/surface.xml 433 /ui/surface/surface.xml
433 /ui/surface/surface_gpu_tests.xml 434 /ui/surface/surface_gpu_tests.xml
434 /v8 435 /v8
435 # Results directory for run-webkit-tests. http://crbug.com/488288 436 # Results directory for run-webkit-tests. http://crbug.com/488288
436 /webkit 437 /webkit
437 /webpagereplay_logs/ 438 /webpagereplay_logs/
438 /win8/delegate_execute/delegate_execute_version_resources.xml 439 /win8/delegate_execute/delegate_execute_version_resources.xml
439 /win8/metro_driver/metro_driver_version_resources.xml 440 /win8/metro_driver/metro_driver_version_resources.xml
440 /x86-generic_out/ 441 /x86-generic_out/
441 /xcodebuild 442 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | third_party/mocha/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698