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

Unified Diff: components/components_tracing.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
« no previous file with comments | « components/OWNERS ('k') | components/components_tracing_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tracing.gyp
diff --git a/content/content_components_tracing.gyp b/components/components_tracing.gyp
similarity index 69%
rename from content/content_components_tracing.gyp
rename to components/components_tracing.gyp
index c9537b16a81784a3dab1c750f09a5ec47cf0c3be..f11c823de077b96577d0e82b98ee54fc7aa084f5 100644
--- a/content/content_components_tracing.gyp
+++ b/components/components_tracing.gyp
@@ -17,10 +17,10 @@
'..',
],
'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',
],
},
],
« no previous file with comments | « components/OWNERS ('k') | components/components_tracing_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698