Chromium Code Reviews| 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', |