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

Unified Diff: third_party/netty4/netty4.gni

Issue 2551803003: [Cronet] Add cronet_test_package build target (Closed)
Patch Set: put netty jar path in gni file Created 4 years 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
« components/cronet/android/BUILD.gn ('K') | « third_party/netty4/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« components/cronet/android/BUILD.gn ('K') | « third_party/netty4/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698