Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index 0fa1c5b578feb2e877ede525157e84e910f52488..eafd5587d406a0147d322d156f1dffec67195734 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -940,6 +940,9 @@ |
{ |
'target_name': 'unit_tests', |
'type': 'executable', |
+ 'defines': [ |
+ 'SYNC_TEST', |
+ ], |
'dependencies': [ |
# unit tests should only depend on |
# 1) everything that the chrome binaries depend on: |
@@ -3851,6 +3854,9 @@ |
{ |
'target_name': 'sync_integration_tests', |
'type': 'executable', |
+ 'defines': [ |
+ 'SYNC_TEST', |
+ ], |
'dependencies': [ |
'browser', |
'../sync/protocol/sync_proto.gyp:sync_proto', |
@@ -4015,6 +4021,9 @@ |
{ |
'target_name': 'sync_performance_tests', |
'type': 'executable', |
+ 'defines': [ |
+ 'SYNC_TEST', |
+ ], |
'dependencies': [ |
'../sync/protocol/sync_proto.gyp:sync_proto', |
'browser', |