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

Side by Side Diff: sky/engine/core/core.gni

Issue 870073003: Remove mouse events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 unified diff | Download patch
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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "dom/shadow/ContentDistribution.cpp", 499 "dom/shadow/ContentDistribution.cpp",
500 "dom/shadow/ContentDistribution.h", 500 "dom/shadow/ContentDistribution.h",
501 "dom/shadow/ElementShadow.cpp", 501 "dom/shadow/ElementShadow.cpp",
502 "dom/shadow/ElementShadow.h", 502 "dom/shadow/ElementShadow.h",
503 "dom/shadow/InsertionPoint.cpp", 503 "dom/shadow/InsertionPoint.cpp",
504 "dom/shadow/InsertionPoint.h", 504 "dom/shadow/InsertionPoint.h",
505 "dom/shadow/SelectRuleFeatureSet.cpp", 505 "dom/shadow/SelectRuleFeatureSet.cpp",
506 "dom/shadow/SelectRuleFeatureSet.h", 506 "dom/shadow/SelectRuleFeatureSet.h",
507 "dom/shadow/ShadowRoot.cpp", 507 "dom/shadow/ShadowRoot.cpp",
508 "dom/shadow/ShadowRoot.h", 508 "dom/shadow/ShadowRoot.h",
509 "dom/SimulatedClickOptions.h",
510 "dom/SpaceSplitString.cpp", 509 "dom/SpaceSplitString.cpp",
511 "dom/SpaceSplitString.h", 510 "dom/SpaceSplitString.h",
512 "dom/StaticNodeList.h", 511 "dom/StaticNodeList.h",
513 "dom/StyleEngine.cpp", 512 "dom/StyleEngine.cpp",
514 "dom/StyleEngine.h", 513 "dom/StyleEngine.h",
515 "dom/TemplateContentDocumentFragment.h", 514 "dom/TemplateContentDocumentFragment.h",
516 "dom/Text.cpp", 515 "dom/Text.cpp",
517 "dom/Text.h", 516 "dom/Text.h",
518 "dom/TextLinkColors.cpp", 517 "dom/TextLinkColors.cpp",
519 "dom/TextLinkColors.h", 518 "dom/TextLinkColors.h",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 "events/EventTarget.h", 656 "events/EventTarget.h",
658 "events/FocusEvent.cpp", 657 "events/FocusEvent.cpp",
659 "events/FocusEvent.h", 658 "events/FocusEvent.h",
660 "events/GenericEventQueue.cpp", 659 "events/GenericEventQueue.cpp",
661 "events/GenericEventQueue.h", 660 "events/GenericEventQueue.h",
662 "events/GestureEvent.cpp", 661 "events/GestureEvent.cpp",
663 "events/GestureEvent.h", 662 "events/GestureEvent.h",
664 "events/HashChangeEvent.h", 663 "events/HashChangeEvent.h",
665 "events/KeyboardEvent.cpp", 664 "events/KeyboardEvent.cpp",
666 "events/KeyboardEvent.h", 665 "events/KeyboardEvent.h",
667 "events/MouseEvent.cpp",
668 "events/MouseEvent.h",
669 "events/MouseRelatedEvent.cpp", 666 "events/MouseRelatedEvent.cpp",
670 "events/MouseRelatedEvent.h", 667 "events/MouseRelatedEvent.h",
671 "events/NodeEventContext.cpp", 668 "events/NodeEventContext.cpp",
672 "events/NodeEventContext.h", 669 "events/NodeEventContext.h",
673 "events/PageTransitionEvent.cpp", 670 "events/PageTransitionEvent.cpp",
674 "events/PageTransitionEvent.h", 671 "events/PageTransitionEvent.h",
675 "events/PointerEvent.cpp", 672 "events/PointerEvent.cpp",
676 "events/PointerEvent.h", 673 "events/PointerEvent.h",
677 "events/PopStateEvent.cpp", 674 "events/PopStateEvent.cpp",
678 "events/PopStateEvent.h", 675 "events/PopStateEvent.h",
(...skipping 13 matching lines...) Expand all
692 "events/TouchEventContext.cpp", 689 "events/TouchEventContext.cpp",
693 "events/TouchEventContext.h", 690 "events/TouchEventContext.h",
694 "events/TransitionEvent.cpp", 691 "events/TransitionEvent.cpp",
695 "events/TransitionEvent.h", 692 "events/TransitionEvent.h",
696 "events/TreeScopeEventContext.cpp", 693 "events/TreeScopeEventContext.cpp",
697 "events/TreeScopeEventContext.h", 694 "events/TreeScopeEventContext.h",
698 "events/UIEvent.cpp", 695 "events/UIEvent.cpp",
699 "events/UIEvent.h", 696 "events/UIEvent.h",
700 "events/UIEventWithKeyState.cpp", 697 "events/UIEventWithKeyState.cpp",
701 "events/UIEventWithKeyState.h", 698 "events/UIEventWithKeyState.h",
702 "events/WheelEvent.cpp",
703 "events/WheelEvent.h",
704 "events/WindowEventContext.cpp", 699 "events/WindowEventContext.cpp",
705 "events/WindowEventContext.h", 700 "events/WindowEventContext.h",
706 "fetch/CachePolicy.h", 701 "fetch/CachePolicy.h",
707 "fetch/FetchContext.cpp", 702 "fetch/FetchContext.cpp",
708 "fetch/FetchContext.h", 703 "fetch/FetchContext.h",
709 "fetch/FetchInitiatorInfo.h", 704 "fetch/FetchInitiatorInfo.h",
710 "fetch/FetchRequest.cpp", 705 "fetch/FetchRequest.cpp",
711 "fetch/FetchRequest.h", 706 "fetch/FetchRequest.h",
712 "fetch/FetchUtils.cpp", 707 "fetch/FetchUtils.cpp",
713 "fetch/FetchUtils.h", 708 "fetch/FetchUtils.h",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 "html/canvas/EXTBlendMinMax.cpp", 808 "html/canvas/EXTBlendMinMax.cpp",
814 "html/canvas/EXTBlendMinMax.h", 809 "html/canvas/EXTBlendMinMax.h",
815 "html/canvas/EXTFragDepth.cpp", 810 "html/canvas/EXTFragDepth.cpp",
816 "html/canvas/EXTFragDepth.h", 811 "html/canvas/EXTFragDepth.h",
817 "html/canvas/EXTShaderTextureLOD.cpp", 812 "html/canvas/EXTShaderTextureLOD.cpp",
818 "html/canvas/EXTShaderTextureLOD.h", 813 "html/canvas/EXTShaderTextureLOD.h",
819 "html/canvas/EXTTextureFilterAnisotropic.cpp", 814 "html/canvas/EXTTextureFilterAnisotropic.cpp",
820 "html/canvas/EXTTextureFilterAnisotropic.h", 815 "html/canvas/EXTTextureFilterAnisotropic.h",
821 "html/canvas/HitRegion.cpp", 816 "html/canvas/HitRegion.cpp",
822 "html/canvas/HitRegion.h", 817 "html/canvas/HitRegion.h",
823 "html/canvas/MouseEventHitRegion.h",
824 "html/canvas/OESElementIndexUint.cpp", 818 "html/canvas/OESElementIndexUint.cpp",
825 "html/canvas/OESElementIndexUint.h", 819 "html/canvas/OESElementIndexUint.h",
826 "html/canvas/OESStandardDerivatives.cpp", 820 "html/canvas/OESStandardDerivatives.cpp",
827 "html/canvas/OESStandardDerivatives.h", 821 "html/canvas/OESStandardDerivatives.h",
828 "html/canvas/OESTextureFloat.cpp", 822 "html/canvas/OESTextureFloat.cpp",
829 "html/canvas/OESTextureFloat.h", 823 "html/canvas/OESTextureFloat.h",
830 "html/canvas/OESTextureFloatLinear.cpp", 824 "html/canvas/OESTextureFloatLinear.cpp",
831 "html/canvas/OESTextureFloatLinear.h", 825 "html/canvas/OESTextureFloatLinear.h",
832 "html/canvas/OESTextureHalfFloat.cpp", 826 "html/canvas/OESTextureHalfFloat.cpp",
833 "html/canvas/OESTextureHalfFloat.h", 827 "html/canvas/OESTextureHalfFloat.h",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 "loader/FrameFetchContext.cpp", 1005 "loader/FrameFetchContext.cpp",
1012 "loader/FrameFetchContext.h", 1006 "loader/FrameFetchContext.h",
1013 "loader/FrameLoader.cpp", 1007 "loader/FrameLoader.cpp",
1014 "loader/FrameLoader.h", 1008 "loader/FrameLoader.h",
1015 "loader/FrameLoaderClient.h", 1009 "loader/FrameLoaderClient.h",
1016 "loader/FrameLoaderTypes.h", 1010 "loader/FrameLoaderTypes.h",
1017 "loader/ImageLoader.cpp", 1011 "loader/ImageLoader.cpp",
1018 "loader/ImageLoader.h", 1012 "loader/ImageLoader.h",
1019 "loader/MojoLoader.cpp", 1013 "loader/MojoLoader.cpp",
1020 "loader/MojoLoader.h", 1014 "loader/MojoLoader.h",
1021 "loader/NavigationPolicy.cpp",
1022 "loader/NavigationPolicy.h", 1015 "loader/NavigationPolicy.h",
1023 "loader/UniqueIdentifier.cpp", 1016 "loader/UniqueIdentifier.cpp",
1024 "loader/UniqueIdentifier.h", 1017 "loader/UniqueIdentifier.h",
1025 "page/AutoscrollController.cpp", 1018 "page/AutoscrollController.cpp",
1026 "page/AutoscrollController.h", 1019 "page/AutoscrollController.h",
1027 "page/Chrome.cpp", 1020 "page/Chrome.cpp",
1028 "page/Chrome.h", 1021 "page/Chrome.h",
1029 "page/ChromeClient.h", 1022 "page/ChromeClient.h",
1030 "page/EditorClient.h", 1023 "page/EditorClient.h",
1031 "page/EventHandler.cpp", 1024 "page/EventHandler.cpp",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 "events/AnimationPlayerEvent.idl", 1276 "events/AnimationPlayerEvent.idl",
1284 "events/CompositionEvent.idl", 1277 "events/CompositionEvent.idl",
1285 "events/CustomEvent.idl", 1278 "events/CustomEvent.idl",
1286 "events/ErrorEvent.idl", 1279 "events/ErrorEvent.idl",
1287 "events/Event.idl", 1280 "events/Event.idl",
1288 "events/EventTarget.idl", 1281 "events/EventTarget.idl",
1289 "events/FocusEvent.idl", 1282 "events/FocusEvent.idl",
1290 "events/GestureEvent.idl", 1283 "events/GestureEvent.idl",
1291 "events/HashChangeEvent.idl", 1284 "events/HashChangeEvent.idl",
1292 "events/KeyboardEvent.idl", 1285 "events/KeyboardEvent.idl",
1293 "events/MouseEvent.idl",
1294 "events/PageTransitionEvent.idl", 1286 "events/PageTransitionEvent.idl",
1295 "events/PointerEvent.idl", 1287 "events/PointerEvent.idl",
1296 "events/PopStateEvent.idl", 1288 "events/PopStateEvent.idl",
1297 "events/ProgressEvent.idl", 1289 "events/ProgressEvent.idl",
1298 "events/ResourceProgressEvent.idl", 1290 "events/ResourceProgressEvent.idl",
1299 "events/TextEvent.idl", 1291 "events/TextEvent.idl",
1300 "events/TouchEvent.idl", 1292 "events/TouchEvent.idl",
1301 "events/TransitionEvent.idl", 1293 "events/TransitionEvent.idl",
1302 "events/UIEvent.idl", 1294 "events/UIEvent.idl",
1303 "events/WheelEvent.idl",
1304 "frame/Console.idl", 1295 "frame/Console.idl",
1305 "frame/ConsoleBase.idl", 1296 "frame/ConsoleBase.idl",
1306 "frame/History.idl", 1297 "frame/History.idl",
1307 "frame/ImageBitmap.idl", 1298 "frame/ImageBitmap.idl",
1308 "frame/Location.idl", 1299 "frame/Location.idl",
1309 "frame/Screen.idl", 1300 "frame/Screen.idl",
1310 "frame/Window.idl", 1301 "frame/Window.idl",
1311 "html/canvas/ANGLEInstancedArrays.idl", 1302 "html/canvas/ANGLEInstancedArrays.idl",
1312 "html/canvas/Canvas2DContextAttributes.idl", 1303 "html/canvas/Canvas2DContextAttributes.idl",
1313 "html/canvas/CanvasGradient.idl", 1304 "html/canvas/CanvasGradient.idl",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 "dom/ChildNode.idl", 1370 "dom/ChildNode.idl",
1380 "dom/ParentNode.idl", 1371 "dom/ParentNode.idl",
1381 "dom/URLUtils.idl", 1372 "dom/URLUtils.idl",
1382 "dom/URLUtilsReadOnly.idl", 1373 "dom/URLUtilsReadOnly.idl",
1383 "events/EventListener.idl", 1374 "events/EventListener.idl",
1384 "frame/WindowBase64.idl", 1375 "frame/WindowBase64.idl",
1385 "frame/WindowTimers.idl", 1376 "frame/WindowTimers.idl",
1386 "html/canvas/ArrayBufferView.idl", 1377 "html/canvas/ArrayBufferView.idl",
1387 "html/canvas/CanvasPathMethods.idl", 1378 "html/canvas/CanvasPathMethods.idl",
1388 "html/canvas/DataView.idl", 1379 "html/canvas/DataView.idl",
1389 "html/canvas/MouseEventHitRegion.idl",
1390 "html/canvas/WebGLRenderingContextBase.idl", 1380 "html/canvas/WebGLRenderingContextBase.idl",
1391 ], 1381 ],
1392 "abspath") 1382 "abspath")
1393 1383
1394 # interfaces that inherit from Event, including Event itself 1384 # interfaces that inherit from Event, including Event itself
1395 core_event_idl_files = get_path_info([ 1385 core_event_idl_files = get_path_info([
1396 "css/FontFaceSetLoadEvent.idl", 1386 "css/FontFaceSetLoadEvent.idl",
1397 "css/MediaQueryListEvent.idl", 1387 "css/MediaQueryListEvent.idl",
1398 "events/AnimationPlayerEvent.idl", 1388 "events/AnimationPlayerEvent.idl",
1399 "events/CompositionEvent.idl", 1389 "events/CompositionEvent.idl",
1400 "events/CustomEvent.idl", 1390 "events/CustomEvent.idl",
1401 "events/ErrorEvent.idl", 1391 "events/ErrorEvent.idl",
1402 "events/Event.idl", 1392 "events/Event.idl",
1403 "events/FocusEvent.idl", 1393 "events/FocusEvent.idl",
1404 "events/GestureEvent.idl", 1394 "events/GestureEvent.idl",
1405 "events/HashChangeEvent.idl", 1395 "events/HashChangeEvent.idl",
1406 "events/KeyboardEvent.idl", 1396 "events/KeyboardEvent.idl",
1407 "events/MouseEvent.idl",
1408 "events/PageTransitionEvent.idl", 1397 "events/PageTransitionEvent.idl",
1409 "events/PointerEvent.idl", 1398 "events/PointerEvent.idl",
1410 "events/PopStateEvent.idl", 1399 "events/PopStateEvent.idl",
1411 "events/ProgressEvent.idl", 1400 "events/ProgressEvent.idl",
1412 "events/ResourceProgressEvent.idl", 1401 "events/ResourceProgressEvent.idl",
1413 "events/TextEvent.idl", 1402 "events/TextEvent.idl",
1414 "events/TouchEvent.idl", 1403 "events/TouchEvent.idl",
1415 "events/TransitionEvent.idl", 1404 "events/TransitionEvent.idl",
1416 "events/UIEvent.idl", 1405 "events/UIEvent.idl",
1417 "events/AnimationEvent.idl", 1406 "events/AnimationEvent.idl",
1418 "events/WheelEvent.idl",
1419 "html/canvas/WebGLContextEvent.idl", 1407 "html/canvas/WebGLContextEvent.idl",
1420 ], 1408 ],
1421 "abspath") 1409 "abspath")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698