| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1461 ], | 1461 ], |
| 1462 'sources': [ | 1462 'sources': [ |
| 1463 'common/gpu/media/vaapi_h264_decoder_unittest.cc', | 1463 'common/gpu/media/vaapi_h264_decoder_unittest.cc', |
| 1464 ], | 1464 ], |
| 1465 'include_dirs': [ | 1465 'include_dirs': [ |
| 1466 '<(DEPTH)/third_party/libva', | 1466 '<(DEPTH)/third_party/libva', |
| 1467 ], | 1467 ], |
| 1468 }, | 1468 }, |
| 1469 ] | 1469 ] |
| 1470 }], | 1470 }], |
| 1471 ['chromeos==1 and (target_arch == "arm" or use_x11 == 1)', { | 1471 ['chromeos==1 and target_arch == "arm"', { |
| 1472 'targets': [ | 1472 'targets': [ |
| 1473 { | 1473 { |
| 1474 'target_name': 'video_encode_accelerator_unittest', | 1474 'target_name': 'video_encode_accelerator_unittest', |
| 1475 'type': 'executable', | 1475 'type': 'executable', |
| 1476 'dependencies': [ | 1476 'dependencies': [ |
| 1477 '../base/base.gyp:base', | 1477 '../base/base.gyp:base', |
| 1478 '../media/media.gyp:media', | 1478 '../media/media.gyp:media', |
| 1479 '../media/media.gyp:media_test_support', | 1479 '../media/media.gyp:media_test_support', |
| 1480 '../testing/gtest.gyp:gtest', | 1480 '../testing/gtest.gyp:gtest', |
| 1481 '../ui/base/ui_base.gyp:ui_base', | 1481 '../ui/base/ui_base.gyp:ui_base', |
| 1482 '../ui/gfx/gfx.gyp:gfx', | 1482 '../ui/gfx/gfx.gyp:gfx', |
| 1483 '../ui/gfx/gfx.gyp:gfx_geometry', | 1483 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1484 '../ui/gl/gl.gyp:gl', | 1484 '../ui/gl/gl.gyp:gl', |
| 1485 'content.gyp:content', | 1485 'content.gyp:content', |
| 1486 ], | 1486 ], |
| 1487 'sources': [ | 1487 'sources': [ |
| 1488 'common/gpu/media/video_accelerator_unittest_helpers.h', | 1488 'common/gpu/media/video_accelerator_unittest_helpers.h', |
| 1489 'common/gpu/media/video_encode_accelerator_unittest.cc', | 1489 'common/gpu/media/video_encode_accelerator_unittest.cc', |
| 1490 ], | 1490 ], |
| 1491 'include_dirs': [ | |
| 1492 '<(DEPTH)/third_party/libva', | |
| 1493 '<(DEPTH)/third_party/libyuv', | |
| 1494 ], | |
| 1495 'conditions': [ | |
| 1496 ['use_x11==1', { | |
| 1497 'dependencies': [ | |
| 1498 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | |
| 1499 ], | |
| 1500 }], | |
| 1501 ], | |
| 1502 }, | 1491 }, |
| 1503 ] | 1492 ] |
| 1504 }], | 1493 }], |
| 1505 ['OS == "android"', { | 1494 ['OS == "android"', { |
| 1506 'targets': [ | 1495 'targets': [ |
| 1507 { | 1496 { |
| 1508 'target_name': 'content_gl_tests_apk', | 1497 'target_name': 'content_gl_tests_apk', |
| 1509 'type': 'none', | 1498 'type': 'none', |
| 1510 'dependencies': [ | 1499 'dependencies': [ |
| 1511 'content_gl_tests', | 1500 'content_gl_tests', |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1834 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1823 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1835 }, | 1824 }, |
| 1836 ], | 1825 ], |
| 1837 }], | 1826 }], |
| 1838 ], | 1827 ], |
| 1839 }, | 1828 }, |
| 1840 ], | 1829 ], |
| 1841 }], | 1830 }], |
| 1842 ], | 1831 ], |
| 1843 } | 1832 } |
| OLD | NEW |