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

Side by Side Diff: .gitignore

Issue 2588333002: Move last of third_party dirs into DEPS entries (Closed)
Patch Set: Remove junit-jar from .gitignore Created 4 years 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 *.DS_Store 1 *.DS_Store
2 *.Makefile 2 *.Makefile
3 *.host.mk 3 *.host.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.props 6 *.props
7 *.pyc 7 *.pyc
8 *.rules 8 *.rules
9 *.scons 9 *.scons
10 *.sdf 10 *.sdf
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 /third_party/hamcrest 84 /third_party/hamcrest
85 /third_party/icu 85 /third_party/icu
86 /third_party/icu4j 86 /third_party/icu4j
87 /third_party/ijar 87 /third_party/ijar
88 /third_party/instrumented_libraries 88 /third_party/instrumented_libraries
89 /third_party/intellij 89 /third_party/intellij
90 /third_party/jsoncpp 90 /third_party/jsoncpp
91 /third_party/javax_inject 91 /third_party/javax_inject
92 /third_party/jsr-305 92 /third_party/jsr-305
93 /third_party/junit 93 /third_party/junit
94 /third_party/junit-jar
95 /third_party/libFuzzer 94 /third_party/libFuzzer
96 /third_party/libc++ 95 /third_party/libc++
97 /third_party/libc++-static 96 /third_party/libc++-static
98 /third_party/libc++abi 97 /third_party/libc++abi
99 /third_party/libjingle 98 /third_party/libjingle
100 /third_party/libjpeg 99 /third_party/libjpeg
101 /third_party/libjpeg_turbo 100 /third_party/libjpeg_turbo
102 /third_party/libsrtp 101 /third_party/libsrtp
103 /third_party/libvpx 102 /third_party/libvpx
104 /third_party/libxml 103 /third_party/libxml
105 /third_party/libyuv 104 /third_party/libyuv
106 /third_party/llvm 105 /third_party/llvm
107 /third_party/llvm-build
108 /third_party/lss 106 /third_party/lss
109 /third_party/mockito 107 /third_party/mockito
110 /third_party/modp_b64 108 /third_party/modp_b64
111 /third_party/oauth2 109 /third_party/oauth2
112 /third_party/objenesis 110 /third_party/objenesis
113 /third_party/ocmock 111 /third_party/ocmock
114 /third_party/openh264 112 /third_party/openh264
115 /third_party/openmax_dl 113 /third_party/openmax_dl
116 /third_party/opus 114 /third_party/opus
117 /third_party/ow2_asm 115 /third_party/ow2_asm
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 /tools-webrtc/video_quality_toolchain/linux/zxing 149 /tools-webrtc/video_quality_toolchain/linux/zxing
152 /tools-webrtc/video_quality_toolchain/mac/ffmpeg 150 /tools-webrtc/video_quality_toolchain/mac/ffmpeg
153 /tools-webrtc/video_quality_toolchain/mac/zxing 151 /tools-webrtc/video_quality_toolchain/mac/zxing
154 /tools-webrtc/video_quality_toolchain/win/*.dll 152 /tools-webrtc/video_quality_toolchain/win/*.dll
155 /tools-webrtc/video_quality_toolchain/win/*.exe 153 /tools-webrtc/video_quality_toolchain/win/*.exe
156 /tools/vim 154 /tools/vim
157 /tools/win 155 /tools/win
158 /tools/whitespace.txt 156 /tools/whitespace.txt
159 /x86-generic_out/ 157 /x86-generic_out/
160 /xcodebuild 158 /xcodebuild
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