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

Side by Side Diff: .gitignore

Issue 1904563002: Standalone GN build. (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 | .gn » ('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_gyp/gyp 1 /build
2 /buildtools 2 /buildtools
3 /out 3 /out
4 /testing/corpus 4 /testing/corpus
5 /testing/gmock 5 /testing/gmock
6 /testing/gtest 6 /testing/gtest
7 /third_party/icu
7 /third_party/llvm 8 /third_party/llvm
8 /third_party/llvm-build 9 /third_party/llvm-build
9 /third_party/skia 10 /third_party/skia
10 /tools/clang 11 /tools/clang
12 /tools/gyp
11 /v8 13 /v8
12 /xcodebuild 14 /xcodebuild
13 Makefile 15 Makefile
14 .DS_Store 16 .DS_Store
15 .gclient 17 .gclient
16 .gclient_entries 18 .gclient_entries
17 *.aps 19 *.aps
18 *.filters 20 *.filters
19 *.mk 21 *.mk
20 *.opensdf 22 *.opensdf
21 *.pyc 23 *.pyc
22 *.sdf 24 *.sdf
23 *.sln 25 *.sln
24 *.suo 26 *.suo
25 *.user 27 *.user
26 *.vcxproj 28 *.vcxproj
27 *.xcodeproj 29 *.xcodeproj
OLDNEW
« no previous file with comments | « no previous file | .gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698