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

Side by Side Diff: gpu/BUILD.gn

Issue 287343006: ui/base and some other GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
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 #
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.)
OLDNEW
« build/config/features.gni ('K') | « build/util/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698