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 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1656 { | 1656 { |
1657 'target_name': 'vaapi_h264_decoder_unittest', | 1657 'target_name': 'vaapi_h264_decoder_unittest', |
1658 'type': '<(gtest_target_type)', | 1658 'type': '<(gtest_target_type)', |
1659 'dependencies': [ | 1659 'dependencies': [ |
1660 'content.gyp:content_common', | 1660 'content.gyp:content_common', |
1661 '../base/base.gyp:base', | 1661 '../base/base.gyp:base', |
1662 '../media/media.gyp:media', | 1662 '../media/media.gyp:media', |
1663 '../testing/gtest.gyp:gtest', | 1663 '../testing/gtest.gyp:gtest', |
1664 '../third_party/libyuv/libyuv.gyp:libyuv', | 1664 '../third_party/libyuv/libyuv.gyp:libyuv', |
1665 '../ui/gfx/gfx.gyp:gfx_geometry', | 1665 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1666 '../ui/ozone/ozone.gyp:ozone', |
1666 ], | 1667 ], |
1667 'sources': [ | 1668 'sources': [ |
1668 'common/gpu/media/vaapi_h264_decoder_unittest.cc', | 1669 'common/gpu/media/vaapi_h264_decoder_unittest.cc', |
1669 ], | 1670 ], |
1670 'include_dirs': [ | 1671 'include_dirs': [ |
1671 '<(DEPTH)/third_party/libva', | 1672 '<(DEPTH)/third_party/libva', |
1672 ], | 1673 ], |
1673 'conditions': [ | 1674 'conditions': [ |
1674 ['use_x11==1', { | 1675 ['use_x11==1', { |
1675 'dependencies': [ | 1676 'dependencies': [ |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2160 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2160 }, | 2161 }, |
2161 ], | 2162 ], |
2162 }], | 2163 }], |
2163 ], | 2164 ], |
2164 }, | 2165 }, |
2165 ], | 2166 ], |
2166 }], | 2167 }], |
2167 ], | 2168 ], |
2168 } | 2169 } |
OLD | NEW |