diff options
Diffstat (limited to 'chromecast/chromecast.gyp')
-rw-r--r-- | chromecast/chromecast.gyp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp index 3f93576..d991a5c 100644 --- a/chromecast/chromecast.gyp +++ b/chromecast/chromecast.gyp @@ -47,8 +47,13 @@ 'internal/chromecast_internal.gyp:cast_service_internal', ], }, { + 'dependencies': [ + '../base/base.gyp:base', + '../content/content.gyp:content', + ], 'sources': [ - 'service/cast_platform_init_stub.cc', + 'service/cast_service_simple.cc', + 'service/cast_service_simple.h', ], }], ], |