Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6f20383f1b369f7128f630a58b1042fb49783bf9..44c9aba17ebf0ff3a3d12860c059ee7397582214 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2690,6 +2690,9 @@ |
['enable_webrtc==1', { |
'defines': ['ENABLE_WEBRTC=1'], |
}], |
+ ['enable_media_router==1', { |
+ 'defines': ['ENABLE_MEDIA_ROUTER=1'], |
+ }], |
['proprietary_codecs==1', { |
'defines': ['USE_PROPRIETARY_CODECS'], |
'conditions': [ |