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 # |
11 # gpu.gyp:command_buffer_service => //gpu/command_buffer/service | 11 # gpu.gyp:command_buffer_service => //gpu/command_buffer/service |
12 | 12 |
13 # gpu/gpu.gyp:gl_in_process_context => | 13 # gpu/gpu.gyp:gl_in_process_context => |
14 # //gpu/command_buffer/client:gl_in_process_context | 14 # //gpu/command_buffer/client:gl_in_process_context |
15 # | 15 # |
16 # gpu.gyp:gles2_cmd_helper => //gpu/command_buffer/client:gles2_cmd_helper | 16 # gpu.gyp:gles2_cmd_helper => //gpu/command_buffer/client:gles2_cmd_helper |
17 # | 17 # |
18 # gpu.gyp:gles2_c_lib => //gpu/command_buffer/client:gles2_c_lib | 18 # gpu.gyp:gles2_c_lib => //gpu/command_buffer/client:gles2_c_lib |
19 # | 19 # |
20 # gpu.gyp:gles2_implementation => | 20 # gpu.gyp:gles2_implementation => |
21 # //gpu/command_buffer/client:gles2_implementation | 21 # //gpu/command_buffer/client:gles2_implementation |
22 | |
23 # gpu.gyp:gles2_implementation_client_side_arrays => | |
24 # //gpu/command_buffer/client:gles2_implementation_client_side_arrays | |
25 # | 22 # |
26 # gpu.gyp:gpu_config => //gpu/config | 23 # gpu.gyp:gpu_config => //gpu/config |
27 # | 24 # |
28 # | 25 # |
29 # gpu.gyp:disk_cache_proto => //gpu/command_buffer/service:disk_cache_proto | 26 # gpu.gyp:disk_cache_proto => //gpu/command_buffer/service:disk_cache_proto |
30 # | 27 # |
31 # command_buffer/command_buffer.gyp:gles2_utils => | 28 # command_buffer/command_buffer.gyp:gles2_utils => |
32 # //gpu/command_buffer/common | 29 # //gpu/command_buffer/common |
33 # (Merged in to here because the separate file exists in GYP only to break | 30 # (Merged in to here because the separate file exists in GYP only to break |
34 # a .gyp file dependency cycle which GN doesn't have.) | 31 # a .gyp file dependency cycle which GN doesn't have.) |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 "//base/third_party/dynamic_annotations", | 102 "//base/third_party/dynamic_annotations", |
106 "//testing/gmock", | 103 "//testing/gmock", |
107 "//testing/gtest", | 104 "//testing/gtest", |
108 "//third_party/angle:translator", | 105 "//third_party/angle:translator", |
109 "//ui/gfx", | 106 "//ui/gfx", |
110 "//ui/gfx:test_support", | 107 "//ui/gfx:test_support", |
111 "//ui/gfx/geometry", | 108 "//ui/gfx/geometry", |
112 "//ui/gl", | 109 "//ui/gl", |
113 "//gpu/command_buffer/common:gles2_utils", | 110 "//gpu/command_buffer/common:gles2_utils", |
114 "//gpu/command_buffer/client:gles2_c_lib", | 111 "//gpu/command_buffer/client:gles2_c_lib", |
115 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays", | 112 "//gpu/command_buffer/client:gles2_implementation", |
116 ] | 113 ] |
117 | 114 |
118 libs = [] | 115 libs = [] |
119 | 116 |
120 if (is_android) { | 117 if (is_android) { |
121 deps += [ | 118 deps += [ |
122 "//testing/android:native_test_native_code", | 119 "//testing/android:native_test_native_code", |
123 ] | 120 ] |
124 libs += [ "android" ] | 121 libs += [ "android" ] |
125 } | 122 } |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 "//base/third_party/dynamic_annotations", | 229 "//base/third_party/dynamic_annotations", |
233 "//testing/gmock", | 230 "//testing/gmock", |
234 "//testing/gtest", | 231 "//testing/gtest", |
235 "//third_party/angle:translator", | 232 "//third_party/angle:translator", |
236 "//ui/gfx", | 233 "//ui/gfx", |
237 "//ui/gfx:test_support", | 234 "//ui/gfx:test_support", |
238 "//ui/gfx/geometry", | 235 "//ui/gfx/geometry", |
239 "//ui/gl", | 236 "//ui/gl", |
240 "//gpu/command_buffer/common:gles2_utils", | 237 "//gpu/command_buffer/common:gles2_utils", |
241 "//gpu/command_buffer/client:gles2_c_lib", | 238 "//gpu/command_buffer/client:gles2_c_lib", |
242 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays", | 239 "//gpu/command_buffer/client:gles2_implementation", |
243 ] | 240 ] |
244 } | 241 } |
245 | 242 |
246 test("angle_unittests") { | 243 test("angle_unittests") { |
247 sources = [ | 244 sources = [ |
248 "angle_unittest_main.cc", | 245 "angle_unittest_main.cc", |
249 ] | 246 ] |
250 | 247 |
251 deps = [ | 248 deps = [ |
252 "//base", | 249 "//base", |
253 "//base/third_party/dynamic_annotations", | 250 "//base/third_party/dynamic_annotations", |
254 "//testing/gmock", | 251 "//testing/gmock", |
255 "//testing/gtest", | 252 "//testing/gtest", |
256 "//third_party/angle:translator_static", | 253 "//third_party/angle:translator_static", |
257 ] | 254 ] |
258 } | 255 } |
OLD | NEW |