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

Side by Side Diff: .gitignore

Issue 1897523002: Use visual studio toolchain from depot_tools for PDFium compilation (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 4 years, 8 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 /build 1 /build
2 /build_gyp/win_toolchain.json
2 /buildtools 3 /buildtools
3 /out 4 /out
4 /testing/corpus 5 /testing/corpus
5 /testing/gmock 6 /testing/gmock
6 /testing/gtest 7 /testing/gtest
7 /third_party/icu 8 /third_party/icu
8 /third_party/llvm 9 /third_party/llvm
9 /third_party/llvm-build 10 /third_party/llvm-build
10 /third_party/skia 11 /third_party/skia
11 /tools/clang 12 /tools/clang
12 /tools/gyp 13 /tools/gyp
13 /v8 14 /v8
14 /xcodebuild 15 /xcodebuild
15 Makefile 16 Makefile
16 .DS_Store 17 .DS_Store
17 .gclient 18 .gclient
18 .gclient_entries 19 .gclient_entries
19 *.aps 20 *.aps
20 *.filters 21 *.filters
21 *.mk 22 *.mk
22 *.opensdf 23 *.opensdf
23 *.pyc 24 *.pyc
24 *.sdf 25 *.sdf
25 *.sln 26 *.sln
26 *.suo 27 *.suo
27 *.user 28 *.user
28 *.vcxproj 29 *.vcxproj
29 *.xcodeproj 30 *.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