summaryrefslogtreecommitdiffstats
path: root/media/omx/omx_test.gyp
blob: 0e2fcaa644ae9751624f90a475d3ccb6c6889398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright (c) 2009 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': {
    'chromium_code': 1,
  },
  'conditions': [
    ['OS=="linux"', {
      'targets' : [
        {
          'target_name': 'omx_test',
          'type': 'executable',
          'dependencies': [
            '../../base/base.gyp:base',
            '../../third_party/openmax/openmax.gyp:il',
          ],
          'sources': [
            'input_buffer.cc',
            'input_buffer.h',
            'omx_test.cc',
            'omx_video_decoder.cc',
            'omx_video_decoder.h',
          ],
        },
      ],
    }],
  ],
}