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

Side by Side Diff: url/url_nacl.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 | « url/url.gyp ('k') | url/url_srcs.gypi » ('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 2014 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 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'includes': [
10 '../build/common_untrusted.gypi',
11 'url_srcs.gypi',
12 ],
13 'targets': [
14 {
15 'target_name': 'url_nacl',
16 'type': 'none',
17 'variables': {
18 'nlib_target': 'liburl_nacl.a',
19 'build_glibc': 0,
20 'build_newlib': 0,
21 'build_pnacl_newlib': 1,
22 },
23 'dependencies': [
24 '../third_party/icu/icu_nacl.gyp:icudata_nacl',
25 '../third_party/icu/icu_nacl.gyp:icui18n_nacl',
26 '../third_party/icu/icu_nacl.gyp:icuuc_nacl',
27 ],
28 'export_dependent_settings': [
29 '../third_party/icu/icu_nacl.gyp:icui18n_nacl',
30 '../third_party/icu/icu_nacl.gyp:icuuc_nacl',
31 ],
32 'sources': [
33 '<@(gurl_sources)',
34 ],
35 }, # end of target 'url_nacl'
36 ],
37 }
OLDNEW
« no previous file with comments | « url/url.gyp ('k') | url/url_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698