Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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. | |
| 4 | |
| 5 { | |
| 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 ] | |
| 17 } | |
| OLD | NEW |