OLD | NEW |
---|---|
(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 } | |
OLD | NEW |