| Index: remoting/chromoting.gyp
|
| diff --git a/remoting/chromoting.gyp b/remoting/chromoting.gyp
|
| index 3136800863a3850e6ebc599c617f454f290eee87..054e3e0c2cc00a31b76db4cff27b2fd63229ca50 100644
|
| --- a/remoting/chromoting.gyp
|
| +++ b/remoting/chromoting.gyp
|
| @@ -118,7 +118,6 @@
|
| 'export_dependent_settings': [
|
| '../third_party/protobuf2/protobuf.gyp:protobuf_lite',
|
| 'base/protocol/chromotocol.gyp:chromotocol_proto_lib',
|
| - 'chromoting_jingle_glue',
|
| # TODO(hclam): Enable VP8 in the build.
|
| #'third_party/on2/on2.gyp:vp8',
|
| ],
|
| @@ -244,9 +243,9 @@
|
| 'target_name': 'chromoting_jingle_glue',
|
| 'type': '<(library)',
|
| 'dependencies': [
|
| + '../chrome/chrome.gyp:notifier',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../third_party/libjingle/libjingle.gyp:libjingle_p2p',
|
| - '../chrome/chrome.gyp:notifier',
|
| ],
|
| 'export_dependent_settings': [
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
|
|