$OpenBSD: patch-chrome_common_extensions_api_schemas_gypi,v 1.10 2016/01/23 18:49:31 robert Exp $
--- chrome/common/extensions/api/schemas.gypi.orig.port	Wed Jan 20 21:01:20 2016
+++ chrome/common/extensions/api/schemas.gypi	Fri Jan 22 19:58:58 2016
@@ -173,6 +173,11 @@
           '<@(webrtc_schema_files)',
         ],
       }],
+      ['enable_webrtc==0', {
+        'schema_files': [
+          'webrtc_logging_private.idl',
+        ],
+      }],
     ],
     'cc_dir': 'chrome/common/extensions/api',
     'root_namespace': 'extensions::api::%(namespace)s',
