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

Side by Side Diff: .gitignore

Issue 1136503002: Create wrapper script around mojom's generate.dart in the Sky package. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 7 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 | mojo/dart/mojom/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.pyc 1 *.pyc
2 *~ 2 *~
3 .*.sw? 3 .*.sw?
4 .DS_Store 4 .DS_Store
5 .classpath 5 .classpath
6 .cproject 6 .cproject
7 .gdb_history 7 .gdb_history
8 .gdbinit 8 .gdbinit
9 .landmines 9 .landmines
10 .project 10 .project
11 .pub
11 .pydevproject 12 .pydevproject
12 .checkstyle 13 .checkstyle
13 cscope.* 14 cscope.*
14 Session.vim 15 Session.vim
15 tags 16 tags
16 Thumbs.db 17 Thumbs.db
17 v8.log 18 v8.log
18 /build/util/LASTCHANGE* 19 /build/util/LASTCHANGE*
19 /build/linux/bin/eu-strip 20 /build/linux/bin/eu-strip
20 /build/win_toolchain.json 21 /build/win_toolchain.json
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 /third_party/pywebsocket/src/ 61 /third_party/pywebsocket/src/
61 /third_party/requests/src/ 62 /third_party/requests/src/
62 /third_party/robolectric/src/ 63 /third_party/robolectric/src/
63 /third_party/sfntly/cpp/ 64 /third_party/sfntly/cpp/
64 /third_party/skia/ 65 /third_party/skia/
65 /third_party/smhasher/src/ 66 /third_party/smhasher/src/
66 /third_party/yasm/binaries/ 67 /third_party/yasm/binaries/
67 /third_party/yasm/source/patched-yasm/ 68 /third_party/yasm/source/patched-yasm/
68 /tools/grit/ 69 /tools/grit/
69 /v8/ 70 /v8/
70 # dart packages directories 71 # dart packages directories and related.
71 /mojo/dart/mojom/packages 72 /mojo/dart/mojom/packages
72 /mojo/dart/mojom/bin/packages 73 /mojo/dart/mojom/bin/packages
73 /mojo/dart/apptest/packages 74 /mojo/dart/apptest/packages
75 /sky/examples/hello_world/packages
76 /sky/examples/stocks/packages
77 /sky/sdk/packages/mojo/packages
78 /sky/sdk/packages/mojo/pubspec.lock
79 /sky/sdk/packages/sky/packages
80 /sky/sdk/packages/sky/pubspec.lock
OLDNEW
« no previous file with comments | « no previous file | mojo/dart/mojom/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698