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

Unified Diff: sync/sync_tests.gypi

Issue 264773007: Remove Sync FakeServer standalone executable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 | « no previous file | sync/test/fake_server/fake_sync_server_http_handler.h » ('j') | 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 fffefa52a3018ce24b61c8867346a66aff664550..11484e6e3619f908c013cde2fbfb65da89f4f74f 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -598,27 +598,6 @@
],
},
- # A standalone executable that runs a Sync FakeServer instance.
- {
- 'target_name': 'run_sync_fake_server',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
- '../net/net.gyp:http_server',
- '../net/net.gyp:net',
- '../net/net.gyp:net_test_support',
- '../testing/gtest.gyp:gtest',
- '../url/url.gyp:url_lib',
- 'test_support_sync_fake_server',
- ],
- 'sources': [
- 'test/fake_server/run_sync_fake_server.cc',
- 'test/fake_server/fake_sync_server_http_handler.cc',
- 'test/fake_server/fake_sync_server_http_handler.h',
- ],
- },
-
# A tool to listen to sync notifications and print them out.
{
'target_name': 'sync_listen_notifications',
« no previous file with comments | « no previous file | sync/test/fake_server/fake_sync_server_http_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698