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

Side by Side Diff: .gitignore

Issue 1236543003: Upload symbols when uploading mojo binaries to the CDN. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Copy symbols to know location during build 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 /third_party/jsr-305/src/ 58 /third_party/jsr-305/src/
59 /third_party/libc++/trunk/ 59 /third_party/libc++/trunk/
60 /third_party/libc++abi/trunk/ 60 /third_party/libc++abi/trunk/
61 /third_party/libjpeg_turbo/ 61 /third_party/libjpeg_turbo/
62 /third_party/llvm/ 62 /third_party/llvm/
63 /third_party/llvm-build/ 63 /third_party/llvm-build/
64 /third_party/junit/src/ 64 /third_party/junit/src/
65 /third_party/mesa/src/ 65 /third_party/mesa/src/
66 /third_party/mockito/src/ 66 /third_party/mockito/src/
67 /third_party/pdfium/ 67 /third_party/pdfium/
68 /third_party/pyelftools/
68 /third_party/pywebsocket/src/ 69 /third_party/pywebsocket/src/
69 /third_party/requests/src/ 70 /third_party/requests/src/
70 /third_party/robolectric/src/ 71 /third_party/robolectric/src/
71 /third_party/skia/ 72 /third_party/skia/
72 /third_party/smhasher/src/ 73 /third_party/smhasher/src/
73 /third_party/yasm/binaries/ 74 /third_party/yasm/binaries/
74 /third_party/yasm/source/patched-yasm/ 75 /third_party/yasm/source/patched-yasm/
75 /tools/grit/ 76 /tools/grit/
76 /v8/ 77 /v8/
77 78
(...skipping 15 matching lines...) Expand all
93 /sky/sdk/packages/mojo/pubspec.lock 94 /sky/sdk/packages/mojo/pubspec.lock
94 /sky/sdk/packages/sky/packages 95 /sky/sdk/packages/sky/packages
95 /sky/sdk/packages/sky/pubspec.lock 96 /sky/sdk/packages/sky/pubspec.lock
96 97
97 # sky tools 98 # sky tools
98 /sky/tools/skygo/linux64/sky_server 99 /sky/tools/skygo/linux64/sky_server
99 /sky/tools/skygo/mac/sky_server 100 /sky/tools/skygo/mac/sky_server
100 101
101 # downloaded keyboard_native resources. 102 # downloaded keyboard_native resources.
102 /services/keyboard_native/res/*.png 103 /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