xref: /aosp_15_r20/external/modp_b64/modp_b64_nacl.gyp (revision c3cd14fb6370b1f0a2b85e79eb9b360b8782fd16)
1*c3cd14fbSJerome Gaillard# Copyright 2014 The Chromium Authors. All rights reserved.
2*c3cd14fbSJerome Gaillard# Use of this source code is governed by a BSD-style license that can be
3*c3cd14fbSJerome Gaillard# found in the LICENSE file.
4*c3cd14fbSJerome Gaillard
5*c3cd14fbSJerome Gaillard{
6*c3cd14fbSJerome Gaillard  'includes': [
7*c3cd14fbSJerome Gaillard    '../../native_client/build/untrusted.gypi',
8*c3cd14fbSJerome Gaillard  ],
9*c3cd14fbSJerome Gaillard  'targets': [
10*c3cd14fbSJerome Gaillard    {
11*c3cd14fbSJerome Gaillard      'target_name': 'modp_b64_nacl',
12*c3cd14fbSJerome Gaillard      'type': 'none',
13*c3cd14fbSJerome Gaillard      'variables': {
14*c3cd14fbSJerome Gaillard        'nlib_target': 'libmodp_b64_nacl.a',
15*c3cd14fbSJerome Gaillard        'build_glibc': 0,
16*c3cd14fbSJerome Gaillard        'build_newlib': 1,
17*c3cd14fbSJerome Gaillard        'build_pnacl_newlib': 1,
18*c3cd14fbSJerome Gaillard      },
19*c3cd14fbSJerome Gaillard      'sources': [
20*c3cd14fbSJerome Gaillard        'modp_b64.cc',
21*c3cd14fbSJerome Gaillard        'modp_b64.h',
22*c3cd14fbSJerome Gaillard        'modp_b64_data.h',
23*c3cd14fbSJerome Gaillard      ],
24*c3cd14fbSJerome Gaillard    },
25*c3cd14fbSJerome Gaillard  ],
26*c3cd14fbSJerome Gaillard}
27