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

Side by Side Diff: .gitignore

Issue 2434563003: Remove all traces of Dr Memory. (Closed)
Patch Set: Removed from CQ config as well Created 4 years, 2 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 | infra/config/cq.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 /third_party/bouncycastle 85 /third_party/bouncycastle
86 /third_party/byte_buddy 86 /third_party/byte_buddy
87 /third_party/catapult 87 /third_party/catapult
88 /third_party/ced 88 /third_party/ced
89 /third_party/clang_format 89 /third_party/clang_format
90 /third_party/class-dump 90 /third_party/class-dump
91 /third_party/closure_compiler 91 /third_party/closure_compiler
92 /third_party/colorama 92 /third_party/colorama
93 /third_party/cygwin 93 /third_party/cygwin
94 /third_party/directxsdk 94 /third_party/directxsdk
95 /third_party/drmemory
96 /third_party/expat 95 /third_party/expat
97 /third_party/ffmpeg 96 /third_party/ffmpeg
98 /third_party/gaeunit 97 /third_party/gaeunit
99 /third_party/gflags/src 98 /third_party/gflags/src
100 /third_party/google-visualization-python 99 /third_party/google-visualization-python
101 /third_party/guava 100 /third_party/guava
102 /third_party/hamcrest 101 /third_party/hamcrest
103 /third_party/icu 102 /third_party/icu
104 /third_party/icu4j 103 /third_party/icu4j
105 /third_party/ijar 104 /third_party/ijar
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 /tools/swarming_client 163 /tools/swarming_client
165 /tools/telemetry 164 /tools/telemetry
166 /tools/tsan_suppressions 165 /tools/tsan_suppressions
167 /tools/valgrind 166 /tools/valgrind
168 /tools/vim 167 /tools/vim
169 /tools/win 168 /tools/win
170 /tools/xdisplaycheck 169 /tools/xdisplaycheck
171 /tools/whitespace.txt 170 /tools/whitespace.txt
172 /x86-generic_out/ 171 /x86-generic_out/
173 /xcodebuild 172 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | infra/config/cq.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698