Fix nullptr crash in OnEmbed
[chromium-blink-merge.git] / third_party / libwebm / BUILD.gn
blob0827b070fe430575d5ed2695322e961c86fb03c0
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("libwebm") {
6   sources = [
7     "source/mkvmuxer.cpp",
8     "source/mkvmuxerutil.cpp",
9     "source/mkvwriter.cpp",
10   ]