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

Side by Side Diff: .gitignore

Issue 1845003004: Enable building with Native Client. (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Rebased Created 4 years, 8 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 | chromium/.gclient » ('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
11 /links 11 /links
12 /links.db
13 /native_client
12 /net 14 /net
13 /out 15 /out
14 /sde-avx-sse-transition-out.txt 16 /sde-avx-sse-transition-out.txt
15 /testing 17 /testing
16 /third_party/android_platform 18 /third_party/android_platform
17 /third_party/android_testrunner 19 /third_party/android_testrunner
18 /third_party/android_tools 20 /third_party/android_tools
19 /third_party/appurify-python 21 /third_party/appurify-python
20 /third_party/asan 22 /third_party/asan
21 /third_party/ashmem 23 /third_party/ashmem
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 libyuv.a 116 libyuv.a
115 libyuv_unittest 117 libyuv_unittest
116 118
117 # Files generated by winarm.mk build 119 # Files generated by winarm.mk build
118 libyuv_arm.lib 120 libyuv_arm.lib
119 source/*.o 121 source/*.o
120 122
121 # Files generated by perf 123 # Files generated by perf
122 perf.data 124 perf.data
123 perf.data.old 125 perf.data.old
OLDNEW
« no previous file with comments | « no previous file | chromium/.gclient » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698