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

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

Issue 2908783002: WIP Hittest Component.
Patch Set: format 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 component("hittest") {
6 defines = [ "HITTEST_IMPLEMENTATION" ]
7
8 sources = [
9 "hittest.cc",
10 "hittest.h",
11 ]
12
13 deps = [
rjkroege 2017/05/29 15:58:02 this seems bigger than it should be
gklassen 2017/06/05 21:32:13 true. thanks for the catch. new patch soon.
14 "//base",
15 "//cc",
16 "//cc/ipc:interfaces",
17 "//cc/surfaces",
18 "//components/viz/display_compositor",
19 "//components/viz/hittest/public/interfaces",
20 "//gpu/ipc:command_buffer",
21 ]
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698