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

Side by Side Diff: .gitignore

Issue 356833003: Revert of Add BoringSSL to DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | 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 *.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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 /third_party/aosp 220 /third_party/aosp
221 /third_party/apache-mime4j 221 /third_party/apache-mime4j
222 /third_party/apache-win32/bin/*.exe 222 /third_party/apache-win32/bin/*.exe
223 /third_party/apache-win32/bin/*.dll 223 /third_party/apache-win32/bin/*.dll
224 /third_party/apache-win32/bin/iconv/*.so 224 /third_party/apache-win32/bin/iconv/*.so
225 /third_party/apache-win32/modules/*.so 225 /third_party/apache-win32/modules/*.so
226 /third_party/apache-win32/modules/*.dll 226 /third_party/apache-win32/modules/*.dll
227 /third_party/asan 227 /third_party/asan
228 /third_party/bidichecker 228 /third_party/bidichecker
229 /third_party/bison 229 /third_party/bison
230 /third_party/boringssl/src
231 /third_party/brotli/src 230 /third_party/brotli/src
232 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml 231 /third_party/cacheinvalidation/cacheinvalidation_unittests_run.xml
233 /third_party/cacheinvalidation/src 232 /third_party/cacheinvalidation/src
234 /third_party/chromeos_login_manager 233 /third_party/chromeos_login_manager
235 /third_party/chromeos_text_input 234 /third_party/chromeos_text_input
236 /third_party/chromite 235 /third_party/chromite
237 /third_party/clang_format/bin/*/* 236 /third_party/clang_format/bin/*/*
238 /third_party/clang_format/script 237 /third_party/clang_format/script
239 !/third_party/clang_format/bin/*/*.sha1 238 !/third_party/clang_format/bin/*/*.sha1
240 /third_party/cld_2/src 239 /third_party/cld_2/src
(...skipping 145 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 | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698