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

Side by Side Diff: .gitignore

Issue 1237803003: Use msvs toolchain from depot_tools. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Set environment 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 | DEPS » ('j') | build/gyp_v8 » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.a 1 *.a
2 *.exe 2 *.exe
3 *.idb 3 *.idb
4 *.lib 4 *.lib
5 *.log 5 *.log
6 *.map 6 *.map
7 *.mk 7 *.mk
8 *.ncb 8 *.ncb
9 *.pdb 9 *.pdb
10 *.pyc 10 *.pyc
(...skipping 24 matching lines...) Expand all
35 d8_g 35 d8_g
36 gccauses 36 gccauses
37 gcsuspects 37 gcsuspects
38 shell 38 shell
39 shell_g 39 shell_g
40 /_* 40 /_*
41 /build/Debug 41 /build/Debug
42 /build/gyp 42 /build/gyp
43 /build/ipch/ 43 /build/ipch/
44 /build/Release 44 /build/Release
45 /build/win_toolchain.json
45 /buildtools 46 /buildtools
46 /hydrogen.cfg 47 /hydrogen.cfg
47 /obj 48 /obj
48 /out 49 /out
49 /perf.data 50 /perf.data
50 /perf.data.old 51 /perf.data.old
51 /test/benchmarks/data 52 /test/benchmarks/data
52 /test/mozilla/data 53 /test/mozilla/data
53 /test/promises-aplus/promises-tests 54 /test/promises-aplus/promises-tests
54 /test/promises-aplus/promises-tests.tar.gz 55 /test/promises-aplus/promises-tests.tar.gz
(...skipping 22 matching lines...) Expand all
77 TAGS 78 TAGS
78 *.Makefile 79 *.Makefile
79 GTAGS 80 GTAGS
80 GRTAGS 81 GRTAGS
81 GSYMS 82 GSYMS
82 GPATH 83 GPATH
83 gtags.files 84 gtags.files
84 turbo*.cfg 85 turbo*.cfg
85 turbo*.dot 86 turbo*.dot
86 turbo*.json 87 turbo*.json
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | build/gyp_v8 » ('J')

Powered by Google App Engine
This is Rietveld 408576698