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

Side by Side Diff: .gitignore

Issue 11434058: Add guava and jsr-305 DEPS to third_party for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« 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 *.Makefile 1 *.Makefile
2 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.sdf 10 *.sdf
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 /third_party/directxsdk 164 /third_party/directxsdk
165 /third_party/drmemory 165 /third_party/drmemory
166 /third_party/ffmpeg 166 /third_party/ffmpeg
167 /third_party/flac 167 /third_party/flac
168 /third_party/freetype 168 /third_party/freetype
169 /third_party/gles2_conform 169 /third_party/gles2_conform
170 /third_party/gnu_binutils/ 170 /third_party/gnu_binutils/
171 /third_party/gold 171 /third_party/gold
172 /third_party/googlemac 172 /third_party/googlemac
173 /third_party/gperf 173 /third_party/gperf
174 /third_party/guava/src
174 /third_party/hunspell 175 /third_party/hunspell
175 /third_party/hunspell_dictionaries 176 /third_party/hunspell_dictionaries
176 /third_party/icu 177 /third_party/icu
177 /third_party/jsoncpp/source 178 /third_party/jsoncpp/source
179 /third_party/jsr-305/src
178 /third_party/leveldatabase/src 180 /third_party/leveldatabase/src
179 /third_party/leveldb 181 /third_party/leveldb
180 /third_party/libexif/sources 182 /third_party/libexif/sources
181 /third_party/libjingle/source 183 /third_party/libjingle/source
182 /third_party/libjingle/source_internal 184 /third_party/libjingle/source_internal
183 /third_party/libjpeg_turbo 185 /third_party/libjpeg_turbo
184 /third_party/libmtp/ 186 /third_party/libmtp/
185 /third_party/libphonenumber/libphonenumber.xml 187 /third_party/libphonenumber/libphonenumber.xml
186 /third_party/libphonenumber/libphonenumber_without_metadata.xml 188 /third_party/libphonenumber/libphonenumber_without_metadata.xml
187 /third_party/libphonenumber/src 189 /third_party/libphonenumber/src
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 /webkit/Debug 267 /webkit/Debug
266 /webkit/Release 268 /webkit/Release
267 /webkit/data/bmp_decoder 269 /webkit/data/bmp_decoder
268 /webkit/data/ico_decoder 270 /webkit/data/ico_decoder
269 /webkit/data/layout_tests/LayoutTests 271 /webkit/data/layout_tests/LayoutTests
270 /webkit/data/test_shell/plugins 272 /webkit/data/test_shell/plugins
271 /webkit/data/xbm_decoder 273 /webkit/data/xbm_decoder
272 /webpagereplay_logs/ 274 /webpagereplay_logs/
273 /x86-generic_out/ 275 /x86-generic_out/
274 /xcodebuild 276 /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