Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 1baa9253560848d3ce3122247cd38d79eec4538a..dbe33ace9f15b0622525e738e3b77d972ec22e68 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -2180,6 +2180,14 @@ |
| }], |
| ['enable_webrtc==1', { |
| 'grit_defines': ['-D', 'enable_webrtc'], |
| + 'includes': [ |
| + '../third_party/webrtc/build/common.gypi', |
|
hbos_chromium
2016/03/03 16:51:42
(For gyp variable rtc_use_h264)
|
| + ], |
| + 'conditions': [ |
| + ['rtc_use_h264==1', { |
| + 'grit_defines': ['-D', 'rtc_use_h264'], |
| + }], |
| + ], |
| }], |
| ['enable_hangout_services_extension==1', { |
| 'grit_defines': ['-D', 'enable_hangout_services_extension'], |