Index: extensions/extensions.gyp |
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp |
index c5a1e0c7b12afe44c7a63d143dcec505f778a4bb..9f239320c52bb8031ff587402984972dbfe65fd8 100644 |
--- a/extensions/extensions.gyp |
+++ b/extensions/extensions.gyp |
@@ -284,7 +284,7 @@ |
'../skia/skia.gyp:skia', |
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
'browser/api/api_registration.gyp:extensions_api_registration', |
- 'cast_channel_proto', |
+ 'common/api/api.gyp:cast_channel_proto', |
'common/api/api.gyp:extensions_api', |
'extensions_common', |
'extensions_strings.gyp:extensions_strings', |
@@ -1028,7 +1028,7 @@ |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
- 'cast_channel_proto', |
+ 'common/api/api.gyp:cast_channel_proto', |
'extensions_common', |
'extensions_renderer', |
'extensions_resources.gyp:extensions_resources', |
@@ -1134,20 +1134,5 @@ |
}], |
], |
}, |
- { |
- # Protobuf compiler / generator for chrome.cast.channel-related protocol buffers. |
- # GN version: //extensions/browser/api/cast_channel:cast_channel_proto |
- 'target_name': 'cast_channel_proto', |
- 'type': 'static_library', |
- 'sources': [ |
- 'browser/api/cast_channel/cast_channel.proto', |
- 'browser/api/cast_channel/logging.proto' |
- ], |
- 'variables': { |
- 'proto_in_dir': 'browser/api/cast_channel', |
- 'proto_out_dir': 'extensions/browser/api/cast_channel', |
- }, |
- 'includes': [ '../build/protoc.gypi' ] |
- }, |
] |
} |