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

Unified Diff: chrome/chrome.gyp

Issue 7918001: [Sync] Move ChangeRecord into its own file (change_record.{h,cc}) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 3 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
« no previous file with comments | « chrome/browser/sync/profile_sync_service_session_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 696daf4c7564b53318e9db6680b3b56ee8e6df16..642cd7e9d64b9628b547a2cc1371d6f24c1da160 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -499,6 +499,8 @@
'browser/sync/internal_api/base_node.h',
'browser/sync/internal_api/base_transaction.cc',
'browser/sync/internal_api/base_transaction.h',
+ 'browser/sync/internal_api/change_record.cc',
+ 'browser/sync/internal_api/change_record.h',
'browser/sync/internal_api/change_reorder_buffer.cc',
'browser/sync/internal_api/change_reorder_buffer.h',
'browser/sync/internal_api/configure_reason.h',
« no previous file with comments | « chrome/browser/sync/profile_sync_service_session_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698