| 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 1640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1651 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 1651 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 1652 ], | 1652 ], |
| 1653 }], | 1653 }], |
| 1654 ], | 1654 ], |
| 1655 }, | 1655 }, |
| 1656 ], | 1656 ], |
| 1657 }], | 1657 }], |
| 1658 ['chromeos==1 or OS=="win" or OS=="android"', { | 1658 ['chromeos==1 or OS=="win" or OS=="android"', { |
| 1659 'targets': [ | 1659 'targets': [ |
| 1660 { | 1660 { |
| 1661 # TODO(GYP): Port Windows and ChromeOS logic. |
| 1662 # GN: //content/test:video_decode_accelerator_unittest |
| 1661 'target_name': 'video_decode_accelerator_unittest', | 1663 'target_name': 'video_decode_accelerator_unittest', |
| 1662 'type': '<(gtest_target_type)', | 1664 'type': '<(gtest_target_type)', |
| 1663 'dependencies': [ | 1665 'dependencies': [ |
| 1664 '../base/base.gyp:base', | 1666 '../base/base.gyp:base', |
| 1665 '../media/media.gyp:media', | 1667 '../media/media.gyp:media', |
| 1666 '../testing/gtest.gyp:gtest', | 1668 '../testing/gtest.gyp:gtest', |
| 1667 '../ui/base/ui_base.gyp:ui_base', | 1669 '../ui/base/ui_base.gyp:ui_base', |
| 1668 '../ui/gfx/gfx.gyp:gfx', | 1670 '../ui/gfx/gfx.gyp:gfx', |
| 1669 '../ui/gfx/gfx.gyp:gfx_test_support', | 1671 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1670 '../ui/gfx/gfx.gyp:gfx_geometry', | 1672 '../ui/gfx/gfx.gyp:gfx_geometry', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2050 'type': 'none', | 2052 'type': 'none', |
| 2051 'sources': [ | 2053 'sources': [ |
| 2052 'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test
_apk/LinkerTests.java', | 2054 'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test
_apk/LinkerTests.java', |
| 2053 ], | 2055 ], |
| 2054 'variables': { | 2056 'variables': { |
| 2055 'jni_gen_package': 'content/shell', | 2057 'jni_gen_package': 'content/shell', |
| 2056 }, | 2058 }, |
| 2057 'includes': [ '../build/jni_generator.gypi' ], | 2059 'includes': [ '../build/jni_generator.gypi' ], |
| 2058 }, | 2060 }, |
| 2059 { | 2061 { |
| 2060 # TODO(GN) | 2062 # GN: //content/test:video_decode_accelerator_unittest_apk |
| 2061 'target_name': 'video_decode_accelerator_unittest_apk', | 2063 'target_name': 'video_decode_accelerator_unittest_apk', |
| 2062 'type': 'none', | 2064 'type': 'none', |
| 2063 'dependencies': [ | 2065 'dependencies': [ |
| 2064 'video_decode_accelerator_unittest', | 2066 'video_decode_accelerator_unittest', |
| 2065 ], | 2067 ], |
| 2066 'variables': { | 2068 'variables': { |
| 2067 'test_suite_name': 'video_decode_accelerator_unittest', | 2069 'test_suite_name': 'video_decode_accelerator_unittest', |
| 2068 }, | 2070 }, |
| 2069 'includes': [ '../build/apk_test.gypi' ], | 2071 'includes': [ '../build/apk_test.gypi' ], |
| 2070 }, | 2072 }, |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2194 'content_unittests_apk.isolate', | 2196 'content_unittests_apk.isolate', |
| 2195 ], | 2197 ], |
| 2196 }, | 2198 }, |
| 2197 ], | 2199 ], |
| 2198 }, | 2200 }, |
| 2199 ], | 2201 ], |
| 2200 ], | 2202 ], |
| 2201 }], | 2203 }], |
| 2202 ], | 2204 ], |
| 2203 } | 2205 } |
| OLD | NEW |