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

Unified Diff: content/content_browser.gypi

Issue 9694028: Add a Content API around TracingController. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux Created 8 years, 9 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
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 126271)
+++ content/content_browser.gypi (working copy)
@@ -129,6 +129,8 @@
'public/browser/speech_recognition_preferences.h',
'public/browser/speech_recognizer.h',
'public/browser/speech_recognizer_delegate.h',
+ 'public/browser/trace_controller.h',
+ 'public/browser/trace_subscriber.h',
'public/browser/user_metrics.h',
'public/browser/utility_process_host.h',
'public/browser/web_contents.h',
@@ -668,8 +670,8 @@
'browser/tab_contents/web_drag_source_win.h',
'browser/tab_contents/web_drag_utils_win.cc',
'browser/tab_contents/web_drag_utils_win.h',
- 'browser/trace_controller.cc',
- 'browser/trace_controller.h',
+ 'browser/trace_controller_impl.cc',
+ 'browser/trace_controller_impl.h',
'browser/trace_message_filter.cc',
'browser/trace_message_filter.h',
'browser/trace_subscriber_stdio.cc',

Powered by Google App Engine
This is Rietveld 408576698