Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / interval_multiset / 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/interval_multiset/build.scons.
6
7
8 static_library("nacl_interval") {
9   sources = [
10     "nacl_interval_list.c",
11     "nacl_interval_multiset_delete.c",
12     "nacl_interval_multiset_factory.c",
13     "nacl_interval_range_tree.c",
14   ]
15 }