summaryrefslogtreecommitdiff
path: root/chromium/third_party/netty4
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-05 14:08:31 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-11 07:46:53 +0000
commit6a4cabb866f66d4128a97cdc6d9d08ce074f1247 (patch)
treeab00f70a5e89278d6a0d16ff0c42578dc4d84a2d /chromium/third_party/netty4
parente733310db58160074f574c429d48f8308c0afe17 (diff)
downloadqtwebengine-chromium-6a4cabb866f66d4128a97cdc6d9d08ce074f1247.tar.gz
BASELINE: Update Chromium to 57.0.2987.144
Change-Id: I29db402ff696c71a04c4dbaec822c2e53efe0267 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'chromium/third_party/netty4')
-rw-r--r--chromium/third_party/netty4/BUILD.gn3
-rw-r--r--chromium/third_party/netty4/netty4.gni7
2 files changed, 9 insertions, 1 deletions
diff --git a/chromium/third_party/netty4/BUILD.gn b/chromium/third_party/netty4/BUILD.gn
index 8e72ddb9475..ac337d9b300 100644
--- a/chromium/third_party/netty4/BUILD.gn
+++ b/chromium/third_party/netty4/BUILD.gn
@@ -5,7 +5,8 @@
# References prebuilt Netty Jar file. See http://netty.io/
import("//build/config/android/rules.gni")
+import("netty4.gni")
android_java_prebuilt("netty_all_java") {
- jar_path = "src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar"
+ jar_path = NETTY4_JAR_FILE
}
diff --git a/chromium/third_party/netty4/netty4.gni b/chromium/third_party/netty4/netty4.gni
new file mode 100644
index 00000000000..bb17fc6d684
--- /dev/null
+++ b/chromium/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"