Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(816)

Unified Diff: tests/ppapi_file_system/build.scons

Issue 7167018: Migrating test/ppapi_file_system to messaging (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/ppapi_file_system/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | tests/ppapi_file_system/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698