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

Side by Side Diff: .gitignore

Issue 2384353002: Ready to enable MSan build for PDFium (Closed)
Patch Set: rebase 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 | 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 /base 1 /base
2 /build 2 /build
3 /buildtools 3 /buildtools
4 /out 4 /out
5 /testing/corpus 5 /testing/corpus
6 /testing/gmock 6 /testing/gmock
7 /testing/gtest 7 /testing/gtest
8 /third_party/android_ndk 8 /third_party/android_ndk
9 /third_party/catapult 9 /third_party/catapult
10 /third_party/icu 10 /third_party/icu
11 /third_party/instrumented_libraries
11 /third_party/llvm 12 /third_party/llvm
12 /third_party/llvm-build 13 /third_party/llvm-build
13 /third_party/skia 14 /third_party/skia
14 /tools/clang 15 /tools/clang
15 /tools/generate_library_loader 16 /tools/generate_library_loader
16 /tools/gyp 17 /tools/gyp
17 /tools/memory 18 /tools/memory
18 /v8 19 /v8
19 /xcodebuild 20 /xcodebuild
20 Makefile 21 Makefile
21 .DS_Store 22 .DS_Store
22 .gclient 23 .gclient
23 .gclient_entries 24 .gclient_entries
24 *.aps 25 *.aps
25 *.filters 26 *.filters
26 *.mk 27 *.mk
27 *.opensdf 28 *.opensdf
28 *.pyc 29 *.pyc
29 *.sdf 30 *.sdf
30 *.sln 31 *.sln
31 *.suo 32 *.suo
32 *.user 33 *.user
33 *.vcxproj 34 *.vcxproj
34 *.xcodeproj 35 *.xcodeproj
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