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

Side by Side Diff: .gitignore

Issue 1705533002: Remove yasm (and DONT_EMBED_BUILD_METADATA). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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 | 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 /third_party/mesa/src/ 57 /third_party/mesa/src/
58 /third_party/mockito/src/ 58 /third_party/mockito/src/
59 /third_party/pdfium/ 59 /third_party/pdfium/
60 /third_party/pyelftools/ 60 /third_party/pyelftools/
61 /third_party/pywebsocket/src/ 61 /third_party/pywebsocket/src/
62 /third_party/requests/src/ 62 /third_party/requests/src/
63 /third_party/robolectric/lib/ 63 /third_party/robolectric/lib/
64 /third_party/skia/ 64 /third_party/skia/
65 /third_party/smhasher/src/ 65 /third_party/smhasher/src/
66 /third_party/snappy/src/ 66 /third_party/snappy/src/
67 /third_party/yasm/binaries/
68 /third_party/yasm/source/patched-yasm/
69 /tools/grit/ 67 /tools/grit/
70 /v8/ 68 /v8/
71 69
72 # dart packages directories and related. 70 # dart packages directories and related.
73 /benchmarks/**/.packages 71 /benchmarks/**/.packages
74 /benchmarks/**/packages 72 /benchmarks/**/packages
75 /benchmarks/**/pubspec.lock 73 /benchmarks/**/pubspec.lock
76 /examples/dart/**/.packages 74 /examples/dart/**/.packages
77 /examples/dart/**/packages 75 /examples/dart/**/packages
78 /examples/dart/**/pubspec.lock 76 /examples/dart/**/pubspec.lock
79 /mojo/dart/apptests/**/.packages 77 /mojo/dart/apptests/**/.packages
80 /mojo/dart/apptests/**/packages 78 /mojo/dart/apptests/**/packages
81 /mojo/dart/apptests/**/pubspec.lock 79 /mojo/dart/apptests/**/pubspec.lock
82 /mojo/dart/packages/**/.packages 80 /mojo/dart/packages/**/.packages
83 /mojo/dart/packages/**/packages 81 /mojo/dart/packages/**/packages
84 /mojo/dart/packages/**/pubspec.lock 82 /mojo/dart/packages/**/pubspec.lock
85 /mojo/dart/unittests/**/.packages 83 /mojo/dart/unittests/**/.packages
86 /mojo/dart/unittests/**/packages 84 /mojo/dart/unittests/**/packages
87 /mojo/dart/unittests/**/pubspec.lock 85 /mojo/dart/unittests/**/pubspec.lock
88 86
89 # downloaded keyboard_native resources. 87 # downloaded keyboard_native resources.
90 /services/keyboard_native/res/*.png 88 /services/keyboard_native/res/*.png
91 89
92 # breakpad tool 90 # breakpad tool
93 /mojo/tools/linux64/dump_syms 91 /mojo/tools/linux64/dump_syms
94 /mojo/tools/linux64/symupload 92 /mojo/tools/linux64/symupload
95 93
96 # downloaded prediction dictionary files. 94 # downloaded prediction dictionary files.
97 /services/prediction/res/*.dict 95 /services/prediction/res/*.dict
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