Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client / src / untrusted / irt / nacl.scons
index e8b846b..1b2a4b1 100644 (file)
@@ -6,10 +6,6 @@
 
 Import('env')
 
-# TODO(mseaborn): Enable -Wstrict-prototypes here.  Currently
-# dlmalloc/malloc.c does not build with this warning.
-env.FilterOut(CFLAGS=['-Wstrict-prototypes'])
-
 # This module shouldn't be built in an environment that uses glibc.
 if env.Bit('nacl_glibc'):
   raise Exception('src/untrusted/irt/nacl.scons in the wrong environment?')
@@ -31,6 +27,7 @@ blob_env.FilterOut(CCFLAGS=['-pedantic'])
 
 irt_common_interfaces = [
     'irt_basic.c',
+    'irt_code_data_alloc.c',
     'irt_fdio.c',
     'irt_filename.c',
     'irt_memory.c',
@@ -75,6 +72,7 @@ irt_support_objs += [
 env.ComponentLibrary('libirt_support_private', irt_support_objs)
 
 irt_nonbrowser = ['irt_interfaces.c',
+                  'irt_query_list.c',
                   'irt_core_resource.c',
                   ]