- add sources.
[platform/framework/web/crosswalk.git] / src / ppapi / native_client / src / untrusted / nacl_ppapi_util / nacl.scons
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