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

Unified Diff: jingle/BUILD.gn

Issue 1177983009: Move remoting-specific adapters from jingle/glue to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | jingle/glue/channel_socket_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/BUILD.gn
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index 65ffd1ce216c26929d41163a73bca1fe38c5c602..9d8a56d3851c9c244d556d480366ba9d9aed54a8 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -113,7 +113,6 @@ if (enable_webrtc || !is_android) {
# GYP version: jingle/jingle.gyp:jingle_unittests
test("jingle_unittests") {
sources = [
- "glue/channel_socket_adapter_unittest.cc",
"glue/chrome_async_socket_unittest.cc",
"glue/fake_ssl_client_socket_unittest.cc",
"glue/jingle_glue_mock_objects.cc",
@@ -122,7 +121,6 @@ if (enable_webrtc || !is_android) {
"glue/mock_task.cc",
"glue/mock_task.h",
"glue/proxy_resolving_client_socket_unittest.cc",
- "glue/pseudotcp_adapter_unittest.cc",
"glue/task_pump_unittest.cc",
"glue/thread_wrapper_unittest.cc",
"notifier/base/weak_xmpp_client_unittest.cc",
« no previous file with comments | « no previous file | jingle/glue/channel_socket_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698