| 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', | |
| 1667 ], | 1666 ], |
| 1668 'sources': [ | 1667 'sources': [ |
| 1669 'common/gpu/media/vaapi_h264_decoder_unittest.cc', | 1668 'common/gpu/media/vaapi_h264_decoder_unittest.cc', |
| 1670 ], | 1669 ], |
| 1671 'include_dirs': [ | 1670 'include_dirs': [ |
| 1672 '<(DEPTH)/third_party/libva', | 1671 '<(DEPTH)/third_party/libva', |
| 1673 ], | 1672 ], |
| 1674 'conditions': [ | 1673 'conditions': [ |
| 1675 ['use_x11==1', { | 1674 ['use_x11==1', { |
| 1676 'dependencies': [ | 1675 'dependencies': [ |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2160 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2161 }, | 2160 }, |
| 2162 ], | 2161 ], |
| 2163 }], | 2162 }], |
| 2164 ], | 2163 ], |
| 2165 }, | 2164 }, |
| 2166 ], | 2165 ], |
| 2167 }], | 2166 }], |
| 2168 ], | 2167 ], |
| 2169 } | 2168 } |
| OLD | NEW |