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 } 38