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

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

Issue 682413006: Add a separate call to initialize the bounds for a sky <iframe> element. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: . Created 6 years, 1 month 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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 "frame/LocalDOMWindow.cpp", 726 "frame/LocalDOMWindow.cpp",
727 "frame/LocalDOMWindow.h", 727 "frame/LocalDOMWindow.h",
728 "frame/LocalFrame.cpp", 728 "frame/LocalFrame.cpp",
729 "frame/LocalFrame.h", 729 "frame/LocalFrame.h",
730 "frame/Location.cpp", 730 "frame/Location.cpp",
731 "frame/Location.h", 731 "frame/Location.h",
732 "frame/PlatformEventController.cpp", 732 "frame/PlatformEventController.cpp",
733 "frame/PlatformEventController.h", 733 "frame/PlatformEventController.h",
734 "frame/PlatformEventDispatcher.cpp", 734 "frame/PlatformEventDispatcher.cpp",
735 "frame/PlatformEventDispatcher.h", 735 "frame/PlatformEventDispatcher.h",
736 "frame/RemoteFrame.cpp",
737 "frame/RemoteFrame.h",
736 "frame/Screen.cpp", 738 "frame/Screen.cpp",
737 "frame/Screen.h", 739 "frame/Screen.h",
738 "frame/Settings.cpp", 740 "frame/Settings.cpp",
739 "frame/SettingsDelegate.cpp", 741 "frame/SettingsDelegate.cpp",
740 "frame/SettingsDelegate.h", 742 "frame/SettingsDelegate.h",
741 "frame/SuspendableTimer.cpp", 743 "frame/SuspendableTimer.cpp",
742 "frame/SuspendableTimer.h", 744 "frame/SuspendableTimer.h",
743 "frame/UseCounter.cpp", 745 "frame/UseCounter.cpp",
744 "html/ClassList.cpp", 746 "html/ClassList.cpp",
745 "html/ClassList.h", 747 "html/ClassList.h",
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
1312 "events/ProgressEvent.idl", 1314 "events/ProgressEvent.idl",
1313 "events/ResourceProgressEvent.idl", 1315 "events/ResourceProgressEvent.idl",
1314 "events/TextEvent.idl", 1316 "events/TextEvent.idl",
1315 "events/TouchEvent.idl", 1317 "events/TouchEvent.idl",
1316 "events/TransitionEvent.idl", 1318 "events/TransitionEvent.idl",
1317 "events/UIEvent.idl", 1319 "events/UIEvent.idl",
1318 "events/AnimationEvent.idl", 1320 "events/AnimationEvent.idl",
1319 "events/WheelEvent.idl", 1321 "events/WheelEvent.idl",
1320 "html/canvas/WebGLContextEvent.idl", 1322 "html/canvas/WebGLContextEvent.idl",
1321 ], "abspath") 1323 ], "abspath")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698