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

Side by Side Diff: .gitignore

Issue 1764083002: Roll chromium_revision 3c45587..8cdf034 (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 9 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 *.pyc 1 *.pyc
2 pin-log.txt 2 pin-log.txt
3 /base 3 /base
4 /build 4 /build
5 /buildtools 5 /buildtools
6 /chromium/.gclient.tmp 6 /chromium/.gclient.tmp
7 /chromium/.gclient.tmp_entries 7 /chromium/.gclient.tmp_entries
8 /chromium/.last_sync_chromium 8 /chromium/.last_sync_chromium
9 /chromium/src/ 9 /chromium/src/
10 /google_apis 10 /google_apis
(...skipping 27 matching lines...) Expand all
38 /third_party/jsr-305 38 /third_party/jsr-305
39 /third_party/junit 39 /third_party/junit
40 /third_party/junit-jar 40 /third_party/junit-jar
41 /third_party/libc++ 41 /third_party/libc++
42 /third_party/libc++abi 42 /third_party/libc++abi
43 /third_party/libevent 43 /third_party/libevent
44 /third_party/libjingle 44 /third_party/libjingle
45 /third_party/libjpeg 45 /third_party/libjpeg
46 /third_party/libjpeg_turbo 46 /third_party/libjpeg_turbo
47 /third_party/libsrtp 47 /third_party/libsrtp
48 /third_party/libvpx_new 48 /third_party/libvpx
49 /third_party/libxml 49 /third_party/libxml
50 /third_party/libudev 50 /third_party/libudev
51 /third_party/libyuv 51 /third_party/libyuv
52 /third_party/llvm 52 /third_party/llvm
53 /third_party/llvm-build 53 /third_party/llvm-build
54 /third_party/lss 54 /third_party/lss
55 /third_party/mockito 55 /third_party/mockito
56 /third_party/modp_b64 56 /third_party/modp_b64
57 /third_party/nss 57 /third_party/nss
58 /third_party/oauth2 58 /third_party/oauth2
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 libyuv.a 114 libyuv.a
115 libyuv_unittest 115 libyuv_unittest
116 116
117 # Files generated by winarm.mk build 117 # Files generated by winarm.mk build
118 libyuv_arm.lib 118 libyuv_arm.lib
119 source/*.o 119 source/*.o
120 120
121 # Files generated by perf 121 # Files generated by perf
122 perf.data 122 perf.data
123 perf.data.old 123 perf.data.old
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