| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index dc75988382270d0b97537ac962170908e42e2599..189e58841c113cff22d04c8c7ef3fc99e9daa46b 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -136,25 +136,18 @@ static_library("protocol") {
|
| ]
|
|
|
| configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
| - # TODO(GYP) Remove when WebRTC/jingle is converted.
|
| - configs += [
|
| - "//content:webrtc_stub_config",
|
| - "//content:libjingle_stub_config",
|
| - ]
|
|
|
| deps = [
|
| "//base",
|
| "//crypto",
|
| + "//jingle:jingle_glue",
|
| + "//jingle:notifier",
|
| "//net",
|
| "//remoting/base",
|
| - #'../jingle/jingle.gyp:jingle_glue', TODO(GYP)
|
| - #'../jingle/jingle.gyp:notifier', TODO(GYP)
|
| - #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
|
| + "//third_party/libjingle",
|
| ]
|
|
|
| forward_dependent_configs_from = [
|
| - #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
|
| + "//third_party/libjingle",
|
| ]
|
| - # TODO(GYP) Remove when jingle is converted.
|
| - direct_dependent_configs = [ "//content:libjingle_stub_config" ]
|
| }
|
|
|