diff options
author | jdufault <jdufault@chromium.org> | 2015-05-15 19:06:13 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-16 02:07:09 +0000 |
commit | fe2e0ce0c145d955f2aa3c04cf2f82db987fd83a (patch) | |
tree | 6b0a21069b7a1ffd4977174d09728cb379bb6b56 /ash/ash.gyp | |
parent | 8a3333697857a0125e5bb68a10e7ea2f83f35d3e (diff) | |
download | chromium_src-fe2e0ce0c145d955f2aa3c04cf2f82db987fd83a.zip chromium_src-fe2e0ce0c145d955f2aa3c04cf2f82db987fd83a.tar.gz chromium_src-fe2e0ce0c145d955f2aa3c04cf2f82db987fd83a.tar.bz2 |
Add the supporting code for the cast system tray integration
- Adds CastConfigDelegate which gathers casting data from the chromecast extension
- Provides access to the CastConfigDelegate to UI code via the SystemTrayDelegate
BUG=433140
Review URL: https://codereview.chromium.org/1115083002
Cr-Commit-Position: refs/heads/master@{#330266}
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index e8e819b..082a6f8 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -43,6 +43,8 @@ 'autoclick/autoclick_controller.h', 'cancel_mode.cc', 'cancel_mode.h', + 'cast_config_delegate.cc', + 'cast_config_delegate.h', 'content/display/display_color_manager_chromeos.cc', 'content/display/display_color_manager_chromeos.h', 'content/display/screen_orientation_controller_chromeos.cc', |