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

Side by Side Diff: third_party/netty4/netty.gyp

Issue 1537473002: [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed DEPS hash of netty-tcnative commit Created 4 years, 11 months 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'targets': [
6 { # These targets references prebuilt Netty Jar file.
7 # Ask mef@ for their location.
mef 2016/01/21 17:02:55 Hrm, they are now in real external repository, so
kapishnikov 2016/01/21 19:43:31 Done.
8 'target_name': 'netty_all',
9 'type' : 'none',
10 'variables': {
11 'jar_path': 'src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.j ar',
12 'exclude_from_apk': 1,
13 },
14 'includes': ['../../build/java_prebuilt.gypi'],
15 },
16 ],
17 }
OLDNEW
« third_party/netty-tcnative/netty-tcnative.gyp ('K') | « third_party/netty4/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698