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

Side by Side Diff: ui/compositor/compositor.gyp

Issue 50303007: Move test-only stuff from cc/debug/ to cc/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fold cc_test_utils into cc_test_support to fix windows link Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 ], 71 ],
72 }], 72 }],
73 ], 73 ],
74 }, 74 },
75 { 75 {
76 'target_name': 'compositor_test_support', 76 'target_name': 'compositor_test_support',
77 'type': 'static_library', 77 'type': 'static_library',
78 'dependencies': [ 78 'dependencies': [
79 '<(DEPTH)/base/base.gyp:base', 79 '<(DEPTH)/base/base.gyp:base',
80 '<(DEPTH)/cc/cc.gyp:cc', 80 '<(DEPTH)/cc/cc.gyp:cc',
81 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
81 '<(DEPTH)/skia/skia.gyp:skia', 82 '<(DEPTH)/skia/skia.gyp:skia',
82 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', 83 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal',
83 '<(DEPTH)/ui/events/events.gyp:events', 84 '<(DEPTH)/ui/events/events.gyp:events',
84 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 85 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
85 '<(DEPTH)/ui/gl/gl.gyp:gl', 86 '<(DEPTH)/ui/gl/gl.gyp:gl',
86 '<(DEPTH)/ui/ui.gyp:ui', 87 '<(DEPTH)/ui/ui.gyp:ui',
87 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 88 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
88 'compositor', 89 'compositor',
89 ], 90 ],
90 'sources': [ 91 'sources': [
91 'test/test_layers.cc', 92 'test/test_layers.cc',
92 'test/test_layers.h', 93 'test/test_layers.h',
93 'test/test_context_factory.cc', 94 'test/test_context_factory.cc',
94 'test/test_context_factory.h', 95 'test/test_context_factory.h',
95 'test/default_context_factory.cc', 96 'test/default_context_factory.cc',
96 'test/default_context_factory.h', 97 'test/default_context_factory.h',
97 'test/context_factories_for_test.cc', 98 'test/context_factories_for_test.cc',
98 'test/context_factories_for_test.h', 99 'test/context_factories_for_test.h',
99 'test/test_suite.cc', 100 'test/test_suite.cc',
100 'test/test_suite.h', 101 'test/test_suite.h',
101 ], 102 ],
102 }, 103 },
103 { 104 {
104 'target_name': 'compositor_unittests', 105 'target_name': 'compositor_unittests',
105 'type': 'executable', 106 'type': 'executable',
106 'dependencies': [ 107 'dependencies': [
107 '<(DEPTH)/base/base.gyp:base', 108 '<(DEPTH)/base/base.gyp:base',
108 '<(DEPTH)/base/base.gyp:test_support_base', 109 '<(DEPTH)/base/base.gyp:test_support_base',
109 '<(DEPTH)/cc/cc.gyp:cc', 110 '<(DEPTH)/cc/cc.gyp:cc',
110 '<(DEPTH)/cc/cc_tests.gyp:cc_test_utils', 111 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
111 '<(DEPTH)/skia/skia.gyp:skia', 112 '<(DEPTH)/skia/skia.gyp:skia',
112 '<(DEPTH)/testing/gtest.gyp:gtest', 113 '<(DEPTH)/testing/gtest.gyp:gtest',
113 '<(DEPTH)/ui/events/events.gyp:events', 114 '<(DEPTH)/ui/events/events.gyp:events',
114 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 115 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
115 '<(DEPTH)/ui/gl/gl.gyp:gl', 116 '<(DEPTH)/ui/gl/gl.gyp:gl',
116 '<(DEPTH)/ui/ui.gyp:ui', 117 '<(DEPTH)/ui/ui.gyp:ui',
117 '<(DEPTH)/ui/ui.gyp:ui_resources', 118 '<(DEPTH)/ui/ui.gyp:ui_resources',
118 'compositor', 119 'compositor',
119 'compositor_test_support', 120 'compositor_test_support',
120 ], 121 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'dependencies': [ 153 'dependencies': [
153 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 154 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
154 ], 155 ],
155 }], 156 }],
156 ], 157 ],
157 }], 158 }],
158 ], 159 ],
159 }, 160 },
160 ], 161 ],
161 } 162 }
OLDNEW
« no previous file with comments | « content/test/web_layer_tree_view_impl_for_testing.cc ('k') | ui/compositor/test/test_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698