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