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

Side by Side Diff: components/viz/service/hit_test/DEPS

Issue 2933493003: Add viz-host HitTestQuery. (Closed)
Patch Set: don't combine uint and int; check for overflow 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/viz/common",
3 "+cc/surfaces/surface_observer.h", 2 "+cc/surfaces/surface_observer.h",
4 "+services/viz/hit_test/public/interfaces", 3 "+services/viz/hit_test/public/interfaces",
5 ] 4 ]
5
6 specific_include_rules = {
7 "hit_test_aggregator_unittest.cc": [
8 "+components/viz/host/hit_test/hit_test_query.h",
9 ]
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698