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

Side by Side 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, 10 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
« no previous file with comments | « no previous file | sky/engine/core/events/WheelEvent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "animation/ActiveAnimations.cpp", 8 "animation/ActiveAnimations.cpp",
9 "animation/ActiveAnimations.h", 9 "animation/ActiveAnimations.h",
10 "animation/animatable/AnimatableClipPathOperation.cpp", 10 "animation/animatable/AnimatableClipPathOperation.cpp",
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "events/TextEvent.h", 660 "events/TextEvent.h",
661 "events/TextEventInputType.h", 661 "events/TextEventInputType.h",
662 "events/TransitionEvent.cpp", 662 "events/TransitionEvent.cpp",
663 "events/TransitionEvent.h", 663 "events/TransitionEvent.h",
664 "events/TreeScopeEventContext.cpp", 664 "events/TreeScopeEventContext.cpp",
665 "events/TreeScopeEventContext.h", 665 "events/TreeScopeEventContext.h",
666 "events/UIEvent.cpp", 666 "events/UIEvent.cpp",
667 "events/UIEvent.h", 667 "events/UIEvent.h",
668 "events/UIEventWithKeyState.cpp", 668 "events/UIEventWithKeyState.cpp",
669 "events/UIEventWithKeyState.h", 669 "events/UIEventWithKeyState.h",
670 "events/WheelEvent.cpp",
671 "events/WheelEvent.h",
670 "events/WindowEventContext.cpp", 672 "events/WindowEventContext.cpp",
671 "events/WindowEventContext.h", 673 "events/WindowEventContext.h",
672 "fetch/CachePolicy.h", 674 "fetch/CachePolicy.h",
673 "fetch/FetchContext.cpp", 675 "fetch/FetchContext.cpp",
674 "fetch/FetchContext.h", 676 "fetch/FetchContext.h",
675 "fetch/FetchInitiatorInfo.h", 677 "fetch/FetchInitiatorInfo.h",
676 "fetch/FetchRequest.cpp", 678 "fetch/FetchRequest.cpp",
677 "fetch/FetchRequest.h", 679 "fetch/FetchRequest.h",
678 "fetch/FetchUtils.cpp", 680 "fetch/FetchUtils.cpp",
679 "fetch/FetchUtils.h", 681 "fetch/FetchUtils.h",
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 "events/EventTarget.idl", 1238 "events/EventTarget.idl",
1237 "events/FocusEvent.idl", 1239 "events/FocusEvent.idl",
1238 "events/GestureEvent.idl", 1240 "events/GestureEvent.idl",
1239 "events/HashChangeEvent.idl", 1241 "events/HashChangeEvent.idl",
1240 "events/KeyboardEvent.idl", 1242 "events/KeyboardEvent.idl",
1241 "events/PageTransitionEvent.idl", 1243 "events/PageTransitionEvent.idl",
1242 "events/PointerEvent.idl", 1244 "events/PointerEvent.idl",
1243 "events/TextEvent.idl", 1245 "events/TextEvent.idl",
1244 "events/TransitionEvent.idl", 1246 "events/TransitionEvent.idl",
1245 "events/UIEvent.idl", 1247 "events/UIEvent.idl",
1248 "events/WheelEvent.idl",
1246 "frame/Console.idl", 1249 "frame/Console.idl",
1247 "frame/ConsoleBase.idl", 1250 "frame/ConsoleBase.idl",
1248 "frame/ImageBitmap.idl", 1251 "frame/ImageBitmap.idl",
1249 "frame/Location.idl", 1252 "frame/Location.idl",
1250 "frame/Screen.idl", 1253 "frame/Screen.idl",
1251 "frame/Window.idl", 1254 "frame/Window.idl",
1252 "html/canvas/ANGLEInstancedArrays.idl", 1255 "html/canvas/ANGLEInstancedArrays.idl",
1253 "html/canvas/Canvas2DContextAttributes.idl", 1256 "html/canvas/Canvas2DContextAttributes.idl",
1254 "html/canvas/CanvasGradient.idl", 1257 "html/canvas/CanvasGradient.idl",
1255 "html/canvas/CanvasPattern.idl", 1258 "html/canvas/CanvasPattern.idl",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 "html/canvas/CanvasPathMethods.idl", 1330 "html/canvas/CanvasPathMethods.idl",
1328 "html/canvas/DataView.idl", 1331 "html/canvas/DataView.idl",
1329 "html/canvas/WebGLRenderingContextBase.idl", 1332 "html/canvas/WebGLRenderingContextBase.idl",
1330 ], 1333 ],
1331 "abspath") 1334 "abspath")
1332 1335
1333 # interfaces that inherit from Event, including Event itself 1336 # interfaces that inherit from Event, including Event itself
1334 core_event_idl_files = get_path_info([ 1337 core_event_idl_files = get_path_info([
1335 "css/FontFaceSetLoadEvent.idl", 1338 "css/FontFaceSetLoadEvent.idl",
1336 "css/MediaQueryListEvent.idl", 1339 "css/MediaQueryListEvent.idl",
1340 "events/AnimationEvent.idl",
1337 "events/AnimationPlayerEvent.idl", 1341 "events/AnimationPlayerEvent.idl",
1338 "events/CompositionEvent.idl", 1342 "events/CompositionEvent.idl",
1339 "events/CustomEvent.idl", 1343 "events/CustomEvent.idl",
1340 "events/ErrorEvent.idl", 1344 "events/ErrorEvent.idl",
1341 "events/Event.idl", 1345 "events/Event.idl",
1342 "events/FocusEvent.idl", 1346 "events/FocusEvent.idl",
1343 "events/GestureEvent.idl", 1347 "events/GestureEvent.idl",
1344 "events/HashChangeEvent.idl", 1348 "events/HashChangeEvent.idl",
1345 "events/KeyboardEvent.idl", 1349 "events/KeyboardEvent.idl",
1346 "events/PageTransitionEvent.idl", 1350 "events/PageTransitionEvent.idl",
1347 "events/PointerEvent.idl", 1351 "events/PointerEvent.idl",
1348 "events/TextEvent.idl", 1352 "events/TextEvent.idl",
1349 "events/TransitionEvent.idl", 1353 "events/TransitionEvent.idl",
1350 "events/UIEvent.idl", 1354 "events/UIEvent.idl",
1351 "events/AnimationEvent.idl", 1355 "events/WheelEvent.idl",
1352 "html/canvas/WebGLContextEvent.idl", 1356 "html/canvas/WebGLContextEvent.idl",
1353 ], 1357 ],
1354 "abspath") 1358 "abspath")
OLDNEW
« 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