Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / generic_container / BUILD.gn
1 # Copyright (c) 2014 The Native ClientAuthors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 #  Autogenerated from src/trusted/generic_container/build.scons.
6
7 static_library("generic_container") {
8   sources = [
9     "container_hash_table.c",
10     "container_list.c",
11   ]
12 }