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

Side by Side Diff: components/display_compositor.gypi

Issue 1943383002: Add display_compositor unittests into components_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 7 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/display_compositor/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 # GN version: //components/display_compositor:display_compositor 8 # GN version: //components/display_compositor:display_compositor
9 'target_name': 'display_compositor', 9 'target_name': 'display_compositor',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 25 matching lines...) Expand all
36 'display_compositor/display_compositor_export.h', 36 'display_compositor/display_compositor_export.h',
37 'display_compositor/gl_helper.cc', 37 'display_compositor/gl_helper.cc',
38 'display_compositor/gl_helper.h', 38 'display_compositor/gl_helper.h',
39 'display_compositor/gl_helper_readback_support.cc', 39 'display_compositor/gl_helper_readback_support.cc',
40 'display_compositor/gl_helper_readback_support.h', 40 'display_compositor/gl_helper_readback_support.h',
41 'display_compositor/gl_helper_scaling.cc', 41 'display_compositor/gl_helper_scaling.cc',
42 'display_compositor/gl_helper_scaling.h', 42 'display_compositor/gl_helper_scaling.h',
43 ] 43 ]
44 }, 44 },
45 { 45 {
46 # GN version: //components/display_compositor:display_compositor_unittests 46 # GN version: //components/display_compositor:display_compositor_gl_tests
47 'target_name': 'display_compositor_unittests', 47 'target_name': 'display_compositor_gl_tests',
48 'type': '<(gtest_target_type)', 48 'type': '<(gtest_target_type)',
49 'dependencies': [ 49 'dependencies': [
50 'display_compositor', 50 'display_compositor',
51 '../base/base.gyp:base', 51 '../base/base.gyp:base',
52 '../base/base.gyp:test_support_base', 52 '../base/base.gyp:test_support_base',
53 '../cc/cc_tests.gyp:cc_test_support', 53 '../cc/cc_tests.gyp:cc_test_support',
54 '../gpu/gpu.gyp:command_buffer_client', 54 '../gpu/gpu.gyp:command_buffer_client',
55 '../media/media.gyp:media', 55 '../media/media.gyp:media',
56 '../skia/skia.gyp:skia', 56 '../skia/skia.gyp:skia',
57 '../testing/gmock.gyp:gmock', 57 '../testing/gmock.gyp:gmock',
58 '../testing/gtest.gyp:gtest', 58 '../testing/gtest.gyp:gtest',
59 '../ui/gl/gl.gyp:gl_test_support', 59 '../ui/gl/gl.gyp:gl_test_support',
60 ], 60 ],
61 61
62 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 62 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
63 'msvs_disabled_warnings': [4267, ], 63 'msvs_disabled_warnings': [4267, ],
64 64
65 'sources': [ 65 'sources': [
66 "display_compositor/buffer_queue_unittest.cc",
67 "display_compositor/display_compositor_test_suite.cc", 66 "display_compositor/display_compositor_test_suite.cc",
68 "display_compositor/display_compositor_test_suite.h", 67 "display_compositor/display_compositor_test_suite.h",
69 "display_compositor/gl_helper_unittest.cc", 68 "display_compositor/gl_helper_unittest.cc",
70 "display_compositor/run_all_unittests.cc", 69 "display_compositor/run_all_unittests.cc",
71 "display_compositor/yuv_readback_unittest.cc", 70 "display_compositor/yuv_readback_unittest.cc",
72 ] 71 ]
73 }, 72 },
74 { 73 {
75 # GN version: //components/display_compositor:display_compositor_benchmark 74 # GN version: //components/display_compositor:display_compositor_benchmark
76 'target_name': 'display_compositor_benchmark', 75 'target_name': 'display_compositor_benchmark',
(...skipping 16 matching lines...) Expand all
93 92
94 'sources': [ 93 'sources': [
95 "display_compositor/display_compositor_test_suite.cc", 94 "display_compositor/display_compositor_test_suite.cc",
96 "display_compositor/display_compositor_test_suite.h", 95 "display_compositor/display_compositor_test_suite.h",
97 "display_compositor/gl_helper_benchmark.cc", 96 "display_compositor/gl_helper_benchmark.cc",
98 "display_compositor/run_all_unittests.cc", 97 "display_compositor/run_all_unittests.cc",
99 ] 98 ]
100 }, 99 },
101 ] 100 ]
102 } 101 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/display_compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698