repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Componentize component_updater: Copy over test data with executable bit.
[chromium-blink-merge.git]
/
ppapi
/
native_client
/
src
/
untrusted
/
nacl_ppapi_util
/
nacl.scons
blob
e446d29bf9599f42b24570758bf500fa9bc01e3b
1
# -*- python -*-
2
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
3
# Use of this source code is governed by a BSD-style license that can be
4
# found in the LICENSE file.
5
6
Import('env')
7
8
env.ComponentLibrary('nacl_ppapi_util',
9
['string_buffer.cc',
10
'nacl_ppapi_util.cc',
11
'ppapi_srpc_main.c'])
12