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

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

Issue 878673005: Get rid of Chrome, use Page. (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
« no previous file with comments | « no previous file | sky/engine/core/dom/Document.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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 "loader/FrameLoaderTypes.h", 974 "loader/FrameLoaderTypes.h",
975 "loader/ImageLoader.cpp", 975 "loader/ImageLoader.cpp",
976 "loader/ImageLoader.h", 976 "loader/ImageLoader.h",
977 "loader/MojoLoader.cpp", 977 "loader/MojoLoader.cpp",
978 "loader/MojoLoader.h", 978 "loader/MojoLoader.h",
979 "loader/NavigationPolicy.h", 979 "loader/NavigationPolicy.h",
980 "loader/UniqueIdentifier.cpp", 980 "loader/UniqueIdentifier.cpp",
981 "loader/UniqueIdentifier.h", 981 "loader/UniqueIdentifier.h",
982 "page/AutoscrollController.cpp", 982 "page/AutoscrollController.cpp",
983 "page/AutoscrollController.h", 983 "page/AutoscrollController.h",
984 "page/Chrome.cpp",
985 "page/Chrome.h",
986 "page/ChromeClient.h", 984 "page/ChromeClient.h",
987 "page/EditorClient.h", 985 "page/EditorClient.h",
988 "page/EventHandler.cpp", 986 "page/EventHandler.cpp",
989 "page/EventHandler.h", 987 "page/EventHandler.h",
990 "page/FocusController.cpp", 988 "page/FocusController.cpp",
991 "page/FocusController.h", 989 "page/FocusController.h",
992 "page/FocusType.h", 990 "page/FocusType.h",
993 "page/Page.cpp", 991 "page/Page.cpp",
994 "page/Page.h", 992 "page/Page.h",
995 "page/PageAnimator.cpp", 993 "page/PageAnimator.cpp",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1348 "events/KeyboardEvent.idl", 1346 "events/KeyboardEvent.idl",
1349 "events/PageTransitionEvent.idl", 1347 "events/PageTransitionEvent.idl",
1350 "events/PointerEvent.idl", 1348 "events/PointerEvent.idl",
1351 "events/TextEvent.idl", 1349 "events/TextEvent.idl",
1352 "events/TransitionEvent.idl", 1350 "events/TransitionEvent.idl",
1353 "events/UIEvent.idl", 1351 "events/UIEvent.idl",
1354 "events/AnimationEvent.idl", 1352 "events/AnimationEvent.idl",
1355 "html/canvas/WebGLContextEvent.idl", 1353 "html/canvas/WebGLContextEvent.idl",
1356 ], 1354 ],
1357 "abspath") 1355 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698