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

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

Issue 1209033016: Remove dead code from DartController (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | sky/engine/core/script/dart_controller.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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 "rendering/style/StyleTransformData.cpp", 979 "rendering/style/StyleTransformData.cpp",
980 "rendering/style/StyleTransformData.h", 980 "rendering/style/StyleTransformData.h",
981 "rendering/style/StyleVisualData.cpp", 981 "rendering/style/StyleVisualData.cpp",
982 "rendering/style/StyleVisualData.h", 982 "rendering/style/StyleVisualData.h",
983 "rendering/style/StyleWillChangeData.cpp", 983 "rendering/style/StyleWillChangeData.cpp",
984 "rendering/style/StyleWillChangeData.h", 984 "rendering/style/StyleWillChangeData.h",
985 "script/dart_controller.cc", 985 "script/dart_controller.cc",
986 "script/dart_controller.h", 986 "script/dart_controller.h",
987 "script/dart_debugger.cc", 987 "script/dart_debugger.cc",
988 "script/dart_debugger.h", 988 "script/dart_debugger.h",
989 "script/dart_library_provider_webview.cc",
990 "script/dart_library_provider_webview.h",
991 "script/dart_service_isolate.cc", 989 "script/dart_service_isolate.cc",
992 "script/dart_service_isolate.h", 990 "script/dart_service_isolate.h",
993 "script/dom_dart_state.cc", 991 "script/dom_dart_state.cc",
994 "script/dom_dart_state.h", 992 "script/dom_dart_state.h",
995 "script/monitor.h", 993 "script/monitor.h",
996 "view/BeginFrameCallback.h", 994 "view/BeginFrameCallback.h",
997 "view/EventCallback.h", 995 "view/EventCallback.h",
998 "view/View.cpp", 996 "view/View.cpp",
999 "view/View.h", 997 "view/View.h",
1000 ] 998 ]
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 "events/HashChangeEvent.idl", 1127 "events/HashChangeEvent.idl",
1130 "events/KeyboardEvent.idl", 1128 "events/KeyboardEvent.idl",
1131 "events/PageTransitionEvent.idl", 1129 "events/PageTransitionEvent.idl",
1132 "events/PointerEvent.idl", 1130 "events/PointerEvent.idl",
1133 "events/TextEvent.idl", 1131 "events/TextEvent.idl",
1134 "events/TransitionEvent.idl", 1132 "events/TransitionEvent.idl",
1135 "events/UIEvent.idl", 1133 "events/UIEvent.idl",
1136 "events/WheelEvent.idl", 1134 "events/WheelEvent.idl",
1137 ], 1135 ],
1138 "abspath") 1136 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/script/dart_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698