summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libwebm/libwebm.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libwebm/libwebm.gypi')
-rw-r--r--chromium/third_party/libwebm/libwebm.gypi13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/third_party/libwebm/libwebm.gypi b/chromium/third_party/libwebm/libwebm.gypi
new file mode 100644
index 00000000000..07411014527
--- /dev/null
+++ b/chromium/third_party/libwebm/libwebm.gypi
@@ -0,0 +1,13 @@
+# Copyright 2014 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.
+
+{
+ 'variables': {
+ 'libwebm_sources': [
+ 'source/mkvmuxer.cpp',
+ 'source/mkvmuxerutil.cpp',
+ 'source/mkvwriter.cpp',
+ ],
+ }
+}