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

Side by Side Diff: .gitignore

Issue 1227333002: Add breakpad support to mojo shell apk. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reuse chromium breakpad infrastructure. Created 5 years, 5 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') | DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # commonly generated files 1 # commonly generated files
2 *.pyc 2 *.pyc
3 *~ 3 *~
4 .*.sw? 4 .*.sw?
5 .DS_Store 5 .DS_Store
6 .classpath 6 .classpath
7 .cproject 7 .cproject
8 .gdb_history 8 .gdb_history
9 .gdbinit 9 .gdbinit
10 .landmines 10 .landmines
11 .project 11 .project
12 .pub 12 .pub
13 .pydevproject 13 .pydevproject
14 .checkstyle 14 .checkstyle
15 cscope.* 15 cscope.*
16 Session.vim 16 Session.vim
17 tags 17 tags
18 Thumbs.db 18 Thumbs.db
19 v8.log 19 v8.log
20 /build/util/LASTCHANGE* 20 /build/util/LASTCHANGE*
21 21
22 # directories pulled in via deps or hooks 22 # directories pulled in via deps or hooks
23 /breakpad/src/
23 /build/linux/bin/eu-strip 24 /build/linux/bin/eu-strip
24 /buildtools/ 25 /buildtools/
25 /dart/ 26 /dart/
26 /dart-pub-cache/ 27 /dart-pub-cache/
27 /native_client/ 28 /native_client/
28 /out/ 29 /out/
29 /out_*/ 30 /out_*/
30 /sdch/open-vcdiff/ 31 /sdch/open-vcdiff/
31 /testing/gmock/ 32 /testing/gmock/
32 /testing/gtest/ 33 /testing/gtest/
(...skipping 20 matching lines...) Expand all
53 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf 54 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf
54 /third_party/freetype-android/src 55 /third_party/freetype-android/src
55 /third_party/go/tool/ 56 /third_party/go/tool/
56 /third_party/icu/ 57 /third_party/icu/
57 /third_party/jsr-305/src/ 58 /third_party/jsr-305/src/
58 /third_party/libc++/trunk/ 59 /third_party/libc++/trunk/
59 /third_party/libc++abi/trunk/ 60 /third_party/libc++abi/trunk/
60 /third_party/libjpeg_turbo/ 61 /third_party/libjpeg_turbo/
61 /third_party/llvm/ 62 /third_party/llvm/
62 /third_party/llvm-build/ 63 /third_party/llvm-build/
64 /third_party/lss/
63 /third_party/junit/src/ 65 /third_party/junit/src/
64 /third_party/mesa/src/ 66 /third_party/mesa/src/
65 /third_party/mockito/src/ 67 /third_party/mockito/src/
66 /third_party/pdfium/ 68 /third_party/pdfium/
67 /third_party/pywebsocket/src/ 69 /third_party/pywebsocket/src/
68 /third_party/requests/src/ 70 /third_party/requests/src/
69 /third_party/robolectric/src/ 71 /third_party/robolectric/src/
70 /third_party/skia/ 72 /third_party/skia/
71 /third_party/smhasher/src/ 73 /third_party/smhasher/src/
72 /third_party/yasm/binaries/ 74 /third_party/yasm/binaries/
(...skipping 14 matching lines...) Expand all
87 /sky/sdk/packages/mojo/pubspec.lock 89 /sky/sdk/packages/mojo/pubspec.lock
88 /sky/sdk/packages/sky/packages 90 /sky/sdk/packages/sky/packages
89 /sky/sdk/packages/sky/pubspec.lock 91 /sky/sdk/packages/sky/pubspec.lock
90 92
91 # sky tools 93 # sky tools
92 /sky/tools/skygo/linux64/sky_server 94 /sky/tools/skygo/linux64/sky_server
93 /sky/tools/skygo/mac/sky_server 95 /sky/tools/skygo/mac/sky_server
94 96
95 # downloaded keyboard_native resources. 97 # downloaded keyboard_native resources.
96 /services/keyboard_native/res/*.png 98 /services/keyboard_native/res/*.png
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698