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

Unified Diff: Source/core/core.gyp

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.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 5e3e04a40cf0cbf65a341d13f863093dab542b40..db066cf3c34a5ff8671b8a35475e345fd99d115a 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -1116,6 +1116,10 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalSettingsGenerated.h',
'<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8InternalRuntimeFlags.cpp',
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8InternalRuntimeFlags.h',
+ '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8LayerRect.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRect.h',
+ '<(SHARED_INTERMEDIATE_DIR)/webcore/bindings/V8LayerRectList.cpp',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8LayerRectList.h',
],
'sources/': [
['exclude', 'testing/js'],

Powered by Google App Engine
This is Rietveld 408576698