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

Unified Diff: sky/engine/core/core.gni

Issue 876853005: Add wheel support to sky-scrollable (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add missing files Created 5 years, 11 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 | « no previous file | sky/engine/core/events/WheelEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/core.gni
diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
index 4816142686ae6cc8ac988ef790f580e9b57321cc..c9a2eefc780915dbea6f55a33c9a9b64550a195e 100644
--- a/sky/engine/core/core.gni
+++ b/sky/engine/core/core.gni
@@ -667,6 +667,8 @@ sky_core_files = [
"events/UIEvent.h",
"events/UIEventWithKeyState.cpp",
"events/UIEventWithKeyState.h",
+ "events/WheelEvent.cpp",
+ "events/WheelEvent.h",
"events/WindowEventContext.cpp",
"events/WindowEventContext.h",
"fetch/CachePolicy.h",
@@ -1243,6 +1245,7 @@ core_idl_files = get_path_info([
"events/TextEvent.idl",
"events/TransitionEvent.idl",
"events/UIEvent.idl",
+ "events/WheelEvent.idl",
"frame/Console.idl",
"frame/ConsoleBase.idl",
"frame/ImageBitmap.idl",
@@ -1334,6 +1337,7 @@ core_dependency_idl_files =
core_event_idl_files = get_path_info([
"css/FontFaceSetLoadEvent.idl",
"css/MediaQueryListEvent.idl",
+ "events/AnimationEvent.idl",
"events/AnimationPlayerEvent.idl",
"events/CompositionEvent.idl",
"events/CustomEvent.idl",
@@ -1348,7 +1352,7 @@ core_event_idl_files = get_path_info([
"events/TextEvent.idl",
"events/TransitionEvent.idl",
"events/UIEvent.idl",
- "events/AnimationEvent.idl",
+ "events/WheelEvent.idl",
"html/canvas/WebGLContextEvent.idl",
],
"abspath")
« no previous file with comments | « no previous file | sky/engine/core/events/WheelEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698