| Index: chromecast/chromecast.gyp
|
| diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
|
| index 6bcb71fdcad69471d3d6f013e7266cf58720bbb5..f54ecc2544ea2e9500be6acd389cbe56a258acb8 100644
|
| --- a/chromecast/chromecast.gyp
|
| +++ b/chromecast/chromecast.gyp
|
| @@ -62,6 +62,8 @@
|
| 'sources': [
|
| 'base/cast_paths.cc',
|
| 'base/cast_paths.h',
|
| + 'base/chromecast_switches.cc',
|
| + 'base/chromecast_switches.h',
|
| 'base/metrics/cast_histograms.h',
|
| 'base/metrics/cast_metrics_helper.cc',
|
| 'base/metrics/cast_metrics_helper.h',
|
| @@ -271,8 +273,6 @@
|
| 'common/cast_content_client.h',
|
| 'common/cast_resource_delegate.cc',
|
| 'common/cast_resource_delegate.h',
|
| - 'common/chromecast_switches.cc',
|
| - 'common/chromecast_switches.h',
|
| 'common/media/cast_messages.h',
|
| 'common/media/cast_message_generator.cc',
|
| 'common/media/cast_message_generator.h',
|
|
|