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

Unified Diff: ppapi/native_client/tests/ppapi_geturl/nacl.scons

Issue 8589005: Remove NaCl file from ppapi_geturl test. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
Index: ppapi/native_client/tests/ppapi_geturl/nacl.scons
===================================================================
--- ppapi/native_client/tests/ppapi_geturl/nacl.scons (revision 110348)
+++ ppapi/native_client/tests/ppapi_geturl/nacl.scons (working copy)
@@ -12,7 +12,6 @@
# module.h/cc - implementation of PPP_Instance interface
# scriptable_object.h/cc - implementation of the scripting interface
# url_load_request.h/cc - url loading helper
-# nacl_file_main.cc - uses main() to test NaClFile interface
Import('env')
@@ -29,13 +28,11 @@
['$STAGING_DIR/%s${PROGSUFFIX}' % nexe])
ppapi_geturl_nexe = env.ComponentProgram(nexe,
- ['nacl_file_main.cc',
- 'module.cc',
+ ['module.cc',
'ppapi_geturl.cc',
'url_load_request.cc',
],
EXTRA_LIBS=[
- 'nacl_file',
'ppruntime',
'srpc',
'imc',
@@ -44,11 +41,7 @@
'gio',
'${PTHREAD_LIBS}',
'm',
- '${NON_PPAPI_BROWSER_LIBS}'],
- EXTRA_LINKFLAGS=['-Wl,--wrap=read',
- '-Wl,--wrap=open',
- '-Wl,--wrap=lseek',
- '-Wl,--wrap=close'])
+ '${NON_PPAPI_BROWSER_LIBS}'])
env.Publish(nexe, 'run',
['ppapi_geturl.html',
« no previous file with comments | « ppapi/native_client/tests/ppapi_geturl/module.cc ('k') | ppapi/native_client/tests/ppapi_geturl/nacl_file_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698