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

Unified Diff: third_party/netty4/netty4.gni

Issue 2551803003: [Cronet] Add cronet_test_package build target (Closed)
Patch Set: symc 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
« no previous file with comments | « 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..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"
« no previous file with comments | « third_party/netty4/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698