Componentize component_updater: Copy over test data with executable bit.
[chromium-blink-merge.git] / ppapi / native_client / src / untrusted / nacl_ppapi_util / nacl.scons
blobe446d29bf9599f42b24570758bf500fa9bc01e3b
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.
6 Import('env')
8 env.ComponentLibrary('nacl_ppapi_util',
9                      ['string_buffer.cc',
10                       'nacl_ppapi_util.cc',
11                       'ppapi_srpc_main.c'])