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

Side by Side Diff: mojo/public/.gitignore

Issue 2250183003: Make the fuchsia mojo/public repo the source of truth. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
(Empty)
1 *.pyc
2 /tools/prebuilt/
3
4 # Download the Mojom parser binary.
5 /tools/bindings/mojom_tool/bin/linux64/mojom
6 /tools/bindings/mojom_tool/bin/linux64/mojom.stamp
7 /tools/bindings/mojom_tool/bin/mac64/mojom
8 /tools/bindings/mojom_tool/bin/mac64/mojom.stamp
9
10 # Download the mojom generators.
11 # A generator is anything in the generators directory except sha1 files.
12 /tools/bindings/mojom_tool/bin/linux64/generators/
13 /tools/bindings/mojom_tool/bin/mac64/generators/
14 !/tools/bindings/mojom_tool/bin/linux64/generators/*.sha1
15 !/tools/bindings/mojom_tool/bin/mac64/generators/*.sha1
16 !/tools/bindings/mojom_tool/bin/linux64/generators/legacy
17 !/tools/bindings/mojom_tool/bin/mac64/generators/legacy
OLDNEW
« no previous file with comments | « mojo/dart/packages/_mojo_for_test_only/lib/test/pingpong_service.mojom.dart ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698