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

Side by Side Diff: .gitignore

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