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

Side by Side Diff: gpu/BUILD.gn

Issue 368903003: Provide gtest printers for ui/gfx geometry types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_test_support dep to video_encode_accelerator_unittest Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « content/content_tests.gypi ('k') | gpu/gpu.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GYP-to-GN project mappings: 5 # GYP-to-GN project mappings:
6 # 6 #
7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client 7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client
8 # 8 #
9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common 9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common
10 # 10 #
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 97
98 deps = [ 98 deps = [
99 ":gpu", 99 ":gpu",
100 ":gpu_unittest_utils", 100 ":gpu_unittest_utils",
101 "//base", 101 "//base",
102 "//base/third_party/dynamic_annotations", 102 "//base/third_party/dynamic_annotations",
103 "//testing/gmock", 103 "//testing/gmock",
104 "//testing/gtest", 104 "//testing/gtest",
105 "//third_party/angle:translator", 105 "//third_party/angle:translator",
106 "//ui/gfx", 106 "//ui/gfx",
107 "//ui/gfx:gfx_test_support",
107 "//ui/gfx/geometry", 108 "//ui/gfx/geometry",
108 "//ui/gl", 109 "//ui/gl",
109 #"//gpu/command_buffer/client", # These are all part of //gpu, needed? 110 #"//gpu/command_buffer/client", # These are all part of //gpu, needed?
110 #"//gpu/command_buffer/common", 111 #"//gpu/command_buffer/common",
111 #"//gpu/command_buffer/service", 112 #"//gpu/command_buffer/service",
112 #"//gpu/command_buffer/client:gles2_cmd_helper", 113 #"//gpu/command_buffer/client:gles2_cmd_helper",
113 "//gpu/command_buffer/client:gles2_c_lib", 114 "//gpu/command_buffer/client:gles2_c_lib",
114 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays", 115 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays",
115 ] 116 ]
116 117
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 deps = [ 224 deps = [
224 ":gpu", 225 ":gpu",
225 ":gpu_unittest_utils", 226 ":gpu_unittest_utils",
226 "//base", 227 "//base",
227 "//base/test:test_support", 228 "//base/test:test_support",
228 "//base/third_party/dynamic_annotations", 229 "//base/third_party/dynamic_annotations",
229 "//testing/gmock", 230 "//testing/gmock",
230 "//testing/gtest", 231 "//testing/gtest",
231 "//third_party/angle:translator", 232 "//third_party/angle:translator",
232 "//ui/gfx", 233 "//ui/gfx",
234 "//ui/gfx:gfx_test_support",
233 "//ui/gfx/geometry", 235 "//ui/gfx/geometry",
234 "//ui/gl", 236 "//ui/gl",
235 "//gpu/command_buffer/client:gles2_c_lib", 237 "//gpu/command_buffer/client:gles2_c_lib",
236 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays", 238 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays",
237 ] 239 ]
238 } 240 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698