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

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

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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
« no previous file with comments | « third_party/netty-tcnative/netty-tcnative.gyp ('k') | third_party/ocmock/ocmock.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { # This target references prebuilt Netty Jar file.
7 'target_name': 'netty_all',
8 'type' : 'none',
9 'variables': {
10 'jar_path': 'src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.j ar',
11 'exclude_from_apk': 1,
12 },
13 'includes': ['../../build/java_prebuilt.gypi'],
14 },
15 ],
16 }
OLDNEW
« no previous file with comments | « third_party/netty-tcnative/netty-tcnative.gyp ('k') | third_party/ocmock/ocmock.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698