OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1576 '../third_party/libyuv/libyuv.gyp:libyuv', | 1576 '../third_party/libyuv/libyuv.gyp:libyuv', |
1577 '../ui/gfx/gfx.gyp:gfx_geometry', | 1577 '../ui/gfx/gfx.gyp:gfx_geometry', |
1578 ], | 1578 ], |
1579 'sources': [ | 1579 'sources': [ |
1580 'common/gpu/media/vaapi_h264_decoder_unittest.cc', | 1580 'common/gpu/media/vaapi_h264_decoder_unittest.cc', |
1581 ], | 1581 ], |
1582 'include_dirs': [ | 1582 'include_dirs': [ |
1583 '<(DEPTH)/third_party/libva', | 1583 '<(DEPTH)/third_party/libva', |
1584 ], | 1584 ], |
1585 }, | 1585 }, |
| 1586 { |
| 1587 'target_name': 'vaapi_jpeg_decoder_unittest', |
| 1588 'type': '<(gtest_target_type)', |
| 1589 'dependencies': [ |
| 1590 '../base/base.gyp:base', |
| 1591 '../testing/gtest.gyp:gtest', |
| 1592 ], |
| 1593 'sources': [ |
| 1594 'common/gpu/media/vaapi_jpeg_parser.h', |
| 1595 'common/gpu/media/vaapi_jpeg_parser.cc', |
| 1596 'common/gpu/media/vaapi_jpeg_parser_unittest.cc', |
| 1597 ], |
| 1598 } |
1586 ] | 1599 ] |
1587 }], | 1600 }], |
1588 ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', { | 1601 ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', { |
1589 'targets': [ | 1602 'targets': [ |
1590 { | 1603 { |
1591 'target_name': 'video_encode_accelerator_unittest', | 1604 'target_name': 'video_encode_accelerator_unittest', |
1592 'type': 'executable', | 1605 'type': 'executable', |
1593 'dependencies': [ | 1606 'dependencies': [ |
1594 '../base/base.gyp:base', | 1607 '../base/base.gyp:base', |
1595 '../media/media.gyp:media', | 1608 '../media/media.gyp:media', |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1994 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2007 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1995 }, | 2008 }, |
1996 ], | 2009 ], |
1997 }], | 2010 }], |
1998 ], | 2011 ], |
1999 }, | 2012 }, |
2000 ], | 2013 ], |
2001 }], | 2014 }], |
2002 ], | 2015 ], |
2003 } | 2016 } |
OLD | NEW |