Create DependencyManager API.
[chromium-blink-merge.git] / third_party / libwebm / libwebm.gyp
blob7213eca53e48a70d3fb44fa5056928c7d3313d7d
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.
6   'targets': [
7     {
8       'target_name': 'libwebm',
9       'type': 'static_library',
10       'sources': [
11         'source/mkvmuxer.cpp',
12         'source/mkvmuxerutil.cpp',
13         'source/mkvwriter.cpp',
14       ],
15     },  # target libwebm
16   ]