| Index: webrtc/webrtc.gyp
|
| diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
|
| index 13d88b3a14e4a9f1c2a2e37e136905c88319b491..c9b3ab52dba1d5c5c0e363bba4d0299b2b05d0d8 100644
|
| --- a/webrtc/webrtc.gyp
|
| +++ b/webrtc/webrtc.gyp
|
| @@ -119,8 +119,8 @@
|
| 'rtc_event_log',
|
| ],
|
| 'conditions': [
|
| - # TODO(andresp): Chromium libpeerconnection should link directly with
|
| - # this and no if conditions should be needed on webrtc build files.
|
| + # TODO(andresp): Chromium should link directly with this and no if
|
| + # conditions should be needed on webrtc build files.
|
| ['build_with_chromium==1', {
|
| 'dependencies': [
|
| '<(webrtc_root)/modules/modules.gyp:video_capture',
|
|
|