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

Side by Side Diff: .gitignore

Issue 574103002: Remove guava from chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back OWNERS Created 6 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 *.gypcmd 1 *.gypcmd
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.opensdf 4 *.opensdf
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.sdf 8 *.sdf
9 *.sln 9 *.sln
10 *.suo 10 *.suo
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 /third_party/flac 252 /third_party/flac
253 /third_party/fontconfig/src 253 /third_party/fontconfig/src
254 /third_party/freetype 254 /third_party/freetype
255 /third_party/freetype2/src 255 /third_party/freetype2/src
256 /third_party/gles2_conform 256 /third_party/gles2_conform
257 /third_party/gnu_binutils/ 257 /third_party/gnu_binutils/
258 /third_party/google_appengine_cloudstorage 258 /third_party/google_appengine_cloudstorage
259 /third_party/google_toolbox_for_mac/src 259 /third_party/google_toolbox_for_mac/src
260 /third_party/googlemac 260 /third_party/googlemac
261 /third_party/gperf 261 /third_party/gperf
262 /third_party/guava/src
263 /third_party/httpcomponents-client 262 /third_party/httpcomponents-client
264 /third_party/httpcomponents-core 263 /third_party/httpcomponents-core
265 /third_party/hunspell 264 /third_party/hunspell
266 /third_party/hunspell_dictionaries 265 /third_party/hunspell_dictionaries
267 /third_party/icu 266 /third_party/icu
268 /third_party/jarjar 267 /third_party/jarjar
269 /third_party/jsoncpp/source 268 /third_party/jsoncpp/source
270 /third_party/jsr-305/src 269 /third_party/jsr-305/src
271 /third_party/junit/src 270 /third_party/junit/src
272 /third_party/leveldatabase/src 271 /third_party/leveldatabase/src
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 /webkit/data/test_shell/plugins 385 /webkit/data/test_shell/plugins
387 /webkit/data/xbm_decoder 386 /webkit/data/xbm_decoder
388 /webkit/Debug 387 /webkit/Debug
389 /webkit/Release 388 /webkit/Release
390 /webkit/renderer/media/crypto/ppapi/cdm 389 /webkit/renderer/media/crypto/ppapi/cdm
391 /webpagereplay_logs/ 390 /webpagereplay_logs/
392 /win8/delegate_execute/delegate_execute_version_resources.xml 391 /win8/delegate_execute/delegate_execute_version_resources.xml
393 /win8/metro_driver/metro_driver_version_resources.xml 392 /win8/metro_driver/metro_driver_version_resources.xml
394 /x86-generic_out/ 393 /x86-generic_out/
395 /xcodebuild 394 /xcodebuild
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