| Index: components/tracing_nacl.gyp
|
| diff --git a/components/tracing_untrusted.gyp b/components/tracing_nacl.gyp
|
| similarity index 91%
|
| rename from components/tracing_untrusted.gyp
|
| rename to components/tracing_nacl.gyp
|
| index 99ae413b2d0b10066386603feaf86fb7ba7e2b17..c521aa51bea27e9fdd58a3c188562707ae337f7c 100644
|
| --- a/components/tracing_untrusted.gyp
|
| +++ b/components/tracing_nacl.gyp
|
| @@ -11,7 +11,7 @@
|
| ['disable_nacl==0 and disable_nacl_untrusted==0', {
|
| 'targets': [
|
| {
|
| - 'target_name': 'tracing_untrusted',
|
| + 'target_name': 'tracing_nacl',
|
| 'type': 'none',
|
| 'defines!': ['CONTENT_IMPLEMENTATION'],
|
| 'dependencies': [
|
| @@ -24,7 +24,7 @@
|
| ],
|
| 'variables': {
|
| 'nacl_untrusted_build': 1,
|
| - 'nlib_target': 'libtracing_untrusted.a',
|
| + 'nlib_target': 'libtracing_nacl.a',
|
| 'build_glibc': 0,
|
| 'build_newlib': 0,
|
| 'build_irt': 1,
|
|
|