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

Side by Side Diff: gpu/BUILD.gn

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « gin/shell/gin_main.cc ('k') | gpu/GLES2/gl2chromium_autogen.h » ('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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 ] 93 ]
94 94
95 defines = [ 95 defines = [
96 "GL_GLEXT_PROTOTYPES", 96 "GL_GLEXT_PROTOTYPES",
97 ] 97 ]
98 98
99 deps = [ 99 deps = [
100 ":gpu", 100 ":gpu",
101 ":test_support", 101 ":test_support",
102 "//base", 102 "//base",
103 "//base/test:test_support",
103 "//base/third_party/dynamic_annotations", 104 "//base/third_party/dynamic_annotations",
104 "//testing/gmock", 105 "//testing/gmock",
105 "//testing/gtest", 106 "//testing/gtest",
106 "//third_party/angle:translator", 107 "//third_party/angle:translator",
107 "//ui/gfx", 108 "//ui/gfx",
108 "//ui/gfx:test_support", 109 "//ui/gfx:test_support",
109 "//ui/gfx/geometry", 110 "//ui/gfx/geometry",
110 "//ui/gl", 111 "//ui/gl",
111 "//gpu/command_buffer/common:gles2_utils", 112 "//gpu/command_buffer/common:gles2_utils",
112 "//gpu/command_buffer/client:gles2_c_lib", 113 "//gpu/command_buffer/client:gles2_c_lib",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 ] 245 ]
245 } 246 }
246 247
247 test("angle_unittests") { 248 test("angle_unittests") {
248 sources = [ 249 sources = [
249 "angle_unittest_main.cc", 250 "angle_unittest_main.cc",
250 ] 251 ]
251 252
252 deps = [ 253 deps = [
253 "//base", 254 "//base",
255 "//base/test:test_support",
254 "//base/third_party/dynamic_annotations", 256 "//base/third_party/dynamic_annotations",
255 "//testing/gmock", 257 "//testing/gmock",
256 "//testing/gtest", 258 "//testing/gtest",
257 "//third_party/angle:translator_static", 259 "//third_party/angle:translator_static",
258 ] 260 ]
259 } 261 }
OLDNEW
« no previous file with comments | « gin/shell/gin_main.cc ('k') | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698