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

Side by Side Diff: .gitignore

Issue 2750463006: ChromePrompt Mojo IPC interface (Closed)
Patch Set: Standard directory layout Created 3 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 | BUILD.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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 /build_overrides
55 /chrome
56 /crypto
57 /ipc
58 /mojo
55 /testing 59 /testing
56 /tools 60 /tools
57 # Third party folders we pull in from DEPS 61 # Third party folders we pull in from DEPS
62 /third_party/boringssl
63 /third_party/catapult
58 /third_party/ced 64 /third_party/ced
59 /third_party/icu 65 /third_party/icu
66 /third_party/jinja2
60 /third_party/libxml 67 /third_party/libxml
68 /third_party/markupsafe
61 /third_party/modp_b64 69 /third_party/modp_b64
70 /third_party/ply
62 /third_party/protobuf 71 /third_party/protobuf
72 /third_party/Webkit
73 /third_party/yasm
63 /third_party/zlib 74 /third_party/zlib
OLDNEW
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698