| Index: sync/tools/sync_tools.gyp
|
| diff --git a/sync/tools/sync_tools.gyp b/sync/tools/sync_tools.gyp
|
| index 887a5f35d54a372b418c41b37c26893dbadfa53a..7d97be62f02fa17da77af7ab1b31916e2e692cee 100644
|
| --- a/sync/tools/sync_tools.gyp
|
| +++ b/sync/tools/sync_tools.gyp
|
| @@ -9,6 +9,7 @@
|
|
|
| 'targets': [
|
| {
|
| + # GN: //sync/tools:common
|
| 'target_name': 'sync_tools_helper',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| @@ -32,6 +33,7 @@
|
| },
|
| # A tool to listen to sync notifications and print them out.
|
| {
|
| + # GN: //sync/tools:sync_listen_notifications
|
| 'target_name': 'sync_listen_notifications',
|
| 'type': 'executable',
|
| 'defines': [
|
| @@ -53,6 +55,7 @@
|
|
|
| # A standalone command-line sync client.
|
| {
|
| + # GN: //sync/tools:sync_client
|
| 'target_name': 'sync_client',
|
| 'type': 'executable',
|
| 'defines': [
|
|
|