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

Unified Diff: remoting/remoting_srcs.gypi

Issue 282063005: Pull out common code from client and host versions of ServerLogEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: remoting/remoting_srcs.gypi
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi
index d9d663e1fab9598e4786898311a03a15b8241c2f..5b61a96c5ff91f41bd21e938fe1612ec670d9cf2 100644
--- a/remoting/remoting_srcs.gypi
+++ b/remoting/remoting_srcs.gypi
@@ -166,6 +166,8 @@
'protocol/protobuf_video_reader.h',
'protocol/protobuf_video_writer.cc',
'protocol/protobuf_video_writer.h',
+ 'protocol/server_log_entry.cc',
+ 'protocol/server_log_entry.h',
'protocol/session.h',
'protocol/session_config.cc',
'protocol/session_config.h',
@@ -212,8 +214,8 @@
'client/key_event_mapper.h',
'client/log_to_server.cc',
'client/log_to_server.h',
- 'client/server_log_entry.cc',
- 'client/server_log_entry.h',
+ 'client/server_log_entry_client.cc',
+ 'client/server_log_entry_client.h',
'client/software_video_renderer.cc',
'client/software_video_renderer.h',
'client/video_renderer.h',

Powered by Google App Engine
This is Rietveld 408576698