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

Side by Side Diff: .gitignore

Issue 700763002: More Windows build fixes, some tidying in mojo_main (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: reland: fix sense in mojo/shell 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 | BUILD.gn » ('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
(...skipping 10 matching lines...) Expand all
21 # TODO(vtl): Check if this is still true. 21 # TODO(vtl): Check if this is still true.
22 /c 22 /c
23 /mojo/public/tools/prebuilt/ 23 /mojo/public/tools/prebuilt/
24 /out 24 /out
25 /out_* 25 /out_*
26 /sdch/open-vcdiff 26 /sdch/open-vcdiff
27 /testing/gmock 27 /testing/gmock
28 /testing/gtest 28 /testing/gtest
29 /third_party/android_tools/ 29 /third_party/android_tools/
30 /third_party/angle 30 /third_party/angle
31 /third_party/bison
31 /third_party/boringssl/src 32 /third_party/boringssl/src
32 /third_party/brotli/src 33 /third_party/brotli/src
33 /third_party/colorama/src 34 /third_party/colorama/src
34 /third_party/cros_system_api 35 /third_party/cros_system_api
35 /third_party/fontconfig/src 36 /third_party/fontconfig/src
36 /third_party/freetype 37 /third_party/freetype
37 /third_party/freetype2/src 38 /third_party/freetype2/src
39 /third_party/gperf
38 /third_party/icu 40 /third_party/icu
39 /third_party/jsr-305/src 41 /third_party/jsr-305/src
40 /third_party/libc++/trunk 42 /third_party/libc++/trunk
41 /third_party/libc++abi/trunk 43 /third_party/libc++abi/trunk
42 /third_party/libjpeg_turbo 44 /third_party/libjpeg_turbo
43 /third_party/libyuv 45 /third_party/libyuv
44 /third_party/llvm 46 /third_party/llvm
45 /third_party/llvm-build 47 /third_party/llvm-build
46 /third_party/lss 48 /third_party/lss
47 /third_party/mesa/src 49 /third_party/mesa/src
48 /third_party/nss 50 /third_party/nss
49 /third_party/ots 51 /third_party/ots
50 /third_party/pdfium 52 /third_party/pdfium
51 /third_party/pywebsocket/src 53 /third_party/pywebsocket/src
52 /third_party/sfntly/cpp 54 /third_party/sfntly/cpp
53 /third_party/skia 55 /third_party/skia
54 /third_party/smhasher/src 56 /third_party/smhasher/src
55 /third_party/yasm/binaries 57 /third_party/yasm/binaries
56 /third_party/yasm/source/patched-yasm 58 /third_party/yasm/source/patched-yasm
57 /tools/gn/bin/linux 59 /tools/gn/bin/linux
58 /tools/gn/bin/mac 60 /tools/gn/bin/mac
59 /tools/gn/bin/win 61 /tools/gn/bin/win
60 /tools/grit 62 /tools/grit
61 /v8 63 /v8
62 /webkit/Debug 64 /webkit/Debug
63 /webkit/Release 65 /webkit/Release
OLDNEW
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698