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

Side by Side Diff: .gitignore

Issue 1900913003: Move build/ to build_gyp/. (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/gyp_pdfium » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /build/Debug 1 /build_gyp/gyp
2 /build/Release
3 /build/gyp
4 /buildtools 2 /buildtools
5 /out 3 /out
6 /testing/corpus 4 /testing/corpus
7 /testing/gmock 5 /testing/gmock
8 /testing/gtest 6 /testing/gtest
9 /third_party/llvm 7 /third_party/llvm
10 /third_party/llvm-build 8 /third_party/llvm-build
11 /third_party/skia 9 /third_party/skia
12 /tools/clang 10 /tools/clang
13 /v8 11 /v8
14 /xcodebuild 12 /xcodebuild
15 Makefile 13 Makefile
16 .DS_Store 14 .DS_Store
17 .gclient 15 .gclient
18 .gclient_entries 16 .gclient_entries
19 *.aps 17 *.aps
20 *.filters 18 *.filters
21 *.mk 19 *.mk
22 *.opensdf 20 *.opensdf
23 *.pyc 21 *.pyc
24 *.sdf 22 *.sdf
25 *.sln 23 *.sln
26 *.suo 24 *.suo
27 *.user 25 *.user
28 *.vcxproj 26 *.vcxproj
29 *.xcodeproj 27 *.xcodeproj
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | build/gyp_pdfium » ('J')

Powered by Google App Engine
This is Rietveld 408576698