summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chromecast/chromecast.gyp4
-rw-r--r--chromecast/media/media.gyp2
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': [