Index: third_party/netty4/netty4.gni |
diff --git a/third_party/netty4/netty4.gni b/third_party/netty4/netty4.gni |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9a116a719574988f37141f9b88ebe5e58ae7e25c |
--- /dev/null |
+++ b/third_party/netty4/netty4.gni |
@@ -0,0 +1,7 @@ |
+# Copyright 2016 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. |
+ |
+# Defines location of nett4 jar file. |
mef
2016/12/15 19:22:27
nit: netty4
pauljensen
2016/12/15 19:25:53
Done.
|
+ |
+NETTY4_JAR_FILE = "//third_party/netty4/src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar" |