| Index: third_party/opus/opus_nacl.gyp
|
| diff --git a/third_party/opus/opus_untrusted.gyp b/third_party/opus/opus_nacl.gyp
|
| similarity index 87%
|
| rename from third_party/opus/opus_untrusted.gyp
|
| rename to third_party/opus/opus_nacl.gyp
|
| index 6ec75d6df70daeb26f7ed4386a3e7d961ef730f6..c6b52e34e0c9add4e5f56930e44a96259d36316a 100644
|
| --- a/third_party/opus/opus_untrusted.gyp
|
| +++ b/third_party/opus/opus_nacl.gyp
|
| @@ -11,10 +11,10 @@
|
| ],
|
| 'targets': [
|
| {
|
| - 'target_name': 'opus_untrusted',
|
| + 'target_name': 'opus_nacl',
|
| 'type': 'none',
|
| 'variables': {
|
| - 'nlib_target': 'libopus_untrusted.a',
|
| + 'nlib_target': 'libopus_nacl.a',
|
| 'build_glibc': 0,
|
| 'build_newlib': 0,
|
| 'build_pnacl_newlib': 1,
|
| @@ -39,6 +39,6 @@
|
| 'sources/': [
|
| ['exclude', '/fixed/[^/]*_FIX.(h|c)$'],
|
| ],
|
| - }, # end of target 'opus_untrusted'
|
| + }, # end of target 'opus_nacl'
|
| ],
|
| }
|
|
|