4f2b64cf459cdab2c8864611b9e3f06810be38df
[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     "gio_mem_snapshot.c",
12     "gprintf.c",
13   ]
14
15   if (!is_nacl) {
16     sources += ["gio_pio.c"]
17   }
18 }