diff options
Diffstat (limited to 'chromecast/chromecast.gyp')
-rw-r--r-- | chromecast/chromecast.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp index c379050..d7a25e80 100644 --- a/chromecast/chromecast.gyp +++ b/chromecast/chromecast.gyp @@ -172,7 +172,7 @@ 'conditions': [ ['chromecast_branding=="Chrome"', { 'dependencies': [ - 'internal/chromecast_internal.gyp:cast_shell_internal', + '<(cast_internal_gyp):cast_shell_internal', ], }, { 'sources': [ @@ -413,7 +413,7 @@ 'conditions': [ ['chromecast_branding=="Chrome"', { 'dependencies': [ - 'internal/chromecast_internal.gyp:cast_gfx_internal', + '<(cast_internal_gyp):cast_gfx_internal', ], }, { 'dependencies': [ |