Index: tests/ppapi_file_system/build.scons |
=================================================================== |
--- tests/ppapi_file_system/build.scons (revision 5661) |
+++ tests/ppapi_file_system/build.scons (working copy) |
@@ -14,8 +14,7 @@ |
env['COMPONENT_STATIC'] = False; # Build a .so, not a .a |
env.Append(CFLAGS=['-std=c99']) |
- sources = ['ppapi_file_system.cc', |
- 'scriptable_object.c'] |
+ sources = ['ppapi_file_system.cc'] |
libs = ['imc', |
'gio', |