| Index: media/cast/cast.gyp
|
| diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
|
| index 51d8205b02ce4edd8dc14b8cb8b45fa681bf95d6..8bcfbedf630089905e4f54ae650548b734b5bea6 100644
|
| --- a/media/cast/cast.gyp
|
| +++ b/media/cast/cast.gyp
|
| @@ -14,6 +14,9 @@
|
| 'include_dirs': [
|
| '<(DEPTH)/',
|
| ],
|
| + 'dependencies': [
|
| + 'logging/logging.gyp:cast_logging',
|
| + ],
|
| 'sources': [
|
| 'cast_config.cc',
|
| 'cast_config.h',
|
| @@ -32,7 +35,6 @@
|
| 'cast_config',
|
| 'cast_receiver.gyp:cast_receiver',
|
| 'cast_sender.gyp:cast_sender',
|
| - 'logging/logging.gyp:cast_logging',
|
| 'test/utility/utility.gyp:cast_test_utility',
|
| '<(DEPTH)/base/base.gyp:run_all_unittests',
|
| '<(DEPTH)/net/net.gyp:net',
|
|
|