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

Unified Diff: src/untrusted/irt/nacl.scons

Issue 10834447: Scons: Drop the uses_ppapi argument from CommandSelLdrTestNacl() (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: initial Created 8 years, 4 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
Index: src/untrusted/irt/nacl.scons
diff --git a/src/untrusted/irt/nacl.scons b/src/untrusted/irt/nacl.scons
index 3dc265271346de239a15cd6596c1ac2a672253e9..daac36d778c2367c5b56341943e33280abe541a3 100644
--- a/src/untrusted/irt/nacl.scons
+++ b/src/untrusted/irt/nacl.scons
@@ -47,6 +47,7 @@ irt_common_interfaces = [
'irt_dev_exception_handling.c',
'irt_nameservice.c',
'irt_random.c',
+ 'irt_manifest.c',
Nick Bray (chromium) 2012/08/22 22:24:13 Alphabetize. Or not.
]
# These are the objects and libraries that go into every IRT image.
@@ -90,13 +91,11 @@ env.ComponentLibrary('libirt_support_private', irt_support_objs)
# These go into only one image or the other.
irt_nonbrowser = ['irt_interfaces.c',
'irt_core_entry.c',
- 'irt_core_resource.c',
]
irt_browser = ['irt_interfaces_ppapi.c',
'irt_entry_ppapi.c',
'irt_ppapi.c',
- 'irt_manifest.c',
]
irt_libs = ['srpc',

Powered by Google App Engine
This is Rietveld 408576698