| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'player_x11_renderer%': 'x11', | 8 'player_x11_renderer%': 'x11', |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 ], | 667 ], |
| 668 }, | 668 }, |
| 669 ], | 669 ], |
| 670 }], | 670 }], |
| 671 ['os_posix == 1 and OS != "mac"', { | 671 ['os_posix == 1 and OS != "mac"', { |
| 672 'targets': [ | 672 'targets': [ |
| 673 { | 673 { |
| 674 'target_name': 'omx_test', | 674 'target_name': 'omx_test', |
| 675 'type': 'executable', | 675 'type': 'executable', |
| 676 'dependencies': [ | 676 'dependencies': [ |
| 677 '../base/base.gyp:base', |
| 677 'media', | 678 'media', |
| 678 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 679 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 679 '../third_party/openmax/openmax.gyp:il', | 680 '../third_party/openmax/openmax.gyp:il', |
| 680 ], | 681 ], |
| 681 'sources': [ | 682 'sources': [ |
| 682 'tools/omx_test/color_space_util.cc', | 683 'tools/omx_test/color_space_util.cc', |
| 683 'tools/omx_test/color_space_util.h', | 684 'tools/omx_test/color_space_util.h', |
| 684 'tools/omx_test/file_reader_util.cc', | 685 'tools/omx_test/file_reader_util.cc', |
| 685 'tools/omx_test/file_reader_util.h', | 686 'tools/omx_test/file_reader_util.h', |
| 686 'tools/omx_test/file_sink.cc', | 687 'tools/omx_test/file_sink.cc', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 ], | 790 ], |
| 790 }], | 791 }], |
| 791 ], | 792 ], |
| 792 } | 793 } |
| 793 | 794 |
| 794 # Local Variables: | 795 # Local Variables: |
| 795 # tab-width:2 | 796 # tab-width:2 |
| 796 # indent-tabs-mode:nil | 797 # indent-tabs-mode:nil |
| 797 # End: | 798 # End: |
| 798 # vim: set expandtab tabstop=2 shiftwidth=2: | 799 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |