diff options
author | gunsch <gunsch@chromium.org> | 2014-10-27 14:59:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-27 21:59:41 +0000 |
commit | 5a3959f46686634e1c7b380bc65d41833b5d5b19 (patch) | |
tree | fdd82b495dc240e1b40366778a2f836449c7b597 | |
parent | ff0bb8c4fe2ec9f2c2f27f3ffe0afefb986ef666 (diff) | |
download | chromium_src-5a3959f46686634e1c7b380bc65d41833b5d5b19.zip chromium_src-5a3959f46686634e1c7b380bc65d41833b5d5b19.tar.gz chromium_src-5a3959f46686634e1c7b380bc65d41833b5d5b19.tar.bz2 |
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}
-rw-r--r-- | chromecast/chromecast.gyp | 4 | ||||
-rw-r--r-- | chromecast/media/media.gyp | 2 |
2 files changed, 3 insertions, 3 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': [ diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp index 1901b9c..9eaf8d1 100644 --- a/chromecast/media/media.gyp +++ b/chromecast/media/media.gyp @@ -26,7 +26,7 @@ 'conditions': [ ['chromecast_branding=="Chrome"', { 'dependencies': [ - 'internal/chromecast_internal.gyp:media_base_internal', + '<(cast_internal_gyp):media_base_internal', ], }, { 'sources': [ |