Commit 62fac302 authored by gunsch's avatar gunsch Committed by Commit bot

Chromecast: minor code cleanups.

R=lcwu@chromium.org
BUG=None

Review URL: https://codereview.chromium.org/945073002

Cr-Commit-Position: refs/heads/master@{#317452}
parent 2a5fb80d
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "base/macros.h" #include "base/macros.h"
#include "base/prefs/pref_member.h"
#include "net/url_request/http_user_agent_settings.h" #include "net/url_request/http_user_agent_settings.h"
namespace chromecast { namespace chromecast {
......
...@@ -26,10 +26,9 @@ ...@@ -26,10 +26,9 @@
], ],
}, },
'targets': [ 'targets': [
# TODO(gunsch): Remove these fake targets once they're either added or no # TODO(gunsch): Remove this fake target once it's either added or no
# longer referenced from internal code. # longer referenced from internal code.
{'target_name': 'cast_media_audio', 'type': 'none'}, {'target_name': 'cast_media_audio', 'type': 'none'},
{'target_name': 'cast_port_impl', 'type': 'none'},
{ {
'target_name': 'cast_base', 'target_name': 'cast_base',
......
...@@ -16,4 +16,3 @@ bool HdmiSinkSupportsPcmSurroundSound(); ...@@ -16,4 +16,3 @@ bool HdmiSinkSupportsPcmSurroundSound();
} // namespace media } // namespace media
#endif // CHROMECAST_MEDIA_BASE_MEDIA_CAPS_ #endif // CHROMECAST_MEDIA_BASE_MEDIA_CAPS_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment