Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: components/tracing_nacl.gyp

Issue 185063002: Rename tracing_untrusted->tracing_nacl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/tracing_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | components/tracing_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698