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

Unified Diff: sync/tools/sync_tools.gyp

Issue 975123003: Add remaining trivial targets for the Linux GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix other debug/component woes Created 5 years, 9 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 | « sync/tools/BUILD.gn ('k') | tools/perf/clear_system_cache/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « sync/tools/BUILD.gn ('k') | tools/perf/clear_system_cache/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698