| Index: third_party/libwebm/BUILD.gn
|
| diff --git a/third_party/libwebm/BUILD.gn b/third_party/libwebm/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0827b070fe430575d5ed2695322e961c86fb03c0
|
| --- /dev/null
|
| +++ b/third_party/libwebm/BUILD.gn
|
| @@ -0,0 +1,11 @@
|
| +# Copyright 2015 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +source_set("libwebm") {
|
| + sources = [
|
| + "source/mkvmuxer.cpp",
|
| + "source/mkvmuxerutil.cpp",
|
| + "source/mkvwriter.cpp",
|
| + ]
|
| +}
|
|
|