Commit 5a3959f4 authored by gunsch's avatar gunsch Committed by Commit bot

Chromecast: use variable internal GYP variable consistently.

R=lcwu@chromium.org
BUG=None

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

Cr-Commit-Position: refs/heads/master@{#301458}
parent ff0bb8c4
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
'conditions': [ 'conditions': [
['chromecast_branding=="Chrome"', { ['chromecast_branding=="Chrome"', {
'dependencies': [ 'dependencies': [
'internal/chromecast_internal.gyp:cast_shell_internal', '<(cast_internal_gyp):cast_shell_internal',
], ],
}, { }, {
'sources': [ 'sources': [
...@@ -413,7 +413,7 @@ ...@@ -413,7 +413,7 @@
'conditions': [ 'conditions': [
['chromecast_branding=="Chrome"', { ['chromecast_branding=="Chrome"', {
'dependencies': [ 'dependencies': [
'internal/chromecast_internal.gyp:cast_gfx_internal', '<(cast_internal_gyp):cast_gfx_internal',
], ],
}, { }, {
'dependencies': [ 'dependencies': [
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
'conditions': [ 'conditions': [
['chromecast_branding=="Chrome"', { ['chromecast_branding=="Chrome"', {
'dependencies': [ 'dependencies': [
'internal/chromecast_internal.gyp:media_base_internal', '<(cast_internal_gyp):media_base_internal',
], ],
}, { }, {
'sources': [ 'sources': [
......
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