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

Unified Diff: third_party/netty-tcnative/netty-tcnative.gyp

Issue 1612863004: Revert of [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/netty-tcnative/README.chromium ('k') | third_party/netty4/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/netty-tcnative/netty-tcnative.gyp
diff --git a/third_party/netty-tcnative/netty-tcnative.gyp b/third_party/netty-tcnative/netty-tcnative.gyp
deleted file mode 100644
index 9bd8490918131542d73e35ea433ff5a9c0b20d42..0000000000000000000000000000000000000000
--- a/third_party/netty-tcnative/netty-tcnative.gyp
+++ /dev/null
@@ -1,72 +0,0 @@
-# Builds the Netty fork of Tomcat Native. See http://netty.io/wiki/forked-tomcat-native.html
-{
- 'targets': [
- {
- 'target_name': 'netty-tcnative-so',
- 'product_name': 'netty-tcnative',
- 'type': 'shared_library',
- 'sources': [
- 'src/c/address.c',
- 'src/c/bb.c',
- 'src/c/dir.c',
- 'src/c/error.c',
- 'src/c/file.c',
- 'src/c/info.c',
- 'src/c/jnilib.c',
- 'src/c/lock.c',
- 'src/c/misc.c',
- 'src/c/mmap.c',
- 'src/c/multicast.c',
- 'src/c/network.c',
- 'src/c/os.c',
- 'src/c/os_unix_system.c',
- 'src/c/os_unix_uxpipe.c',
- 'src/c/poll.c',
- 'src/c/pool.c',
- 'src/c/proc.c',
- 'src/c/shm.c',
- 'src/c/ssl.c',
- 'src/c/sslcontext.c',
- 'src/c/sslinfo.c',
- 'src/c/sslnetwork.c',
- 'src/c/ssl_private.h',
- 'src/c/sslutils.c',
- 'src/c/stdlib.c',
- 'src/c/tcn_api.h',
- 'src/c/tcn.h',
- 'src/c/tcn_version.h',
- 'src/c/thread.c',
- 'src/c/user.c',
- ],
- 'include_dirs': [
- '../apache-portable-runtime/src/include',
- ],
- 'defines': [
- 'HAVE_OPENSSL',
- ],
- 'cflags': [
- '-w',
- ],
- 'dependencies': [
- '../apache-portable-runtime/apr.gyp:apr',
- '../boringssl/boringssl.gyp:boringssl',
- ],
- 'variables': {
- 'component': 'static_library',
- 'use_native_jni_exports': 1,
- }
- },
- {
- 'target_name': 'netty-tcnative',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': 'src/java',
- 'javac_includes': [ '**/org/apache/tomcat/jni/*.java' ],
- },
- 'includes': [ '../../build/java.gypi' ],
- 'dependencies': [
- 'netty-tcnative-so',
- ],
- },
- ],
-}
« no previous file with comments | « third_party/netty-tcnative/README.chromium ('k') | third_party/netty4/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698