diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 05:38:26 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-10 05:38:26 +0000 |
commit | b76a274eee48780caf62bb82749e9f10545bf577 (patch) | |
tree | 44f3227b66efff49bfd2f8313b3c13eeb71fa156 /remoting/remoting_srcs.gypi | |
parent | de0dfa59acf69f73472316695490e7be8da14b2d (diff) | |
download | chromium_src-b76a274eee48780caf62bb82749e9f10545bf577.zip chromium_src-b76a274eee48780caf62bb82749e9f10545bf577.tar.gz chromium_src-b76a274eee48780caf62bb82749e9f10545bf577.tar.bz2 |
Rename remoting/protocol/util.h to message_serialization.h
Both base and protocol directories had util.cc files, which confuses
the linker when compiling them into a single static .a lib.
BUG=276739
Review URL: https://codereview.chromium.org/231943005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262938 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_srcs.gypi')
-rw-r--r-- | remoting/remoting_srcs.gypi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/remoting/remoting_srcs.gypi b/remoting/remoting_srcs.gypi index 2be74ca..ed2a260 100644 --- a/remoting/remoting_srcs.gypi +++ b/remoting/remoting_srcs.gypi @@ -140,6 +140,8 @@ 'protocol/message_decoder.h', 'protocol/message_reader.cc', 'protocol/message_reader.h', + 'protocol/message_serialization.cc', + 'protocol/message_serialization.h', 'protocol/mouse_input_filter.cc', 'protocol/mouse_input_filter.h', 'protocol/name_value_map.h', @@ -167,10 +169,6 @@ 'protocol/session_manager.h', 'protocol/ssl_hmac_channel_authenticator.cc', 'protocol/ssl_hmac_channel_authenticator.h', - 'protocol/transport.cc', - 'protocol/transport.h', - 'protocol/util.cc', - 'protocol/util.h', 'protocol/third_party_authenticator_base.cc', 'protocol/third_party_authenticator_base.h', 'protocol/third_party_client_authenticator.cc', @@ -178,6 +176,8 @@ 'protocol/third_party_host_authenticator.cc', 'protocol/third_party_host_authenticator.h', 'protocol/token_validator.h', + 'protocol/transport.cc', + 'protocol/transport.h', 'protocol/v2_authenticator.cc', 'protocol/v2_authenticator.h', 'protocol/video_reader.cc', |