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

Side by Side Diff: .gitignore

Issue 2183923005: Add Robolectric dependencies to setup_link directories. (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv.git@master
Patch Set: Updated .gitignore Created 4 years, 4 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 | setup_links.py » ('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 12 /links.db
13 /mojo 13 /mojo
14 /native_client 14 /native_client
15 /net 15 /net
16 /out 16 /out
17 /sde-avx-sse-transition-out.txt 17 /sde-avx-sse-transition-out.txt
18 /testing 18 /testing
19 /third_party/accessibility_test_framework
19 /third_party/android_platform 20 /third_party/android_platform
20 /third_party/android_tools 21 /third_party/android_tools
22 /third_party/apache_velocity
21 /third_party/appurify-python 23 /third_party/appurify-python
22 /third_party/asan 24 /third_party/asan
23 /third_party/ashmem 25 /third_party/ashmem
24 /third_party/binutils 26 /third_party/binutils
27 /third_party/bouncycastle
25 /third_party/BUILD.gn 28 /third_party/BUILD.gn
26 /third_party/catapult 29 /third_party/catapult
27 /third_party/drmemory 30 /third_party/drmemory
28 /third_party/gflags/src 31 /third_party/gflags/src
32 /third_party/guava
33 /third_party/hamcrest
29 /third_party/icu 34 /third_party/icu
35 /third_party/icu4j
30 /third_party/ijar 36 /third_party/ijar
37 /third_party/intellij
31 /third_party/instrumented_libraries 38 /third_party/instrumented_libraries
32 /third_party/jsr-305 39 /third_party/jsr-305
33 /third_party/junit 40 /third_party/junit
34 /third_party/libjpeg 41 /third_party/libjpeg
35 /third_party/libjpeg_turbo 42 /third_party/libjpeg_turbo
36 /third_party/libxml 43 /third_party/libxml
37 /third_party/llvm 44 /third_party/llvm
38 /third_party/llvm-build 45 /third_party/llvm-build
39 /third_party/lss 46 /third_party/lss
40 /third_party/mockito 47 /third_party/mockito
41 /third_party/modp_b64 48 /third_party/modp_b64
49 /third_party/ow2_asm
42 /third_party/protobuf 50 /third_party/protobuf
43 /third_party/requests 51 /third_party/requests
44 /third_party/robolectric 52 /third_party/robolectric
53 /third_party/sqlite4java
45 /third_party/WebKit 54 /third_party/WebKit
46 /third_party/yasm 55 /third_party/yasm
47 /tools/android 56 /tools/android
48 /tools/clang 57 /tools/clang
49 /tools/generate_library_loader 58 /tools/generate_library_loader
50 /tools/gn 59 /tools/gn
51 /tools/grit 60 /tools/grit
52 /tools/gritsettings/README 61 /tools/gritsettings/README
53 /tools/gritsettings/resource_ids 62 /tools/gritsettings/resource_ids
54 /tools/gyp 63 /tools/gyp
(...skipping 30 matching lines...) Expand all
85 libyuv.a 94 libyuv.a
86 libyuv_unittest 95 libyuv_unittest
87 96
88 # Files generated by winarm.mk build 97 # Files generated by winarm.mk build
89 libyuv_arm.lib 98 libyuv_arm.lib
90 source/*.o 99 source/*.o
91 100
92 # Files generated by perf 101 # Files generated by perf
93 perf.data 102 perf.data
94 perf.data.old 103 perf.data.old
OLDNEW
« no previous file with comments | « no previous file | setup_links.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698