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

Side by Side Diff: .gitignore

Issue 556893004: [Android] Add JUnit4 to third_party/junit/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pull LICENSE up from src 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 | 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 *.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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 /third_party/gperf 262 /third_party/gperf
263 /third_party/guava/src 263 /third_party/guava/src
264 /third_party/httpcomponents-client 264 /third_party/httpcomponents-client
265 /third_party/httpcomponents-core 265 /third_party/httpcomponents-core
266 /third_party/hunspell 266 /third_party/hunspell
267 /third_party/hunspell_dictionaries 267 /third_party/hunspell_dictionaries
268 /third_party/icu 268 /third_party/icu
269 /third_party/jarjar 269 /third_party/jarjar
270 /third_party/jsoncpp/source 270 /third_party/jsoncpp/source
271 /third_party/jsr-305/src 271 /third_party/jsr-305/src
272 /third_party/junit/src
272 /third_party/leveldatabase/src 273 /third_party/leveldatabase/src
273 /third_party/leveldb 274 /third_party/leveldb
274 /third_party/libaddressinput/src 275 /third_party/libaddressinput/src
275 /third_party/libc++/trunk 276 /third_party/libc++/trunk
276 /third_party/libc++abi/trunk 277 /third_party/libc++abi/trunk
277 /third_party/libexif/sources 278 /third_party/libexif/sources
278 /third_party/libjingle/source 279 /third_party/libjingle/source
279 /third_party/libjingle/source_internal 280 /third_party/libjingle/source_internal
280 /third_party/libjpeg_turbo 281 /third_party/libjpeg_turbo
281 /third_party/liblouis/src 282 /third_party/liblouis/src
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 /webkit/data/test_shell/plugins 387 /webkit/data/test_shell/plugins
387 /webkit/data/xbm_decoder 388 /webkit/data/xbm_decoder
388 /webkit/Debug 389 /webkit/Debug
389 /webkit/Release 390 /webkit/Release
390 /webkit/renderer/media/crypto/ppapi/cdm 391 /webkit/renderer/media/crypto/ppapi/cdm
391 /webpagereplay_logs/ 392 /webpagereplay_logs/
392 /win8/delegate_execute/delegate_execute_version_resources.xml 393 /win8/delegate_execute/delegate_execute_version_resources.xml
393 /win8/metro_driver/metro_driver_version_resources.xml 394 /win8/metro_driver/metro_driver_version_resources.xml
394 /x86-generic_out/ 395 /x86-generic_out/
395 /xcodebuild 396 /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