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

Unified Diff: components/components_tracing_untrusted.gyp

Issue 11624021: Move tracing component to src/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a DEPS rule back Created 8 years 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
Index: components/components_tracing_untrusted.gyp
diff --git a/content/content_components_tracing_untrusted.gyp b/components/components_tracing_untrusted.gyp
similarity index 80%
rename from content/content_components_tracing_untrusted.gyp
rename to components/components_tracing_untrusted.gyp
index 701d9f3ddb702babdff54e560b0241bb44d6e39e..ff3e720a561f45cfd858562ad00bbeef755fa8b4 100644
--- a/content/content_components_tracing_untrusted.gyp
+++ b/components/components_tracing_untrusted.gyp
@@ -29,10 +29,10 @@
'build_newlib': 1,
},
'sources': [
- 'components/tracing/child_trace_message_filter.cc',
- 'components/tracing/child_trace_message_filter.h',
- 'components/tracing/tracing_messages.cc',
- 'components/tracing/tracing_messages.h',
+ 'tracing/child_trace_message_filter.cc',
+ 'tracing/child_trace_message_filter.h',
+ 'tracing/tracing_messages.cc',
+ 'tracing/tracing_messages.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698