OLD | NEW |
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 Loading... |
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:test_support", |
108 "//ui/gfx/geometry", | 108 "//ui/gfx/geometry", |
109 "//ui/gl", | 109 "//ui/gl", |
110 #"//gpu/command_buffer/client", # These are all part of //gpu, needed? | 110 #"//gpu/command_buffer/client", # These are all part of //gpu, needed? |
111 #"//gpu/command_buffer/common", | 111 #"//gpu/command_buffer/common", |
112 #"//gpu/command_buffer/service", | 112 #"//gpu/command_buffer/service", |
113 #"//gpu/command_buffer/client:gles2_cmd_helper", | 113 #"//gpu/command_buffer/client:gles2_cmd_helper", |
114 "//gpu/command_buffer/client:gles2_c_lib", | 114 "//gpu/command_buffer/client:gles2_c_lib", |
115 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays", | 115 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays", |
116 ] | 116 ] |
117 | 117 |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 deps = [ | 224 deps = [ |
225 ":gpu", | 225 ":gpu", |
226 ":gpu_unittest_utils", | 226 ":gpu_unittest_utils", |
227 "//base", | 227 "//base", |
228 "//base/test:test_support", | 228 "//base/test:test_support", |
229 "//base/third_party/dynamic_annotations", | 229 "//base/third_party/dynamic_annotations", |
230 "//testing/gmock", | 230 "//testing/gmock", |
231 "//testing/gtest", | 231 "//testing/gtest", |
232 "//third_party/angle:translator", | 232 "//third_party/angle:translator", |
233 "//ui/gfx", | 233 "//ui/gfx", |
234 "//ui/gfx:gfx_test_support", | 234 "//ui/gfx:test_support", |
235 "//ui/gfx/geometry", | 235 "//ui/gfx/geometry", |
236 "//ui/gl", | 236 "//ui/gl", |
237 "//gpu/command_buffer/client:gles2_c_lib", | 237 "//gpu/command_buffer/client:gles2_c_lib", |
238 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays", | 238 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays", |
239 ] | 239 ] |
240 } | 240 } |
OLD | NEW |