Add support for distilling current WebContents
[chromium-blink-merge.git] / gpu / BUILD.gn
blob7cc0549ba8bd56433a46f0d754945bc0269e8c85
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
3 # found in the LICENSE file.
5 # GYP-to-GN project mappings:
7 #  gpu.gyp:command_buffer_client => //gpu/command_buffer/client
9 #  gpu.gyp:command_buffer_common => //gpu/command_buffer/common
11 #  gpu.gyp:gles2_cmd_helper => //gpu/command_buffer/client:gles2_cmd_helper
13 #  gpu.gyp:gles2_c_lib => //gpu/command_buffer/client:gles2_c_lib
15 #  gpu.gyp:gles2_implementation =>
16 #      //gpu_command_buffer/client:gles2_implementation
18 #  command_buffer/command_buffer.gyp:gles2_utils =>
19 #     //gpu/command_buffer/common
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.)