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

Side by Side Diff: content/content_tests.gypi

Issue 1802383002: Move gl_helper to content/browser/compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 months 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
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 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after
1656 '../ui/gfx/gfx.gyp:gfx_geometry', 1656 '../ui/gfx/gfx.gyp:gfx_geometry',
1657 '../ui/gfx/gfx.gyp:gfx_test_support', 1657 '../ui/gfx/gfx.gyp:gfx_test_support',
1658 '../ui/gl/gl.gyp:gl', 1658 '../ui/gl/gl.gyp:gl',
1659 '../ui/gl/gl.gyp:gl_test_support', 1659 '../ui/gl/gl.gyp:gl_test_support',
1660 '../v8/tools/gyp/v8.gyp:v8', 1660 '../v8/tools/gyp/v8.gyp:v8',
1661 ], 1661 ],
1662 'include_dirs': [ 1662 'include_dirs': [
1663 '..', 1663 '..',
1664 ], 1664 ],
1665 'sources': [ 1665 'sources': [
1666 'common/gpu/client/gl_helper_unittest.cc', 1666 'browser/compositor/gl_helper_unittest.cc',
1667 'common/gpu/client/gpu_in_process_context_tests.cc', 1667 'common/gpu/client/gpu_in_process_context_tests.cc',
1668 'test/run_all_gl_tests.cc', 1668 'test/run_all_gl_tests.cc',
1669 ], 1669 ],
1670 'conditions': [ 1670 'conditions': [
1671 ['OS=="android"', { 1671 ['OS=="android"', {
1672 'dependencies': [ 1672 'dependencies': [
1673 '../testing/android/native_test.gyp:native_test_native_code', 1673 '../testing/android/native_test.gyp:native_test_native_code',
1674 ], 1674 ],
1675 }, { 1675 }, {
1676 'dependencies': [ 1676 'dependencies': [
(...skipping 17 matching lines...) Expand all
1694 '../ui/base/ui_base.gyp:ui_base', 1694 '../ui/base/ui_base.gyp:ui_base',
1695 '../ui/gfx/gfx.gyp:gfx', 1695 '../ui/gfx/gfx.gyp:gfx',
1696 '../ui/gfx/gfx.gyp:gfx_geometry', 1696 '../ui/gfx/gfx.gyp:gfx_geometry',
1697 '../ui/gl/gl.gyp:gl', 1697 '../ui/gl/gl.gyp:gl',
1698 '../ui/gl/gl.gyp:gl_test_support', 1698 '../ui/gl/gl.gyp:gl_test_support',
1699 ], 1699 ],
1700 'include_dirs': [ 1700 'include_dirs': [
1701 '..', 1701 '..',
1702 ], 1702 ],
1703 'sources': [ 1703 'sources': [
1704 'common/gpu/client/gl_helper_benchmark.cc', 1704 'browser/compositor/gl_helper_benchmark.cc',
1705 'test/run_gl_benchmark.cc', 1705 'test/run_gl_benchmark.cc',
1706 ], 1706 ],
1707 }, 1707 },
1708 ], 1708 ],
1709 }], 1709 }],
1710 ['chromeos==1 or OS=="win" or OS=="android"', { 1710 ['chromeos==1 or OS=="win" or OS=="android"', {
1711 'targets': [ 1711 'targets': [
1712 { 1712 {
1713 # TODO(GYP): Port Windows and ChromeOS logic. 1713 # TODO(GYP): Port Windows and ChromeOS logic.
1714 # GN: //content/test:video_decode_accelerator_unittest 1714 # GN: //content/test:video_decode_accelerator_unittest
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 'content_unittests_apk.isolate', 2249 'content_unittests_apk.isolate',
2250 ], 2250 ],
2251 }, 2251 },
2252 ], 2252 ],
2253 }, 2253 },
2254 ], 2254 ],
2255 ], 2255 ],
2256 }], 2256 }],
2257 ], 2257 ],
2258 } 2258 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/media/renderer_gpu_video_accelerator_factories.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698