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

Unified Diff: dbus/dbus.gyp

Issue 11363173: Add DBusStatistics and DBusLogSource to log and show dbus stats (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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 | « chromeos/dbus/dbus_thread_manager.cc ('k') | dbus/dbus_statistics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/dbus.gyp
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp
index be5f68646e722ea93022ecfe6c26144d79c2b684..0ca5a2c8f7006fc0174d96a6d9636b6175e9ed32 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -25,6 +25,8 @@
'bus.cc',
'bus.h',
'dbus_export.h',
+ 'dbus_statistics.cc',
+ 'dbus_statistics.h',
'exported_object.cc',
'exported_object.h',
'file_descriptor.cc',
@@ -91,6 +93,7 @@
],
'sources': [
'bus_unittest.cc',
+ 'dbus_statistics_unittest.cc',
'end_to_end_async_unittest.cc',
'end_to_end_sync_unittest.cc',
'message_unittest.cc',
« no previous file with comments | « chromeos/dbus/dbus_thread_manager.cc ('k') | dbus/dbus_statistics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698