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

Unified Diff: chrome/chrome.gyp

Issue 165257: Build browser/sync files by default using a stubbed-out syncapi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 23002)
+++ chrome/chrome.gyp (working copy)
@@ -2225,6 +2225,13 @@
'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc',
},
},
+ 'conditions': [
+ ['use_syncapi_stub==1', {
+ 'sources': [
+ 'browser/sync/engine/syncapi_stub.cc',
+ ],
+ }] # use_syncapi_stub==1
+ ],
}, { # 'OS!="win"
'sources/': [
# Exclude all of hang_monitor.
@@ -4923,7 +4930,7 @@
# Windows-only for now; this has issues with scons
# regarding use of run_all_unittests.cc.
# TODO(zork): add target to linux build.
- 'target_name': 'live_sync_tests',
+ 'target_name': 'sync_integration_tests',
'type': 'executable',
'dependencies': [
'browser',

Powered by Google App Engine
This is Rietveld 408576698