| 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 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1678 ], | 1678 ], |
| 1679 } | 1679 } |
| 1680 ] | 1680 ] |
| 1681 }], | 1681 }], |
| 1682 ['chromeos==1 or OS=="mac"', { | 1682 ['chromeos==1 or OS=="mac"', { |
| 1683 'targets': [ | 1683 'targets': [ |
| 1684 { | 1684 { |
| 1685 'target_name': 'video_encode_accelerator_unittest', | 1685 'target_name': 'video_encode_accelerator_unittest', |
| 1686 'type': 'executable', | 1686 'type': 'executable', |
| 1687 'dependencies': [ | 1687 'dependencies': [ |
| 1688 'content.gyp:content', |
| 1688 'content.gyp:content_common', | 1689 'content.gyp:content_common', |
| 1689 '../base/base.gyp:base', | 1690 '../base/base.gyp:base', |
| 1690 '../media/media.gyp:media', | 1691 '../media/media.gyp:media', |
| 1691 '../media/media.gyp:media_test_support', | 1692 '../media/media.gyp:media_test_support', |
| 1692 '../testing/gtest.gyp:gtest', | 1693 '../testing/gtest.gyp:gtest', |
| 1693 '../ui/base/ui_base.gyp:ui_base', | 1694 '../ui/base/ui_base.gyp:ui_base', |
| 1694 '../ui/gfx/gfx.gyp:gfx', | 1695 '../ui/gfx/gfx.gyp:gfx', |
| 1695 '../ui/gfx/gfx.gyp:gfx_geometry', | 1696 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1696 '../ui/gfx/gfx.gyp:gfx_test_support', | 1697 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1697 '../ui/gl/gl.gyp:gl', | 1698 '../ui/gl/gl.gyp:gl', |
| 1698 '../ui/gl/gl.gyp:gl_test_support', | 1699 '../ui/gl/gl.gyp:gl_test_support', |
| 1699 'content.gyp:content', | |
| 1700 ], | 1700 ], |
| 1701 'sources': [ | 1701 'sources': [ |
| 1702 'common/gpu/media/video_accelerator_unittest_helpers.h', | 1702 'common/gpu/media/video_accelerator_unittest_helpers.h', |
| 1703 'common/gpu/media/video_encode_accelerator_unittest.cc', | 1703 'common/gpu/media/video_encode_accelerator_unittest.cc', |
| 1704 ], | 1704 ], |
| 1705 'include_dirs': [ | 1705 'include_dirs': [ |
| 1706 '<(DEPTH)/third_party/libva', | 1706 '<(DEPTH)/third_party/libva', |
| 1707 '<(DEPTH)/third_party/libyuv', | 1707 '<(DEPTH)/third_party/libyuv', |
| 1708 ], | 1708 ], |
| 1709 'conditions': [ | 1709 'conditions': [ |
| 1710 ['OS=="mac"', { |
| 1711 'dependencies': [ |
| 1712 '../third_party/webrtc/webrtc.gyp:webrtc', |
| 1713 ], |
| 1714 }], |
| 1710 ['use_x11==1', { | 1715 ['use_x11==1', { |
| 1711 'dependencies': [ | 1716 'dependencies': [ |
| 1712 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 1717 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 1713 ], | 1718 ], |
| 1714 }], | 1719 }], |
| 1715 ['use_ozone==1', { | 1720 ['use_ozone==1', { |
| 1716 'dependencies': [ | 1721 'dependencies': [ |
| 1717 '../ui/ozone/ozone.gyp:ozone', | 1722 '../ui/ozone/ozone.gyp:ozone', |
| 1718 ], | 1723 ], |
| 1719 }], | 1724 }], |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2098 'content_unittests_apk.isolate', | 2103 'content_unittests_apk.isolate', |
| 2099 ], | 2104 ], |
| 2100 }, | 2105 }, |
| 2101 ], | 2106 ], |
| 2102 }, | 2107 }, |
| 2103 ], | 2108 ], |
| 2104 ], | 2109 ], |
| 2105 }], | 2110 }], |
| 2106 ], | 2111 ], |
| 2107 } | 2112 } |
| OLD | NEW |