Chromium Code Reviews| Index: src/untrusted/irt/irt.gyp |
| diff --git a/src/untrusted/irt/irt.gyp b/src/untrusted/irt/irt.gyp |
| index 229a71ae3cc449fbc1963c95cad8526f538b93b0..c496759ebe93ba7687d879239907660d4b1ed60b 100644 |
| --- a/src/untrusted/irt/irt.gyp |
| +++ b/src/untrusted/irt/irt.gyp |
| @@ -29,6 +29,7 @@ |
| '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.
|
| # support_srcs |
| # We also get nc_init_private.c, nc_thread.c and nc_tsd.c via |
| # #includes of .c files. |
| @@ -41,13 +42,11 @@ |
| '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', |
| ], |
| }, |
| 'targets': [ |