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

Side by Side Diff: gpu/BUILD.gn

Issue 1108173002: Roll //build, //native_client, and a few more targets of opportunity. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Test fix Created 5 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
« no previous file with comments | « build/util/lastchange.py ('k') | mojo/dart/embedder/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "//ui/gfx/geometry", 119 "//ui/gfx/geometry",
120 "//ui/gl", 120 "//ui/gl",
121 "//gpu/command_buffer/common:gles2_utils", 121 "//gpu/command_buffer/common:gles2_utils",
122 "//gpu/command_buffer/client:gles2_c_lib", 122 "//gpu/command_buffer/client:gles2_c_lib",
123 "//gpu/command_buffer/client:gles2_implementation", 123 "//gpu/command_buffer/client:gles2_implementation",
124 ] 124 ]
125 125
126 libs = [] 126 libs = []
127 127
128 if (is_android) { 128 if (is_android) {
129 deps += [ "//testing/android:native_test_native_code" ] 129 deps += [ "//testing/android/native_test:native_test_native_code" ]
130 libs += [ "android" ] 130 libs += [ "android" ]
131 } 131 }
132 132
133 # TODO(GYP) 133 # TODO(GYP)
134 # ['OS == "win"', { 134 # ['OS == "win"', {
135 # 'dependencies': [ 135 # 'dependencies': [
136 # '../third_party/angle/src/build_angle.gyp:libEGL', 136 # '../third_party/angle/src/build_angle.gyp:libEGL',
137 # '../third_party/angle/src/build_angle.gyp:libGLESv2', 137 # '../third_party/angle/src/build_angle.gyp:libGLESv2',
138 # ], 138 # ],
139 # }], 139 # }],
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 libs = [ "GL" ] 304 libs = [ "GL" ]
305 305
306 configs += [ "//build/config/linux:x11" ] 306 configs += [ "//build/config/linux:x11" ]
307 307
308 deps = [ 308 deps = [
309 "//base", 309 "//base",
310 "//ui/gl", 310 "//ui/gl",
311 ] 311 ]
312 } 312 }
313 } 313 }
OLDNEW
« no previous file with comments | « build/util/lastchange.py ('k') | mojo/dart/embedder/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698