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

Side by Side Diff: .gitignore

Issue 1537473002: [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added cflag to include NDK support headers in APR build Created 4 years, 10 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') | third_party/apache-portable-runtime/BUILD.gn » ('J')
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 *.orig 5 *.orig
6 *.pdb 6 *.pdb
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.pyproj 9 *.pyproj
10 *.rules 10 *.rules
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 /third_party/adobe/flash/binaries 279 /third_party/adobe/flash/binaries
280 /third_party/adobe/flash/symbols 280 /third_party/adobe/flash/symbols
281 /third_party/amd/ 281 /third_party/amd/
282 /third_party/android_protobuf/src 282 /third_party/android_protobuf/src
283 /third_party/android_tools/ 283 /third_party/android_tools/
284 /third_party/android_tools_internal/ 284 /third_party/android_tools_internal/
285 /third_party/android_webview_glue/src 285 /third_party/android_webview_glue/src
286 /third_party/angle 286 /third_party/angle
287 /third_party/angle_dx11 287 /third_party/angle_dx11
288 /third_party/apache-mime4j 288 /third_party/apache-mime4j
289 /third_party/apache-portable-runtime/src
289 /third_party/apache-win32/bin/*.exe 290 /third_party/apache-win32/bin/*.exe
290 /third_party/apache-win32/bin/*.dll 291 /third_party/apache-win32/bin/*.dll
291 /third_party/apache-win32/bin/iconv/*.so 292 /third_party/apache-win32/bin/iconv/*.so
292 /third_party/apache-win32/modules/*.so 293 /third_party/apache-win32/modules/*.so
293 /third_party/apache-win32/modules/*.dll 294 /third_party/apache-win32/modules/*.dll
294 /third_party/appurify-python/src 295 /third_party/appurify-python/src
295 /third_party/asan 296 /third_party/asan
296 /third_party/bidichecker 297 /third_party/bidichecker
297 /third_party/bison 298 /third_party/bison
298 /third_party/boringssl/src 299 /third_party/boringssl/src
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 /third_party/llvm-allocated-type 361 /third_party/llvm-allocated-type
361 /third_party/llvm-build 362 /third_party/llvm-build
362 /third_party/lss 363 /third_party/lss
363 /third_party/mesa/src 364 /third_party/mesa/src
364 /third_party/mingw-w64 365 /third_party/mingw-w64
365 /third_party/minigbm/src 366 /third_party/minigbm/src
366 /third_party/mkl 367 /third_party/mkl
367 /third_party/mocha 368 /third_party/mocha
368 /third_party/mockito/src 369 /third_party/mockito/src
369 /third_party/nacl_sdk_binaries/ 370 /third_party/nacl_sdk_binaries/
371 /third_party/netty-tcnative/src
372 /third_party/netty4/src
370 /third_party/nss 373 /third_party/nss
371 /third_party/omaha/src/omaha 374 /third_party/omaha/src/omaha
372 /third_party/openmax_dl/ 375 /third_party/openmax_dl/
373 /third_party/openh264/src 376 /third_party/openh264/src
374 /third_party/opus/src 377 /third_party/opus/src
375 /third_party/pdfsqueeze 378 /third_party/pdfsqueeze
376 /third_party/pdfium 379 /third_party/pdfium
377 /third_party/pefile 380 /third_party/pefile
378 /third_party/perl 381 /third_party/perl
379 /third_party/platformsdk_win7 382 /third_party/platformsdk_win7
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 /ui/keyboard/keyboard_mojom_bindings.xml 455 /ui/keyboard/keyboard_mojom_bindings.xml
453 /ui/surface/surface.xml 456 /ui/surface/surface.xml
454 /ui/surface/surface_gpu_tests.xml 457 /ui/surface/surface_gpu_tests.xml
455 /v8 458 /v8
456 /webkit/data 459 /webkit/data
457 /webpagereplay_logs/ 460 /webpagereplay_logs/
458 /win8/delegate_execute/delegate_execute_version_resources.xml 461 /win8/delegate_execute/delegate_execute_version_resources.xml
459 /win8/metro_driver/metro_driver_version_resources.xml 462 /win8/metro_driver/metro_driver_version_resources.xml
460 /x86-generic_out/ 463 /x86-generic_out/
461 /xcodebuild 464 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | third_party/apache-portable-runtime/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698