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

Side by Side Diff: gpu/BUILD.gn

Issue 1109473004: gpu: Fix some problems reported by 'gn check'. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | gpu/command_buffer/client/BUILD.gn » ('j') | gpu/command_buffer/service/BUILD.gn » ('J')
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "//base", 233 "//base",
234 "//base/test:test_support", 234 "//base/test:test_support",
235 "//base/third_party/dynamic_annotations", 235 "//base/third_party/dynamic_annotations",
236 "//testing/gmock", 236 "//testing/gmock",
237 "//testing/gtest", 237 "//testing/gtest",
238 "//third_party/angle:translator", 238 "//third_party/angle:translator",
239 "//ui/gfx", 239 "//ui/gfx",
240 "//ui/gfx:test_support", 240 "//ui/gfx:test_support",
241 "//ui/gfx/geometry", 241 "//ui/gfx/geometry",
242 "//ui/gl", 242 "//ui/gl",
243 "//ui/gl:gl_unittest_utils",
243 "//gpu/command_buffer/common:gles2_utils", 244 "//gpu/command_buffer/common:gles2_utils",
244 "//gpu/command_buffer/client:gles2_c_lib", 245 "//gpu/command_buffer/client:gles2_c_lib",
245 "//gpu/command_buffer/client:gles2_implementation", 246 "//gpu/command_buffer/client:gles2_implementation",
246 ] 247 ]
247 } 248 }
248 249
249 test("gpu_perftests") { 250 test("gpu_perftests") {
250 sources = [ 251 sources = [
251 "perftests/measurements.cc", 252 "perftests/measurements.cc",
252 "perftests/run_all_tests.cc", 253 "perftests/run_all_tests.cc",
(...skipping 19 matching lines...) Expand all
272 273
273 deps = [ 274 deps = [
274 "//base", 275 "//base",
275 "//base/test:test_support", 276 "//base/test:test_support",
276 "//base/third_party/dynamic_annotations", 277 "//base/third_party/dynamic_annotations",
277 "//testing/gmock", 278 "//testing/gmock",
278 "//testing/gtest", 279 "//testing/gtest",
279 "//third_party/angle:translator_static", 280 "//third_party/angle:translator_static",
280 ] 281 ]
281 } 282 }
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/client/BUILD.gn » ('j') | gpu/command_buffer/service/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698