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

Unified Diff: base/base.gypi

Issue 4517004: Move Windows-specific Event Tracing for Windows implementation to base/win. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed another ETW user in Chrome Frame Created 10 years, 1 month 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 | « base/base.gyp ('k') | base/debug/trace_event_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
===================================================================
--- base/base.gypi (revision 65062)
+++ base/base.gypi (working copy)
@@ -76,11 +76,6 @@
'dir_reader_posix.h',
'environment.cc',
'environment.h',
- 'event_trace_consumer_win.h',
- 'event_trace_controller_win.cc',
- 'event_trace_controller_win.h',
- 'event_trace_provider_win.cc',
- 'event_trace_provider_win.h',
'file_path.cc',
'file_path.h',
'file_util.cc',
@@ -295,6 +290,11 @@
'weak_ptr.cc',
'weak_ptr.h',
'win/pe_image.cc',
+ 'win/event_trace_consumer.h',
+ 'win/event_trace_controller.cc',
+ 'win/event_trace_controller.h',
+ 'win/event_trace_provider.cc',
+ 'win/event_trace_provider.h',
'win/pe_image.h',
'win/registry.cc',
'win/registry.h',
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698