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

Unified Diff: remoting/protocol/BUILD.gn

Issue 1419783013: Move ChromiumPortAllocatorFactory to remoting/protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index 722bd77161f28036aa127c3f9143cf37c6e59ee0..f5d79ca57b59e1f0bce76b30830ab6958ce1e9ed 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -32,6 +32,7 @@ source_set("protocol") {
if (is_nacl) {
sources -= [
"chromium_port_allocator.cc",
+ "chromium_port_allocator_factory.cc",
"chromium_socket_factory.cc",
]
}
« no previous file with comments | « remoting/host/chromium_port_allocator_factory.cc ('k') | remoting/protocol/chromium_port_allocator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698