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

Side by Side Diff: components/viz/common/BUILD.gn

Issue 2938953002: Implement HitTestAggregator (Closed)
Patch Set: correct active count logic and add unit test to protect against similar errors Created 3 years, 5 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 | components/viz/common/DEPS » ('j') | components/viz/common/DEPS » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("common") { 7 source_set("common") {
8 sources = [ 8 sources = [
9 "display_hit_test_region.h",
9 "gl_helper.cc", 10 "gl_helper.cc",
10 "gl_helper.h", 11 "gl_helper.h",
11 "gl_helper_readback_support.cc", 12 "gl_helper_readback_support.cc",
12 "gl_helper_readback_support.h", 13 "gl_helper_readback_support.h",
13 "gl_helper_scaling.cc", 14 "gl_helper_scaling.cc",
14 "gl_helper_scaling.h", 15 "gl_helper_scaling.h",
15 ] 16 ]
16 17
17 deps = [ 18 deps = [
18 "//gpu/command_buffer/client:gles2_interface", 19 "//gpu/command_buffer/client:gles2_interface",
20 "//services/viz/public/interfaces",
19 "//skia", 21 "//skia",
20 "//ui/gfx/geometry", 22 "//ui/gfx/geometry",
21 ] 23 ]
22 24
23 public_deps = [ 25 public_deps = [
24 "//gpu/command_buffer/client", 26 "//gpu/command_buffer/client",
25 "//gpu/command_buffer/common", 27 "//gpu/command_buffer/common",
26 ] 28 ]
27 } 29 }
28 30
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "//gpu/ipc:gl_in_process_context", 75 "//gpu/ipc:gl_in_process_context",
74 "//testing/gmock", 76 "//testing/gmock",
75 "//testing/gtest", 77 "//testing/gtest",
76 "//ui/gfx", 78 "//ui/gfx",
77 ] 79 ]
78 80
79 data_deps = [ 81 data_deps = [
80 "//third_party/mesa:osmesa", 82 "//third_party/mesa:osmesa",
81 ] 83 ]
82 } 84 }
OLDNEW
« no previous file with comments | « no previous file | components/viz/common/DEPS » ('j') | components/viz/common/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698