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

Unified Diff: ppapi/native_client/tests/ppapi_geturl/build.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
« no previous file with comments | « no previous file | ppapi/native_client/tests/ppapi_geturl/module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/ppapi_geturl/build.scons
===================================================================
--- ppapi/native_client/tests/ppapi_geturl/build.scons (revision 110348)
+++ ppapi/native_client/tests/ppapi_geturl/build.scons (working copy)
@@ -14,11 +14,6 @@
env['COMPONENT_STATIC'] = False # Build a .so, not a .a
sources = [ 'module.cc',
- # This allow us to verify that the code builds before
- # untrusted nacl_file is fully functioning.
- # However, main() won't be called when we loaded the trusted
- # plugin as a dll.
- 'nacl_file_main.cc',
'ppapi_geturl.cc',
'url_load_request.cc' ]
« no previous file with comments | « no previous file | ppapi/native_client/tests/ppapi_geturl/module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698