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

Side by Side Diff: .gitignore

Issue 1229673007: Add newton Dart library to //third_party/dart-pkg (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # commonly generated files 1 # commonly generated files
2 *.pyc 2 *.pyc
3 *~ 3 *~
4 .*.sw? 4 .*.sw?
5 .DS_Store 5 .DS_Store
6 .classpath 6 .classpath
7 .cproject 7 .cproject
8 .gdb_history 8 .gdb_history
9 .gdbinit 9 .gdbinit
10 .landmines 10 .landmines
(...skipping 25 matching lines...) Expand all
36 /third_party/boringssl/src/ 36 /third_party/boringssl/src/
37 /third_party/brotli/src/ 37 /third_party/brotli/src/
38 /third_party/colorama/src/ 38 /third_party/colorama/src/
39 /third_party/dart-sdk/ 39 /third_party/dart-sdk/
40 /third_party/dart-pkg/archive 40 /third_party/dart-pkg/archive
41 /third_party/dart-pkg/args 41 /third_party/dart-pkg/args
42 /third_party/dart-pkg/box2d 42 /third_party/dart-pkg/box2d
43 /third_party/dart-pkg/cassowary 43 /third_party/dart-pkg/cassowary
44 /third_party/dart-pkg/collection 44 /third_party/dart-pkg/collection
45 /third_party/dart-pkg/crypto 45 /third_party/dart-pkg/crypto
46 /third_party/dart-pkg/newton
46 /third_party/dart-pkg/path 47 /third_party/dart-pkg/path
47 /third_party/dart-pkg/quiver 48 /third_party/dart-pkg/quiver
48 /third_party/dart-pkg/source_span 49 /third_party/dart-pkg/source_span
49 /third_party/dart-pkg/string_scanner 50 /third_party/dart-pkg/string_scanner
50 /third_party/dart-pkg/vector_math 51 /third_party/dart-pkg/vector_math
51 /third_party/dart-pkg/vector_math 52 /third_party/dart-pkg/vector_math
52 /third_party/dart-pkg/yaml 53 /third_party/dart-pkg/yaml
53 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf 54 /third_party/dejavu-fonts-ttf-2.34/ttf/*.ttf
54 /third_party/freetype-android/src 55 /third_party/freetype-android/src
55 /third_party/go/tool/ 56 /third_party/go/tool/
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 /sky/sdk/packages/mojo/pubspec.lock 88 /sky/sdk/packages/mojo/pubspec.lock
88 /sky/sdk/packages/sky/packages 89 /sky/sdk/packages/sky/packages
89 /sky/sdk/packages/sky/pubspec.lock 90 /sky/sdk/packages/sky/pubspec.lock
90 91
91 # sky tools 92 # sky tools
92 /sky/tools/skygo/linux64/sky_server 93 /sky/tools/skygo/linux64/sky_server
93 /sky/tools/skygo/mac/sky_server 94 /sky/tools/skygo/mac/sky_server
94 95
95 # downloaded keyboard_native resources. 96 # downloaded keyboard_native resources.
96 /services/keyboard_native/res/*.png 97 /services/keyboard_native/res/*.png
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698