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

Unified Diff: chrome/chrome_tests.gypi

Issue 10700180: [Sync] Add sync_export.h (Step 1 for componentizing sync) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert model_type_test_util changes Created 8 years, 5 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
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',

Powered by Google App Engine
This is Rietveld 408576698