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

Side by Side Diff: .gitignore

Issue 694353003: Get `gn gen` to succeed on Windows (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove GYP_DEFINES code Created 6 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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.pyc 1 *.pyc
2 *~ 2 *~
3 .*.sw? 3 .*.sw?
4 .DS_Store 4 .DS_Store
5 .classpath 5 .classpath
6 .cproject 6 .cproject
7 .gdb_history 7 .gdb_history
8 .gdbinit 8 .gdbinit
9 .landmines 9 .landmines
10 .checkstyle 10 .checkstyle
11 cscope.* 11 cscope.*
12 Session.vim 12 Session.vim
13 tags 13 tags
14 Thumbs.db 14 Thumbs.db
15 v8.log 15 v8.log
16 /build/util/LASTCHANGE* 16 /build/util/LASTCHANGE*
17 /build/linux/bin/eu-strip 17 /build/linux/bin/eu-strip
18 /build/win_toolchain.json
18 /buildtools 19 /buildtools
19 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866. 20 # The Chrome OS build creates a /c symlink due to http://crbug.com/54866.
20 # TODO(vtl): Check if this is still true. 21 # TODO(vtl): Check if this is still true.
21 /c 22 /c
22 /mojo/public/tools/prebuilt/ 23 /mojo/public/tools/prebuilt/
23 /out 24 /out
24 /out_* 25 /out_*
25 /sdch/open-vcdiff 26 /sdch/open-vcdiff
26 /testing/gmock 27 /testing/gmock
27 /testing/gtest 28 /testing/gtest
28 /third_party/android_tools/ 29 /third_party/android_tools/
29 /third_party/angle 30 /third_party/angle
30 /third_party/boringssl/src 31 /third_party/boringssl/src
31 /third_party/brotli/src 32 /third_party/brotli/src
32 /third_party/colorama/src 33 /third_party/colorama/src
33 /third_party/cros_system_api 34 /third_party/cros_system_api
34 /third_party/fontconfig/src 35 /third_party/fontconfig/src
35 /third_party/freetype 36 /third_party/freetype
36 /third_party/freetype2/src 37 /third_party/freetype2/src
37 /third_party/icu 38 /third_party/icu
38 /third_party/jsr-305/src 39 /third_party/jsr-305/src
39 /third_party/libc++/trunk 40 /third_party/libc++/trunk
40 /third_party/libc++abi/trunk 41 /third_party/libc++abi/trunk
41 /third_party/libjpeg_turbo 42 /third_party/libjpeg_turbo
42 /third_party/libyuv 43 /third_party/libyuv
43 /third_party/llvm 44 /third_party/llvm
44 /third_party/llvm-build 45 /third_party/llvm-build
45 /third_party/lss 46 /third_party/lss
46 /third_party/mesa/src 47 /third_party/mesa/src
48 /third_party/nss
47 /third_party/ots 49 /third_party/ots
48 /third_party/pdfium 50 /third_party/pdfium
49 /third_party/pywebsocket/src 51 /third_party/pywebsocket/src
50 /third_party/sfntly/cpp 52 /third_party/sfntly/cpp
51 /third_party/skia 53 /third_party/skia
52 /third_party/smhasher/src 54 /third_party/smhasher/src
53 /third_party/yasm/binaries 55 /third_party/yasm/binaries
54 /third_party/yasm/source/patched-yasm 56 /third_party/yasm/source/patched-yasm
55 /tools/gn/bin/linux 57 /tools/gn/bin/linux
56 /tools/gn/bin/mac 58 /tools/gn/bin/mac
57 /tools/gn/bin/win 59 /tools/gn/bin/win
58 /tools/grit 60 /tools/grit
59 /v8 61 /v8
60 /webkit/Debug 62 /webkit/Debug
61 /webkit/Release 63 /webkit/Release
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