Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1434)

Side by Side Diff: content/content_tests.gypi

Issue 1442473002: Port video_decode_accelerator_unittest to GN for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | content/test/BUILD.gn » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1637 matching lines...) Expand 10 before | Expand all | Expand 10 after
1648 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 1648 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
1649 ], 1649 ],
1650 }], 1650 }],
1651 ], 1651 ],
1652 }, 1652 },
1653 ], 1653 ],
1654 }], 1654 }],
1655 ['chromeos==1 or OS=="win" or OS=="android"', { 1655 ['chromeos==1 or OS=="win" or OS=="android"', {
1656 'targets': [ 1656 'targets': [
1657 { 1657 {
1658 # TODO(GN): Port Windows and ChromeOS logic.
brettw 2015/11/20 22:04:18 Can you delete this TODO comment? We've been stand
1659 # GN: //content/test:video_decode_accelerator_unittest
1658 'target_name': 'video_decode_accelerator_unittest', 1660 'target_name': 'video_decode_accelerator_unittest',
1659 'type': '<(gtest_target_type)', 1661 'type': '<(gtest_target_type)',
1660 'dependencies': [ 1662 'dependencies': [
1661 '../base/base.gyp:base', 1663 '../base/base.gyp:base',
1662 '../media/media.gyp:media', 1664 '../media/media.gyp:media',
1663 '../testing/gtest.gyp:gtest', 1665 '../testing/gtest.gyp:gtest',
1664 '../ui/base/ui_base.gyp:ui_base', 1666 '../ui/base/ui_base.gyp:ui_base',
1665 '../ui/gfx/gfx.gyp:gfx', 1667 '../ui/gfx/gfx.gyp:gfx',
1666 '../ui/gfx/gfx.gyp:gfx_test_support', 1668 '../ui/gfx/gfx.gyp:gfx_test_support',
1667 '../ui/gfx/gfx.gyp:gfx_geometry', 1669 '../ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
2047 'type': 'none', 2049 'type': 'none',
2048 'sources': [ 2050 'sources': [
2049 'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test _apk/LinkerTests.java', 2051 'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test _apk/LinkerTests.java',
2050 ], 2052 ],
2051 'variables': { 2053 'variables': {
2052 'jni_gen_package': 'content/shell', 2054 'jni_gen_package': 'content/shell',
2053 }, 2055 },
2054 'includes': [ '../build/jni_generator.gypi' ], 2056 'includes': [ '../build/jni_generator.gypi' ],
2055 }, 2057 },
2056 { 2058 {
2057 # TODO(GN) 2059 # GN: //content/test:video_decode_accelerator_unittest_apk
2058 'target_name': 'video_decode_accelerator_unittest_apk', 2060 'target_name': 'video_decode_accelerator_unittest_apk',
2059 'type': 'none', 2061 'type': 'none',
2060 'dependencies': [ 2062 'dependencies': [
2061 'video_decode_accelerator_unittest', 2063 'video_decode_accelerator_unittest',
2062 ], 2064 ],
2063 'variables': { 2065 'variables': {
2064 'test_suite_name': 'video_decode_accelerator_unittest', 2066 'test_suite_name': 'video_decode_accelerator_unittest',
2065 }, 2067 },
2066 'includes': [ '../build/apk_test.gypi' ], 2068 'includes': [ '../build/apk_test.gypi' ],
2067 }, 2069 },
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
2191 'content_unittests_apk.isolate', 2193 'content_unittests_apk.isolate',
2192 ], 2194 ],
2193 }, 2195 },
2194 ], 2196 ],
2195 }, 2197 },
2196 ], 2198 ],
2197 ], 2199 ],
2198 }], 2200 }],
2199 ], 2201 ],
2200 } 2202 }
OLDNEW
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | content/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698