Chromium Code Reviews| Index: native_client_sdk/src/libraries/xray/library.dsc |
| diff --git a/native_client_sdk/src/libraries/xray/library.dsc b/native_client_sdk/src/libraries/xray/library.dsc |
| index 1a918a8558b89b17b7c9286f4d5378999c321164..ed245e264c5d1e122211e0e77a91cbee66c0fca5 100644 |
| --- a/native_client_sdk/src/libraries/xray/library.dsc |
| +++ b/native_client_sdk/src/libraries/xray/library.dsc |
| @@ -1,5 +1,5 @@ |
| { |
| - 'TOOLS': ['newlib', 'glibc'], |
| + 'TOOLS': ['newlib', 'glibc', 'pnacl'], |
| 'SEARCH': [ |
| '.' |
| ], |
| @@ -12,6 +12,7 @@ |
| 'hashtable.c', |
| 'parsesymbols.c', |
| 'report.c', |
| + 'browser.c', |
| 'stringpool.c', |
| 'symtable.c', |
| 'xray.c' |