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..bb17fc6d684e7c098edc9af573dfbcca53c1d023 |
--- /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 netty4 jar file. |
+ |
+NETTY4_JAR_FILE = "//third_party/netty4/src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar" |