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

Side by Side Diff: .gitignore

Issue 2574033002: Downloading Node and NPM deps via gclient sync. (Closed)
Patch Set: Reduce NPM deps size 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') | third_party/node/README.chromium » ('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 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 /third_party/lss 402 /third_party/lss
403 /third_party/mesa/src 403 /third_party/mesa/src
404 /third_party/mingw-w64 404 /third_party/mingw-w64
405 /third_party/minigbm/src 405 /third_party/minigbm/src
406 /third_party/mkl 406 /third_party/mkl
407 /third_party/mocha 407 /third_party/mocha
408 /third_party/mockito/src 408 /third_party/mockito/src
409 /third_party/nacl_sdk_binaries/ 409 /third_party/nacl_sdk_binaries/
410 /third_party/netty-tcnative/src 410 /third_party/netty-tcnative/src
411 /third_party/netty4/src 411 /third_party/netty4/src
412 /third_party/node/linux
413 /third_party/node/mac
414 /third_party/node/node_modules
415 /third_party/node/*.tar.gz
416 /third_party/node/win
412 /third_party/nss 417 /third_party/nss
413 /third_party/objenesis/lib/*.jar 418 /third_party/objenesis/lib/*.jar
414 /third_party/omaha/src/omaha 419 /third_party/omaha/src/omaha
415 /third_party/openmax_dl/ 420 /third_party/openmax_dl/
416 /third_party/openh264/src 421 /third_party/openh264/src
417 /third_party/ow2_asm/lib/*.jar 422 /third_party/ow2_asm/lib/*.jar
418 /third_party/pdfsqueeze 423 /third_party/pdfsqueeze
419 /third_party/pdfium 424 /third_party/pdfium
420 /third_party/pefile 425 /third_party/pefile
421 /third_party/perl 426 /third_party/perl
(...skipping 85 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') | third_party/node/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698