Chromium Code Reviews| Index: chrome/nacl/nacl_helper_exports.txt |
| diff --git a/chrome/nacl/nacl_helper_exports.txt b/chrome/nacl/nacl_helper_exports.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..af930c11a6f0dd64dcefbdb9e3b4913a5be3a31a |
| --- /dev/null |
| +++ b/chrome/nacl/nacl_helper_exports.txt |
| @@ -0,0 +1,10 @@ |
| +# gnu-ld version script for exporting desired symbols from nacl_helper |
| +# |
| + |
| +NACL_HELPER_1_0 { |
| + global: |
| + nacl_helper_init; |
| + nacl_helper_get_1G_address; |
| + local: |
| + *; |
| +}; |