| Index: extensions/extensions.gyp
|
| diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
|
| index ac434835b19a8ab89fbd945c3dc981ae41a054a2..9ae208cf6c9fc1de0b922770177107a90c0406c6 100644
|
| --- a/extensions/extensions.gyp
|
| +++ b/extensions/extensions.gyp
|
| @@ -1142,6 +1142,7 @@
|
| '../net/net.gyp:net_test_support',
|
| '../testing/gtest.gyp:gtest',
|
| 'browser/api/api_registration.gyp:extensions_api_registration',
|
| + 'common/api/api.gyp:cast_channel_proto',
|
| 'common/api/api.gyp:extensions_api',
|
| 'extensions_browser',
|
| 'extensions_common',
|
| @@ -1153,6 +1154,8 @@
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| + 'browser/api/cast_channel/test_util.cc',
|
| + 'browser/api/cast_channel/test_util.h',
|
| 'browser/api/dns/mock_host_resolver_creator.cc',
|
| 'browser/api/dns/mock_host_resolver_creator.h',
|
| 'browser/api/storage/settings_test_util.cc',
|
|
|