Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client / src / shared / gio / 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 import("//native_client/build/toolchain/nacl/nacl_sdk.gni")
6
7 static_library("gio") {
8   sources = [
9     "gio.c",
10     "gio_mem.c",
11     "gprintf.c",
12   ]
13 }