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

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

Issue 2933493003: Add viz-host HitTestQuery. (Closed)
Patch Set: recursion; comment#10 Created 3 years, 6 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 source_set("hit_test_common") {
6 sources = [
7 "components/viz/common/display_hit_test_data.h",
8 ]
9
10 public_deps = [
11 "//cc/surfaces:surface_id",
12 "//ui/gfx",
13 "//ui/gfx/geometry",
14 ]
15 }
OLDNEW
« no previous file with comments | « no previous file | components/viz/common/hit_test/DEPS » ('j') | components/viz/common/hit_test/display_hit_test_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698