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 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1673 'conditions': [ | 1673 'conditions': [ |
1674 ['use_x11==1', { | 1674 ['use_x11==1', { |
1675 'dependencies': [ | 1675 'dependencies': [ |
1676 '../build/linux/system.gyp:x11', | 1676 '../build/linux/system.gyp:x11', |
1677 ] | 1677 ] |
1678 }, { | 1678 }, { |
1679 'dependencies': [ | 1679 'dependencies': [ |
1680 '../build/linux/system.gyp:libdrm', | 1680 '../build/linux/system.gyp:libdrm', |
1681 ] | 1681 ] |
1682 }], | 1682 }], |
| 1683 ['use_ozone==1', { |
| 1684 'dependencies': [ |
| 1685 '../ui/ozone/ozone.gyp:ozone', |
| 1686 ], |
| 1687 }], |
1683 ], | 1688 ], |
1684 }, | 1689 }, |
1685 { | 1690 { |
1686 'target_name': 'vaapi_jpeg_decoder_unittest', | 1691 'target_name': 'vaapi_jpeg_decoder_unittest', |
1687 'type': '<(gtest_target_type)', | 1692 'type': '<(gtest_target_type)', |
1688 'dependencies': [ | 1693 'dependencies': [ |
1689 'content.gyp:content_common', | 1694 'content.gyp:content_common', |
1690 '../base/base.gyp:base', | 1695 '../base/base.gyp:base', |
1691 '../media/media.gyp:media', | 1696 '../media/media.gyp:media', |
1692 '../media/media.gyp:media_test_support', | 1697 '../media/media.gyp:media_test_support', |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2164 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2160 }, | 2165 }, |
2161 ], | 2166 ], |
2162 }], | 2167 }], |
2163 ], | 2168 ], |
2164 }, | 2169 }, |
2165 ], | 2170 ], |
2166 }], | 2171 }], |
2167 ], | 2172 ], |
2168 } | 2173 } |
OLD | NEW |