[M120 Migration][VD] Remove accessing oom_score_adj in zygote process
[platform/framework/web/chromium-efl.git] / third_party / libwebm / BUILD.gn
1 # Copyright 2015 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 config("libwebm_config") {
6   include_dirs = [ "./source" ]
7 }
8
9 static_library("libwebm") {
10   configs += [ ":libwebm_config" ]
11   public_configs = [ ":libwebm_config" ]
12
13   sources = [
14     "source/mkvmuxer/mkvmuxer.cc",
15     "source/mkvmuxer/mkvmuxerutil.cc",
16     "source/mkvmuxer/mkvwriter.cc",
17   ]
18 }