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

Unified Diff: remoting/protocol/BUILD.gn

Issue 1228283004: Cleanup inconsistencies between GN and GYP in //remoting (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 | « remoting/host/BUILD.gn ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index 5cef6e815c38255f60ebe433dd33431a58d5270b..51ceb34848d25863ebf54edda344659b069f55d6 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -22,10 +22,10 @@ source_set("protocol") {
"//base",
"//crypto",
"//jingle:jingle_glue",
- "//jingle:notifier",
"//net",
"//remoting/base",
"//remoting/codec",
+ "//remoting/signaling",
]
}
@@ -79,6 +79,7 @@ source_set("unit_tests") {
"mouse_input_filter_unittest.cc",
"negotiating_authenticator_unittest.cc",
"pairing_registry_unittest.cc",
+ "port_range_unittest.cc",
"ppapi_module_stub.cc",
"pseudotcp_adapter_unittest.cc",
"ssl_hmac_channel_authenticator_unittest.cc",
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698