| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 1cdfab2487d40b1a39f850564e90d61a20be4e3e..5555f8f8333e1989ee63de17776453b0191024bd 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -348,6 +348,7 @@
|
| 'common/mac/objc_method_swizzle.mm',
|
| 'common/mac/objc_zombie.h',
|
| 'common/mac/objc_zombie.mm',
|
| + 'common/media/webrtc_logging_messages.h',
|
| 'common/metrics/entropy_provider.cc',
|
| 'common/metrics/entropy_provider.h',
|
| 'common/metrics/metrics_log_base.cc',
|
| @@ -376,6 +377,8 @@
|
| 'common/omaha_query_params/omaha_query_params.h',
|
| 'common/omnibox_focus_state.h',
|
| 'common/one_click_signin_messages.h',
|
| + 'common/partial_circular_buffer.cc',
|
| + 'common/partial_circular_buffer.h',
|
| 'common/pepper_flash.cc',
|
| 'common/pepper_flash.h',
|
| 'common/pref_names_util.cc',
|
| @@ -569,6 +572,11 @@
|
| '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
|
| ],
|
| }],
|
| + ['enable_webrtc==0', {
|
| + 'sources!': [
|
| + 'common/media/webrtc_logging_messages.h',
|
| + ]
|
| + }],
|
| ],
|
| 'target_conditions': [
|
| ['OS == "ios"', {
|
|
|