Optimize MetricsDetails classes to avoid a lot of redundant work.
[chromium-blink-merge.git] / url / url_nacl.gyp
blob4af75b18deca7095c5a066358e9d1e2599c4e10a
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.
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   ],