| 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 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1753 ['chromeos==1', { | 1753 ['chromeos==1', { |
| 1754 'targets': [ | 1754 'targets': [ |
| 1755 { | 1755 { |
| 1756 'target_name': 'video_encode_accelerator_unittest', | 1756 'target_name': 'video_encode_accelerator_unittest', |
| 1757 'type': 'executable', | 1757 'type': 'executable', |
| 1758 'dependencies': [ | 1758 'dependencies': [ |
| 1759 '../base/base.gyp:base', | 1759 '../base/base.gyp:base', |
| 1760 '../media/media.gyp:media', | 1760 '../media/media.gyp:media', |
| 1761 '../media/media.gyp:media_test_support', | 1761 '../media/media.gyp:media_test_support', |
| 1762 '../testing/gtest.gyp:gtest', | 1762 '../testing/gtest.gyp:gtest', |
| 1763 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| 1763 '../ui/base/ui_base.gyp:ui_base', | 1764 '../ui/base/ui_base.gyp:ui_base', |
| 1764 '../ui/gfx/gfx.gyp:gfx', | 1765 '../ui/gfx/gfx.gyp:gfx', |
| 1765 '../ui/gfx/gfx.gyp:gfx_geometry', | 1766 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1766 '../ui/gfx/gfx.gyp:gfx_test_support', | 1767 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1767 '../ui/gl/gl.gyp:gl', | 1768 '../ui/gl/gl.gyp:gl', |
| 1768 '../ui/gl/gl.gyp:gl_test_support', | 1769 '../ui/gl/gl.gyp:gl_test_support', |
| 1769 'content.gyp:content', | 1770 'content.gyp:content', |
| 1770 ], | 1771 ], |
| 1771 'sources': [ | 1772 'sources': [ |
| 1772 'common/gpu/media/video_accelerator_unittest_helpers.h', | 1773 'common/gpu/media/video_accelerator_unittest_helpers.h', |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2127 ], | 2128 ], |
| 2128 }, | 2129 }, |
| 2129 'includes': [ | 2130 'includes': [ |
| 2130 '../build/host_jar.gypi', | 2131 '../build/host_jar.gypi', |
| 2131 ], | 2132 ], |
| 2132 }, | 2133 }, |
| 2133 ], | 2134 ], |
| 2134 }], | 2135 }], |
| 2135 ], | 2136 ], |
| 2136 } | 2137 } |
| OLD | NEW |