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

Unified Diff: sync/sync_tests.gypi

Issue 439533004: Port most sync targets to sync/BUILD.gn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 6 years, 4 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/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync_tests.gypi
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index e7d3cf8b15b2735377f0b25b143a45d31a275de1..b7b68c32192714664cc8e543571209d266b32f87 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -5,6 +5,7 @@
{
'targets': [
# Test support files for the 'sync_core' target.
+ # GN version: //sync:test_support_sync_core
{
'target_name': 'test_support_sync_core',
'type': 'static_library',
@@ -86,6 +87,7 @@
},
# Test support files for the python sync test server.
+ # GN version: //sync:test_support_sync_testserver
{
'target_name': 'test_support_sync_testserver',
'type': 'static_library',
@@ -111,6 +113,7 @@
},
# Test support files for the fake sync server.
+ # GN version: //sync:test_support_sync_fake_server
{
'target_name': 'test_support_sync_fake_server',
'type': 'static_library',
@@ -157,6 +160,7 @@
},
# Test support files for the 'sync_internal_api' target.
+ # GN version: //sync:test_support_sync_internal_api
{
'target_name': 'test_support_sync_internal_api',
'type': 'static_library',
@@ -197,6 +201,7 @@
},
# Test support files for the 'sync_api' target.
+ # GN version: //sync:test_support_sync_api
{
'target_name': 'test_support_sync_api',
'type': 'static_library',
@@ -227,6 +232,7 @@
},
# The unit test executable for sync tests.
+ # GN version: //sync:sync_unit_tests
{
'target_name': 'sync_unit_tests',
'type': '<(gtest_target_type)',
@@ -357,6 +363,7 @@
},
# Test support files for using the Test Accounts service.
+ # GN version: //sync:test_support_accounts_client
{
'target_name': 'test_support_accounts_client',
'type': 'static_library',
@@ -378,6 +385,7 @@
},
# The Sync end-to-end (and associated infrastructure) tests.
+ # GN version: //sync:sync_endtoend_tests
{
'target_name': 'sync_endtoend_tests',
'type': '<(gtest_target_type)',
« no previous file with comments | « sync/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698