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

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

Issue 1203143004: Make it possible to run Sky apps offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: gn check 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/frame/LocalDOMWindow.cpp » ('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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 "rendering/style/StyleWillChangeData.h", 1045 "rendering/style/StyleWillChangeData.h",
1046 "rendering/SubtreeLayoutScope.cpp", 1046 "rendering/SubtreeLayoutScope.cpp",
1047 "rendering/SubtreeLayoutScope.h", 1047 "rendering/SubtreeLayoutScope.h",
1048 "rendering/TextRunConstructor.cpp", 1048 "rendering/TextRunConstructor.cpp",
1049 "rendering/TextRunConstructor.h", 1049 "rendering/TextRunConstructor.h",
1050 "rendering/VerticalPositionCache.h", 1050 "rendering/VerticalPositionCache.h",
1051 "script/dart_controller.cc", 1051 "script/dart_controller.cc",
1052 "script/dart_controller.h", 1052 "script/dart_controller.h",
1053 "script/dart_debugger.cc", 1053 "script/dart_debugger.cc",
1054 "script/dart_debugger.h", 1054 "script/dart_debugger.h",
1055 "script/dart_library_provider_network.cc", 1055 "script/dart_library_provider_webview.cc",
1056 "script/dart_library_provider_network.h", 1056 "script/dart_library_provider_webview.h",
1057 "script/dart_service_isolate.cc", 1057 "script/dart_service_isolate.cc",
1058 "script/dart_service_isolate.h", 1058 "script/dart_service_isolate.h",
1059 "script/dom_dart_state.cc", 1059 "script/dom_dart_state.cc",
1060 "script/dom_dart_state.h", 1060 "script/dom_dart_state.h",
1061 "script/monitor.h", 1061 "script/monitor.h",
1062 "view/BeginFrameCallback.h", 1062 "view/BeginFrameCallback.h",
1063 "view/EventCallback.h", 1063 "view/EventCallback.h",
1064 "view/View.cpp", 1064 "view/View.cpp",
1065 "view/View.h", 1065 "view/View.h",
1066 ] 1066 ]
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 "events/HashChangeEvent.idl", 1207 "events/HashChangeEvent.idl",
1208 "events/KeyboardEvent.idl", 1208 "events/KeyboardEvent.idl",
1209 "events/PageTransitionEvent.idl", 1209 "events/PageTransitionEvent.idl",
1210 "events/PointerEvent.idl", 1210 "events/PointerEvent.idl",
1211 "events/TextEvent.idl", 1211 "events/TextEvent.idl",
1212 "events/TransitionEvent.idl", 1212 "events/TransitionEvent.idl",
1213 "events/UIEvent.idl", 1213 "events/UIEvent.idl",
1214 "events/WheelEvent.idl", 1214 "events/WheelEvent.idl",
1215 ], 1215 ],
1216 "abspath") 1216 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698