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

Side by Side Diff: .gitignore

Issue 2693423007: Introduce GN config files. (Closed)
Patch Set: Created 3 years, 10 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 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 /out 44 /out
45 # Sublime Text Tags 45 # Sublime Text Tags
46 .tags* 46 .tags*
47 # Created when pulling in git deps. 47 # Created when pulling in git deps.
48 /.gitdeps-cache 48 /.gitdeps-cache
49 ################################################## 49 ##################################################
50 # Chrome folders we pull in from DEPS and GITDEPS 50 # Chrome folders we pull in from DEPS and GITDEPS
51 /base 51 /base
52 /build 52 /build
53 /buildtools 53 /buildtools
54 /build_overrides
54 /testing 55 /testing
55 /tools 56 /tools
56 # Third party folders we pull in from DEPS 57 # Third party folders we pull in from DEPS
57 /third_party/protobuf 58 /third_party/ced
59 /third_party/icu
60 /third_party/libxml
61 /third_party/modp_b64
62 /third_party/protobuf
63 /third_party/zlib
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