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

Unified Diff: Source/core/core.gypi

Issue 17471008: Rework compositor touch hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Various fixes and test additions Created 7 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 17af36e65e4a7f0e96f53a130086c41578e16b15..34af115324f878d513e3a30d88ceb0bd8028bf59 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3601,6 +3601,8 @@
'testing/Internals.idl',
'testing/InternalProfilers.idl',
'testing/InternalSettings.idl',
+ 'testing/LayerRect.idl',
+ 'testing/LayerRectList.idl',
'testing/MallocStatistics.idl',
'testing/TypeConversions.idl',
'<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.idl',
@@ -3617,6 +3619,9 @@
'testing/InternalProfilers.h',
'testing/InternalSettings.cpp',
'testing/InternalSettings.h',
+ 'testing/LayerRect.h',
+ 'testing/LayerRectList.cpp',
+ 'testing/LayerRectList.h',
'testing/MallocStatistics.h',
'testing/MockPagePopupDriver.cpp',
'testing/MockPagePopupDriver.h',

Powered by Google App Engine
This is Rietveld 408576698