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

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: 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') | build/find_depot_tools.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /build/Debug 1 /build/Debug
2 /build/Release 2 /build/Release
3 /build/gyp 3 /build/gyp
4 /build/win_toolchain.json
4 /buildtools 5 /buildtools
5 /out 6 /out
6 /testing/corpus 7 /testing/corpus
7 /testing/gmock 8 /testing/gmock
8 /testing/gtest 9 /testing/gtest
9 /third_party/llvm 10 /third_party/llvm
10 /third_party/llvm-build 11 /third_party/llvm-build
11 /third_party/skia 12 /third_party/skia
12 /tools/clang 13 /tools/clang
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') | build/find_depot_tools.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698