Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: chromecast/chromecast.gyp

Issue 822803002: Chromecast: adds a few dummy GYP targets for easier internal build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index b5fd7bcf9e6560dd820aa185e405f25e809dd5f0..0d9afbba7be0ce555115908e353e52c411dd2b81 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -18,6 +18,11 @@
],
},
'targets': [
+ # TODO(gunsch): Remove these fake targets once they're either added or no
+ # longer referenced from internal code.
+ {'target_name': 'cast_media_audio', 'type': 'none'},
+ {'target_name': 'cast_port_impl', 'type': 'none'},
+
{
'target_name': 'cast_base',
'type': '<(component)',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698