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 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1808 ] | 1808 ] |
1809 }, { | 1809 }, { |
1810 'dependencies': [ | 1810 'dependencies': [ |
1811 '../build/linux/system.gyp:libdrm', | 1811 '../build/linux/system.gyp:libdrm', |
1812 ] | 1812 ] |
1813 }], | 1813 }], |
1814 ], | 1814 ], |
1815 } | 1815 } |
1816 ] | 1816 ] |
1817 }], | 1817 }], |
1818 ['chromeos==1', { | 1818 ['chromeos==1 or OS=="mac"', { |
1819 'targets': [ | 1819 'targets': [ |
1820 { | 1820 { |
1821 'target_name': 'video_encode_accelerator_unittest', | 1821 'target_name': 'video_encode_accelerator_unittest', |
1822 'type': 'executable', | 1822 'type': 'executable', |
1823 'dependencies': [ | 1823 'dependencies': [ |
| 1824 'content.gyp:content_common', |
1824 '../base/base.gyp:base', | 1825 '../base/base.gyp:base', |
1825 '../media/media.gyp:media', | 1826 '../media/media.gyp:media', |
1826 '../media/media.gyp:media_test_support', | 1827 '../media/media.gyp:media_test_support', |
1827 '../testing/gtest.gyp:gtest', | 1828 '../testing/gtest.gyp:gtest', |
1828 '../ui/base/ui_base.gyp:ui_base', | 1829 '../ui/base/ui_base.gyp:ui_base', |
1829 '../ui/gfx/gfx.gyp:gfx', | 1830 '../ui/gfx/gfx.gyp:gfx', |
1830 '../ui/gfx/gfx.gyp:gfx_geometry', | 1831 '../ui/gfx/gfx.gyp:gfx_geometry', |
1831 '../ui/gfx/gfx.gyp:gfx_test_support', | 1832 '../ui/gfx/gfx.gyp:gfx_test_support', |
1832 '../ui/gl/gl.gyp:gl', | 1833 '../ui/gl/gl.gyp:gl', |
1833 '../ui/gl/gl.gyp:gl_test_support', | 1834 '../ui/gl/gl.gyp:gl_test_support', |
(...skipping 12 matching lines...) Expand all Loading... |
1846 'dependencies': [ | 1847 'dependencies': [ |
1847 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 1848 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
1848 ], | 1849 ], |
1849 }], | 1850 }], |
1850 ['use_ozone==1', { | 1851 ['use_ozone==1', { |
1851 'dependencies': [ | 1852 'dependencies': [ |
1852 '../ui/ozone/ozone.gyp:ozone', | 1853 '../ui/ozone/ozone.gyp:ozone', |
1853 ], | 1854 ], |
1854 }], | 1855 }], |
1855 ], | 1856 ], |
1856 }, | 1857 } |
| 1858 ] |
| 1859 }], |
| 1860 ['chromeos==1', { |
| 1861 'targets': [ |
1857 { | 1862 { |
1858 'target_name': 'jpeg_decode_accelerator_unittest', | 1863 'target_name': 'jpeg_decode_accelerator_unittest', |
1859 'type': 'executable', | 1864 'type': 'executable', |
1860 'dependencies': [ | 1865 'dependencies': [ |
1861 '../base/base.gyp:base', | 1866 '../base/base.gyp:base', |
1862 '../media/media.gyp:media', | 1867 '../media/media.gyp:media', |
1863 '../media/media.gyp:media_test_support', | 1868 '../media/media.gyp:media_test_support', |
1864 '../testing/gtest.gyp:gtest', | 1869 '../testing/gtest.gyp:gtest', |
1865 '../third_party/libyuv/libyuv.gyp:libyuv', | 1870 '../third_party/libyuv/libyuv.gyp:libyuv', |
1866 '../ui/gfx/gfx.gyp:gfx', | 1871 '../ui/gfx/gfx.gyp:gfx', |
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2244 'content_unittests_apk.isolate', | 2249 'content_unittests_apk.isolate', |
2245 ], | 2250 ], |
2246 }, | 2251 }, |
2247 ], | 2252 ], |
2248 }, | 2253 }, |
2249 ], | 2254 ], |
2250 ], | 2255 ], |
2251 }], | 2256 }], |
2252 ], | 2257 ], |
2253 } | 2258 } |
OLD | NEW |