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:gles2_cmd_helper => //gpu/command_buffer/client:gles2_cmd_helper | 11 # gpu.gyp:gles2_cmd_helper => //gpu/command_buffer/client:gles2_cmd_helper |
12 # | 12 # |
13 # gpu.gyp:gles2_c_lib => //gpu/command_buffer/client:cles2_c_lib | 13 # gpu.gyp:gles2_c_lib => //gpu/command_buffer/client:gles2_c_lib |
14 # | 14 # |
15 # gpu.gyp:gles2_implementation => | 15 # gpu.gyp:gles2_implementation => |
16 # //gpu_command_buffer/client:gles2_implementation | 16 # //gpu_command_buffer/client:gles2_implementation |
17 # | 17 # |
18 # command_buffer/command_buffer.gyp:gles2_utils => | 18 # command_buffer/command_buffer.gyp:gles2_utils => |
19 # //gpu/command_buffer/common | 19 # //gpu/command_buffer/common |
20 # (Merged in to here because the separate file exists in GYP only to break | 20 # (Merged in to here because the separate file exists in GYP only to break |
21 # a .gyp file dependency cycle which GN doesn't have.) | 21 # a .gyp file dependency cycle which GN doesn't have.) |
OLD | NEW |