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

Unified Diff: third_party/netty4/netty.gyp

Issue 1537473002: [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed DEPS hash of netty-tcnative commit 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
Index: third_party/netty4/netty.gyp
diff --git a/third_party/netty4/netty.gyp b/third_party/netty4/netty.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..7f72a5cfaa801ef473996e894f10a7c2f6d61c6e
--- /dev/null
+++ b/third_party/netty4/netty.gyp
@@ -0,0 +1,17 @@
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'targets': [
+ { # These targets references prebuilt Netty Jar file.
+ # Ask mef@ for their location.
mef 2016/01/21 17:02:55 Hrm, they are now in real external repository, so
kapishnikov 2016/01/21 19:43:31 Done.
+ 'target_name': 'netty_all',
+ 'type' : 'none',
+ 'variables': {
+ 'jar_path': 'src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar',
+ 'exclude_from_apk': 1,
+ },
+ 'includes': ['../../build/java_prebuilt.gypi'],
+ },
+ ],
+}
« third_party/netty-tcnative/netty-tcnative.gyp ('K') | « third_party/netty4/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698