blob: 3ff169e2b4955638593c0718ef8401f33d67b0a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright (c) 2012 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'includes': [
'../../../build/common.gypi',
],
'targets': [
{
'target_name': 'ldr',
'type': 'static_library',
'sources': [
'nacl_ldr.c',
'nacl_ldr.h',
],
}
]
}
|