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 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1569 '../ui/gfx/gfx.gyp:gfx_test_support', | 1569 '../ui/gfx/gfx.gyp:gfx_test_support', |
1570 '../ui/gfx/gfx.gyp:gfx_geometry', | 1570 '../ui/gfx/gfx.gyp:gfx_geometry', |
1571 '../ui/gl/gl.gyp:gl', | 1571 '../ui/gl/gl.gyp:gl', |
1572 'content.gyp:content', | 1572 'content.gyp:content', |
1573 ], | 1573 ], |
1574 'include_dirs': [ | 1574 'include_dirs': [ |
1575 '<(DEPTH)/third_party/khronos', | 1575 '<(DEPTH)/third_party/khronos', |
1576 ], | 1576 ], |
1577 'sources': [ | 1577 'sources': [ |
1578 'common/gpu/media/android_video_decode_accelerator_unittest.cc', | 1578 'common/gpu/media/android_video_decode_accelerator_unittest.cc', |
| 1579 'common/gpu/media/gl_renderer.cc', |
| 1580 'common/gpu/media/gl_renderer.h', |
1579 'common/gpu/media/rendering_helper.cc', | 1581 'common/gpu/media/rendering_helper.cc', |
1580 'common/gpu/media/rendering_helper.h', | 1582 'common/gpu/media/rendering_helper.h', |
| 1583 'common/gpu/media/surfaceless_gl_renderer.cc', |
| 1584 'common/gpu/media/surfaceless_gl_renderer.h', |
1581 'common/gpu/media/video_accelerator_unittest_helpers.h', | 1585 'common/gpu/media/video_accelerator_unittest_helpers.h', |
1582 'common/gpu/media/video_decode_accelerator_unittest.cc', | 1586 'common/gpu/media/video_decode_accelerator_unittest.cc', |
1583 ], | 1587 ], |
1584 'conditions': [ | 1588 'conditions': [ |
1585 ['OS=="android"', { | 1589 ['OS=="android"', { |
1586 'sources/': [ | 1590 'sources/': [ |
1587 ['exclude', '^common/gpu/media/rendering_helper.h'], | 1591 ['exclude', '^common/gpu/media/rendering_helper.h'], |
1588 ['exclude', '^common/gpu/media/rendering_helper.cc'], | 1592 ['exclude', '^common/gpu/media/rendering_helper.cc'], |
1589 ['exclude', '^common/gpu/media/video_decode_accelerator_unitte
st.cc'], | 1593 ['exclude', '^common/gpu/media/video_decode_accelerator_unitte
st.cc'], |
1590 ], | 1594 ], |
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2143 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2147 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2144 }, | 2148 }, |
2145 ], | 2149 ], |
2146 }], | 2150 }], |
2147 ], | 2151 ], |
2148 }, | 2152 }, |
2149 ], | 2153 ], |
2150 }], | 2154 }], |
2151 ], | 2155 ], |
2152 } | 2156 } |
OLD | NEW |