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

Side by Side Diff: gpu/BUILD.gn

Issue 419053002: Miscellaneous GN updates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « chrome/utility/BUILD.gn ('k') | ppapi/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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "//gpu/command_buffer/client:gles2_c_lib", 239 "//gpu/command_buffer/client:gles2_c_lib",
240 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays", 240 "//gpu/command_buffer/client:gles2_implementation_client_side_arrays",
241 ] 241 ]
242 } 242 }
243 243
244 test("angle_unittests") { 244 test("angle_unittests") {
245 sources = [ 245 sources = [
246 "angle_unittest_main.cc", 246 "angle_unittest_main.cc",
247 ] 247 ]
248 248
249 # TODO(GYP) / TODO(brettw) remove this when angle is rolled to include:
250 # https://chromium-review.googlesource.com/#/c/209452/
251 include_dirs = [ "//third_party/angle/include" ]
252
253 deps = [ 249 deps = [
254 "//base", 250 "//base",
255 "//base/third_party/dynamic_annotations", 251 "//base/third_party/dynamic_annotations",
256 "//testing/gmock", 252 "//testing/gmock",
257 "//testing/gtest", 253 "//testing/gtest",
258 "//third_party/angle:translator_static", 254 "//third_party/angle:translator_static",
259 ] 255 ]
260 } 256 }
OLDNEW
« no previous file with comments | « chrome/utility/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698