blob: 4fd8e318bd667d8bbdfddac476d08a3ba71b7a57 [file] [log] [blame]
niklase@google.com470e71d2011-07-07 08:21:25 +00001# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9{
niklase@google.com470e71d2011-07-07 08:21:25 +000010 'targets': [
11 {
xians@google.comd3185fe2011-09-12 12:24:39 +000012 'target_name': 'webrtc_i420',
wjia@webrtc.orga3c82bf2013-01-18 23:42:21 +000013 'type': 'static_library',
niklase@google.com470e71d2011-07-07 08:21:25 +000014 'dependencies': [
andresp@webrtc.org86e1e482015-01-14 09:30:52 +000015 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
niklase@google.com470e71d2011-07-07 08:21:25 +000016 ],
niklase@google.com470e71d2011-07-07 08:21:25 +000017 'sources': [
Henrik Kjellandera74c08d2015-10-22 12:23:11 +020018 'include/i420.h',
xians@google.comd3185fe2011-09-12 12:24:39 +000019 'i420.cc',
niklase@google.com470e71d2011-07-07 08:21:25 +000020 ],
21 },
22 ],
23}