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

Unified Diff: cc/surfaces/BUILD.gn

Issue 1265013003: Adds support for hittesting points on surface quads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/surfaces/surface_hittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/BUILD.gn
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index 0f2c9509f4b472341995434bf5ee73a83b29e4ee..3345caa4ac280692a25d2d1618ee465b3bb2527c 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -31,6 +31,8 @@ component("surfaces") {
"surface_factory.cc",
"surface_factory.h",
"surface_factory_client.h",
+ "surface_hittest.cc",
+ "surface_hittest.h",
"surface_id_allocator.cc",
"surface_id_allocator.h",
"surface_manager.cc",
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/surfaces/surface_hittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698