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

Side by Side Diff: .gitignore

Issue 1812563002: Enable building pdf_use_skia in the standalone build. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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') | DEPS » ('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 /buildtools 4 /buildtools
5 /out 5 /out
6 /testing/corpus 6 /testing/corpus
7 /testing/gmock 7 /testing/gmock
8 /testing/gtest 8 /testing/gtest
9 /third_party/llvm 9 /third_party/llvm
10 /third_party/llvm-build 10 /third_party/llvm-build
11 /tools/clang 11 /tools/clang
12 /v8 12 /v8
13 /xcodebuild 13 /xcodebuild
14 Makefile 14 Makefile
15 .DS_Store 15 .DS_Store
16 .gclient 16 .gclient
17 .gclient_entries 17 .gclient_entries
18 *.aps 18 *.aps
19 *.filters 19 *.filters
20 *.mk 20 *.mk
21 *.opensdf 21 *.opensdf
22 *.pyc 22 *.pyc
23 *.sdf 23 *.sdf
24 *.sln 24 *.sln
25 *.suo 25 *.suo
26 *.user 26 *.user
27 *.vcxproj 27 *.vcxproj
28 *.xcodeproj 28 *.xcodeproj
29 third_party/skia
Tom Sepez 2016/03/16 18:51:51 nit: keep sorted, this goes at line 11. Is there
dsinclair 2016/03/16 19:35:13 Done.
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698