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

Unified Diff: trunk/src/sync/sync_tests.gypi

Issue 130503007: Revert 245326 "Basic implementation of the Sync C++ fake server" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | « trunk/src/chrome/chrome_tests.gypi ('k') | trunk/src/sync/test/fake_server/fake_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/sync/sync_tests.gypi
===================================================================
--- trunk/src/sync/sync_tests.gypi (revision 245340)
+++ trunk/src/sync/sync_tests.gypi (working copy)
@@ -90,31 +90,6 @@
],
},
- # Test support files for the fake sync server.
- {
- 'target_name': 'test_support_sync_fake_server',
- 'type': 'static_library',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- 'sync',
- ],
- 'export_dependent_settings': [
- 'sync',
- ],
- 'sources': [
- 'test/fake_server/fake_server.h',
- 'test/fake_server/fake_server.cc',
- 'test/fake_server/fake_server_http_post_provider.h',
- 'test/fake_server/fake_server_http_post_provider.cc',
- 'test/fake_server/fake_server_network_resources.h',
- 'test/fake_server/fake_server_network_resources.cc',
- ],
- },
-
# Test support files for the 'sync_notifier' target.
{
'target_name': 'test_support_sync_notifier',
« no previous file with comments | « trunk/src/chrome/chrome_tests.gypi ('k') | trunk/src/sync/test/fake_server/fake_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698