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 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1721 '../ui/display/display.gyp:display', # Used by rendering_help
er.cc | 1721 '../ui/display/display.gyp:display', # Used by rendering_help
er.cc |
1722 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helper.cc | 1722 '../ui/ozone/ozone.gyp:ozone', # Used by rendering_helper.cc |
1723 ], | 1723 ], |
1724 }], | 1724 }], |
1725 ], | 1725 ], |
1726 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1726 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1727 'msvs_disabled_warnings': [ 4267, ], | 1727 'msvs_disabled_warnings': [ 4267, ], |
1728 }, | 1728 }, |
1729 ] | 1729 ] |
1730 }], | 1730 }], |
1731 ['chromeos==1 and target_arch != "arm"', { | 1731 ['(OS=="linux" or chromeos == 1) and target_arch != "arm"', { |
1732 'targets': [ | 1732 'targets': [ |
1733 { | 1733 { |
1734 'target_name': 'vaapi_jpeg_decoder_unittest', | 1734 'target_name': 'vaapi_jpeg_decoder_unittest', |
1735 'type': '<(gtest_target_type)', | 1735 'type': '<(gtest_target_type)', |
1736 'dependencies': [ | 1736 'dependencies': [ |
1737 'content.gyp:content_common', | 1737 'content.gyp:content_common', |
1738 '../base/base.gyp:base', | 1738 '../base/base.gyp:base', |
1739 '../media/media.gyp:media', | 1739 '../media/media.gyp:media', |
1740 '../media/media.gyp:media_test_support', | 1740 '../media/media.gyp:media_test_support', |
1741 '../testing/gtest.gyp:gtest', | 1741 '../testing/gtest.gyp:gtest', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1795 }], | 1795 }], |
1796 ['use_ozone==1', { | 1796 ['use_ozone==1', { |
1797 'dependencies': [ | 1797 'dependencies': [ |
1798 '../ui/ozone/ozone.gyp:ozone', | 1798 '../ui/ozone/ozone.gyp:ozone', |
1799 ], | 1799 ], |
1800 }], | 1800 }], |
1801 ], | 1801 ], |
1802 } | 1802 } |
1803 ] | 1803 ] |
1804 }], | 1804 }], |
1805 ['chromeos==1', { | 1805 ['chromeos==1 or OS=="linux"', { |
1806 'targets': [ | 1806 'targets': [ |
1807 { | 1807 { |
1808 'target_name': 'jpeg_decode_accelerator_unittest', | 1808 'target_name': 'jpeg_decode_accelerator_unittest', |
1809 'type': 'executable', | 1809 'type': 'executable', |
1810 'dependencies': [ | 1810 'dependencies': [ |
1811 '../base/base.gyp:base', | 1811 '../base/base.gyp:base', |
1812 '../media/media.gyp:media', | 1812 '../media/media.gyp:media', |
1813 '../media/media.gyp:media_test_support', | 1813 '../media/media.gyp:media_test_support', |
1814 '../testing/gtest.gyp:gtest', | 1814 '../testing/gtest.gyp:gtest', |
1815 '../third_party/libyuv/libyuv.gyp:libyuv', | 1815 '../third_party/libyuv/libyuv.gyp:libyuv', |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2194 'content_unittests_apk.isolate', | 2194 'content_unittests_apk.isolate', |
2195 ], | 2195 ], |
2196 }, | 2196 }, |
2197 ], | 2197 ], |
2198 }, | 2198 }, |
2199 ], | 2199 ], |
2200 ], | 2200 ], |
2201 }], | 2201 }], |
2202 ], | 2202 ], |
2203 } | 2203 } |
OLD | NEW |