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

Unified Diff: chrome/chrome.gyp

Issue 8189003: Send important client side event information to the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review Created 9 years, 2 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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 51e12186e71f3b7f97b8e35370743c8bf41e51e6..469b4770d6957b0782814090efca70be371856d9 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -493,6 +493,8 @@
'browser/sync/internal_api/change_reorder_buffer.cc',
'browser/sync/internal_api/change_reorder_buffer.h',
'browser/sync/internal_api/configure_reason.h',
+ 'browser/sync/internal_api/debug_info_event_listener.cc',
+ 'browser/sync/internal_api/debug_info_event_listener.h',
'browser/sync/internal_api/http_post_provider_factory.h',
'browser/sync/internal_api/http_post_provider_interface.h',
'browser/sync/internal_api/read_node.cc',
@@ -657,6 +659,7 @@
'browser/sync/protocol/service_constants.h',
'browser/sync/protocol/sync_protocol_error.cc',
'browser/sync/protocol/sync_protocol_error.h',
+ 'browser/sync/sessions/debug_info_getter.h',
'browser/sync/sessions/ordered_commit_set.cc',
'browser/sync/sessions/ordered_commit_set.h',
'browser/sync/sessions/session_state.cc',

Powered by Google App Engine
This is Rietveld 408576698