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

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

Issue 689733003: Remove most of FloatingObject. (Closed) Base URL: git@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
« no previous file with comments | « no previous file | sky/engine/core/rendering/FloatingObjects.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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 "rendering/BidiRunForLine.cpp", 1025 "rendering/BidiRunForLine.cpp",
1026 "rendering/BidiRunForLine.h", 1026 "rendering/BidiRunForLine.h",
1027 "rendering/ClipRect.cpp", 1027 "rendering/ClipRect.cpp",
1028 "rendering/ClipRect.h", 1028 "rendering/ClipRect.h",
1029 "rendering/ClipRects.h", 1029 "rendering/ClipRects.h",
1030 "rendering/ClipRectsCache.h", 1030 "rendering/ClipRectsCache.h",
1031 "rendering/EllipsisBox.cpp", 1031 "rendering/EllipsisBox.cpp",
1032 "rendering/EllipsisBox.h", 1032 "rendering/EllipsisBox.h",
1033 "rendering/FilterEffectRenderer.cpp", 1033 "rendering/FilterEffectRenderer.cpp",
1034 "rendering/FilterEffectRenderer.h", 1034 "rendering/FilterEffectRenderer.h",
1035 "rendering/FloatingObjects.cpp",
1036 "rendering/FloatingObjects.h",
1037 "rendering/GraphicsContextAnnotator.cpp", 1035 "rendering/GraphicsContextAnnotator.cpp",
1038 "rendering/GraphicsContextAnnotator.h", 1036 "rendering/GraphicsContextAnnotator.h",
1039 "rendering/HitTestLocation.cpp", 1037 "rendering/HitTestLocation.cpp",
1040 "rendering/HitTestLocation.h", 1038 "rendering/HitTestLocation.h",
1041 "rendering/HitTestResult.cpp", 1039 "rendering/HitTestResult.cpp",
1042 "rendering/HitTestingTransformState.cpp", 1040 "rendering/HitTestingTransformState.cpp",
1043 "rendering/HitTestingTransformState.h", 1041 "rendering/HitTestingTransformState.h",
1044 "rendering/ImageQualityController.cpp", 1042 "rendering/ImageQualityController.cpp",
1045 "rendering/ImageQualityController.h", 1043 "rendering/ImageQualityController.h",
1046 "rendering/InlineBox.cpp", 1044 "rendering/InlineBox.cpp",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 "events/ResourceProgressEvent.idl", 1381 "events/ResourceProgressEvent.idl",
1384 "events/TextEvent.idl", 1382 "events/TextEvent.idl",
1385 "events/TouchEvent.idl", 1383 "events/TouchEvent.idl",
1386 "events/TransitionEvent.idl", 1384 "events/TransitionEvent.idl",
1387 "events/UIEvent.idl", 1385 "events/UIEvent.idl",
1388 "events/AnimationEvent.idl", 1386 "events/AnimationEvent.idl",
1389 "events/WheelEvent.idl", 1387 "events/WheelEvent.idl",
1390 "html/MediaKeyEvent.idl", 1388 "html/MediaKeyEvent.idl",
1391 "html/canvas/WebGLContextEvent.idl", 1389 "html/canvas/WebGLContextEvent.idl",
1392 ], "abspath") 1390 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/rendering/FloatingObjects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698