Index: chrome/browser/sync/tools/sync_tools.gyp |
diff --git a/chrome/browser/sync/tools/sync_tools.gyp b/chrome/browser/sync/tools/sync_tools.gyp |
index 792bfbec49c5c6cd2d1c2d7a81fdebac220e3dfd..8f9c3a8732da1bf716f2b657995c451d2c5118f3 100644 |
--- a/chrome/browser/sync/tools/sync_tools.gyp |
+++ b/chrome/browser/sync/tools/sync_tools.gyp |
@@ -11,6 +11,8 @@ |
'target_name': 'sync_listen_notifications', |
'type': 'executable', |
'sources': [ |
+ 'sync_constants.cc', |
+ 'sync_constants.h', |
'sync_listen_notifications.cc', |
# We are directly including the sync_constants.cc and h files to avoid |
# pulling in browser.lib. |