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

Side by Side Diff: .gitignore

Issue 2317073002: LibYuv GN: Add GN test targets. (Closed)
Patch Set: Added TODOs. Created 4 years, 3 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 | BUILD.gn » ('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 10 matching lines...) Expand all
21 /third_party/android_tools 21 /third_party/android_tools
22 /third_party/apache_velocity 22 /third_party/apache_velocity
23 /third_party/appurify-python 23 /third_party/appurify-python
24 /third_party/asan 24 /third_party/asan
25 /third_party/ashmem 25 /third_party/ashmem
26 /third_party/binutils 26 /third_party/binutils
27 /third_party/bouncycastle 27 /third_party/bouncycastle
28 /third_party/BUILD.gn 28 /third_party/BUILD.gn
29 /third_party/catapult 29 /third_party/catapult
30 /third_party/ced 30 /third_party/ced
31 /third_party/class-dump
31 /third_party/closure_compiler 32 /third_party/closure_compiler
32 /third_party/drmemory 33 /third_party/drmemory
33 /third_party/gflags/src 34 /third_party/gflags/src
34 /third_party/guava 35 /third_party/guava
35 /third_party/hamcrest 36 /third_party/hamcrest
36 /third_party/icu 37 /third_party/icu
37 /third_party/icu4j 38 /third_party/icu4j
38 /third_party/ijar 39 /third_party/ijar
39 /third_party/instrumented_libraries 40 /third_party/instrumented_libraries
40 /third_party/intellij 41 /third_party/intellij
41 /third_party/jsr-305 42 /third_party/jsr-305
42 /third_party/junit 43 /third_party/junit
43 /third_party/libjpeg 44 /third_party/libjpeg
44 /third_party/libjpeg_turbo 45 /third_party/libjpeg_turbo
45 /third_party/libxml 46 /third_party/libxml
46 /third_party/llvm 47 /third_party/llvm
47 /third_party/llvm-build 48 /third_party/llvm-build
48 /third_party/lss 49 /third_party/lss
49 /third_party/mockito 50 /third_party/mockito
50 /third_party/modp_b64 51 /third_party/modp_b64
51 /third_party/ow2_asm 52 /third_party/ow2_asm
53 /third_party/proguard
52 /third_party/protobuf 54 /third_party/protobuf
53 /third_party/requests 55 /third_party/requests
54 /third_party/robolectric 56 /third_party/robolectric
55 /third_party/sqlite4java 57 /third_party/sqlite4java
58 /third_party/tcmalloc
56 /third_party/WebKit 59 /third_party/WebKit
57 /third_party/yasm 60 /third_party/yasm
61 /third_party/zlib
58 /tools/android 62 /tools/android
59 /tools/clang 63 /tools/clang
60 /tools/generate_library_loader 64 /tools/generate_library_loader
61 /tools/gn 65 /tools/gn
62 /tools/grit 66 /tools/grit
63 /tools/gritsettings/README 67 /tools/gritsettings/README
64 /tools/gritsettings/resource_ids 68 /tools/gritsettings/resource_ids
65 /tools/gyp 69 /tools/gyp
66 /tools/isolate_driver.py 70 /tools/isolate_driver.py
67 /tools/memory 71 /tools/memory
(...skipping 28 matching lines...) Expand all
96 libyuv.a 100 libyuv.a
97 libyuv_unittest 101 libyuv_unittest
98 102
99 # Files generated by winarm.mk build 103 # Files generated by winarm.mk build
100 libyuv_arm.lib 104 libyuv_arm.lib
101 source/*.o 105 source/*.o
102 106
103 # Files generated by perf 107 # Files generated by perf
104 perf.data 108 perf.data
105 perf.data.old 109 perf.data.old
OLDNEW
« no previous file with comments | « no previous file | BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698