Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index b0b90e029c0217c309376c1fe61ec90d079a2ecd..ced1f9446f0644b91d65e8916e83d1127f863589 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1837,6 +1837,9 @@ |
| 'video_hole%': 1, |
| }], |
| ], |
| + # Enable HEVC/H265 demuxing. Actual decoding must be provided by the |
| + # platform. |
| + 'defines': ['ENABLE_HEVC_DEMUXING'], |
| }], |
| ['chromecast==1 and OS!="android"', { |
| 'ozone_platform_cast%': 1 |