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

Side by Side Diff: .gitignore

Issue 2574033002: Downloading Node and NPM deps via gclient sync. (Closed)
Patch Set: Add missing sha1 file. Created 3 years, 11 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 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 /third_party/lss 404 /third_party/lss
405 /third_party/mesa/src 405 /third_party/mesa/src
406 /third_party/mingw-w64 406 /third_party/mingw-w64
407 /third_party/minigbm/src 407 /third_party/minigbm/src
408 /third_party/mkl 408 /third_party/mkl
409 /third_party/mocha 409 /third_party/mocha
410 /third_party/mockito/src 410 /third_party/mockito/src
411 /third_party/nacl_sdk_binaries/ 411 /third_party/nacl_sdk_binaries/
412 /third_party/netty-tcnative/src 412 /third_party/netty-tcnative/src
413 /third_party/netty4/src 413 /third_party/netty4/src
414 /third_party/node/linux
415 /third_party/node/mac
416 /third_party/node/node_modules
417 /third_party/node/*.tar.gz
418 /third_party/node/win
414 /third_party/nss 419 /third_party/nss
415 /third_party/objenesis/lib/*.jar 420 /third_party/objenesis/lib/*.jar
416 /third_party/omaha/src/omaha 421 /third_party/omaha/src/omaha
417 /third_party/openmax_dl/ 422 /third_party/openmax_dl/
418 /third_party/openh264/src 423 /third_party/openh264/src
419 /third_party/ow2_asm/lib/*.jar 424 /third_party/ow2_asm/lib/*.jar
420 /third_party/pdfsqueeze 425 /third_party/pdfsqueeze
421 /third_party/pdfium 426 /third_party/pdfium
422 /third_party/pefile 427 /third_party/pefile
423 /third_party/perl 428 /third_party/perl
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 /ui/keyboard/keyboard_mojom_bindings.xml 512 /ui/keyboard/keyboard_mojom_bindings.xml
508 /ui/surface/surface.xml 513 /ui/surface/surface.xml
509 /ui/surface/surface_gpu_tests.xml 514 /ui/surface/surface_gpu_tests.xml
510 /v8 515 /v8
511 /webkit/data 516 /webkit/data
512 /webpagereplay_logs/ 517 /webpagereplay_logs/
513 /win8/delegate_execute/delegate_execute_version_resources.xml 518 /win8/delegate_execute/delegate_execute_version_resources.xml
514 /win8/metro_driver/metro_driver_version_resources.xml 519 /win8/metro_driver/metro_driver_version_resources.xml
515 /x86-generic_out/ 520 /x86-generic_out/
516 /xcodebuild 521 /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