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

Side by Side Diff: .gitignore

Issue 2292373002: Roll chromium_revision to aug 11. (Closed)
Patch Set: Roll chromium_revision to aug 11. 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 | 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
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/accessibility_test_framework
20 /third_party/android_platform 20 /third_party/android_platform
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/closure_compiler 31 /third_party/closure_compiler
31 /third_party/drmemory 32 /third_party/drmemory
32 /third_party/gflags/src 33 /third_party/gflags/src
33 /third_party/guava 34 /third_party/guava
34 /third_party/hamcrest 35 /third_party/hamcrest
35 /third_party/icu 36 /third_party/icu
36 /third_party/icu4j 37 /third_party/icu4j
37 /third_party/ijar 38 /third_party/ijar
38 /third_party/instrumented_libraries 39 /third_party/instrumented_libraries
39 /third_party/intellij 40 /third_party/intellij
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 libyuv.a 96 libyuv.a
96 libyuv_unittest 97 libyuv_unittest
97 98
98 # Files generated by winarm.mk build 99 # Files generated by winarm.mk build
99 libyuv_arm.lib 100 libyuv_arm.lib
100 source/*.o 101 source/*.o
101 102
102 # Files generated by perf 103 # Files generated by perf
103 perf.data 104 perf.data
104 perf.data.old 105 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