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

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

Issue 1153543002: Make hit testing work in layout2.dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Add missing file Created 5 years, 7 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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "script/dart_debugger.h", 1021 "script/dart_debugger.h",
1022 "script/dart_dependency_catcher.cc", 1022 "script/dart_dependency_catcher.cc",
1023 "script/dart_dependency_catcher.h", 1023 "script/dart_dependency_catcher.h",
1024 "script/dart_loader.cc", 1024 "script/dart_loader.cc",
1025 "script/dart_loader.h", 1025 "script/dart_loader.h",
1026 "script/dart_service_isolate.cc", 1026 "script/dart_service_isolate.cc",
1027 "script/dart_service_isolate.h", 1027 "script/dart_service_isolate.h",
1028 "script/dom_dart_state.cc", 1028 "script/dom_dart_state.cc",
1029 "script/dom_dart_state.h", 1029 "script/dom_dart_state.h",
1030 "script/monitor.h", 1030 "script/monitor.h",
1031 "view/BeginFrameCallback.h",
1032 "view/EventCallback.h",
1031 "view/View.cpp", 1033 "view/View.cpp",
1032 "view/View.h", 1034 "view/View.h",
1033 ] 1035 ]
1034 1036
1035 core_idl_files = get_path_info([ 1037 core_idl_files = get_path_info([
1036 "animation/Animation.idl", 1038 "animation/Animation.idl",
1037 "animation/AnimationEffect.idl", 1039 "animation/AnimationEffect.idl",
1038 "animation/AnimationNode.idl", 1040 "animation/AnimationNode.idl",
1039 "animation/AnimationPlayer.idl", 1041 "animation/AnimationPlayer.idl",
1040 "animation/AnimationTimeline.idl", 1042 "animation/AnimationTimeline.idl",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 "html/ImageData.idl", 1106 "html/ImageData.idl",
1105 "html/TextMetrics.idl", 1107 "html/TextMetrics.idl",
1106 "html/VoidCallback.idl", 1108 "html/VoidCallback.idl",
1107 "layout/LayoutCallback.idl", 1109 "layout/LayoutCallback.idl",
1108 "painting/Canvas.idl", 1110 "painting/Canvas.idl",
1109 "painting/Paint.idl", 1111 "painting/Paint.idl",
1110 "painting/PaintingCallback.idl", 1112 "painting/PaintingCallback.idl",
1111 "painting/PaintingContext.idl", 1113 "painting/PaintingContext.idl",
1112 "painting/Picture.idl", 1114 "painting/Picture.idl",
1113 "painting/PictureRecorder.idl", 1115 "painting/PictureRecorder.idl",
1116 "view/BeginFrameCallback.idl",
1114 "view/EventCallback.idl", 1117 "view/EventCallback.idl",
1115 "view/View.idl", 1118 "view/View.idl",
1116 ], 1119 ],
1117 "abspath") 1120 "abspath")
1118 1121
1119 core_dart_files = get_path_info([ "painting/Rect.dart" ], "abspath") 1122 core_dart_files = get_path_info([ "painting/Rect.dart" ], "abspath")
1120 1123
1121 # Files for which bindings (.cpp and .h files) will be generated 1124 # Files for which bindings (.cpp and .h files) will be generated
1122 # 'partial interface', target (right side of) 'implements', and 1125 # 'partial interface', target (right side of) 'implements', and
1123 # interfaces with static bindings (in bindings/core/v8/) 1126 # interfaces with static bindings (in bindings/core/v8/)
(...skipping 23 matching lines...) Expand all
1147 "events/HashChangeEvent.idl", 1150 "events/HashChangeEvent.idl",
1148 "events/KeyboardEvent.idl", 1151 "events/KeyboardEvent.idl",
1149 "events/PageTransitionEvent.idl", 1152 "events/PageTransitionEvent.idl",
1150 "events/PointerEvent.idl", 1153 "events/PointerEvent.idl",
1151 "events/TextEvent.idl", 1154 "events/TextEvent.idl",
1152 "events/TransitionEvent.idl", 1155 "events/TransitionEvent.idl",
1153 "events/UIEvent.idl", 1156 "events/UIEvent.idl",
1154 "events/WheelEvent.idl", 1157 "events/WheelEvent.idl",
1155 ], 1158 ],
1156 "abspath") 1159 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/script/dart_controller.cc » ('j') | sky/engine/core/script/dart_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698