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

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

Issue 860843006: Delete blink::ImageQualityController (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/rendering/ImageQualityController.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 "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 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 "rendering/GapRects.h", 1068 "rendering/GapRects.h",
1069 "rendering/GraphicsContextAnnotator.cpp", 1069 "rendering/GraphicsContextAnnotator.cpp",
1070 "rendering/GraphicsContextAnnotator.h", 1070 "rendering/GraphicsContextAnnotator.h",
1071 "rendering/HitTestingTransformState.cpp", 1071 "rendering/HitTestingTransformState.cpp",
1072 "rendering/HitTestingTransformState.h", 1072 "rendering/HitTestingTransformState.h",
1073 "rendering/HitTestLocation.cpp", 1073 "rendering/HitTestLocation.cpp",
1074 "rendering/HitTestLocation.h", 1074 "rendering/HitTestLocation.h",
1075 "rendering/HitTestRequest.h", 1075 "rendering/HitTestRequest.h",
1076 "rendering/HitTestResult.cpp", 1076 "rendering/HitTestResult.cpp",
1077 "rendering/HitTestResult.h", 1077 "rendering/HitTestResult.h",
1078 "rendering/ImageQualityController.cpp",
1079 "rendering/ImageQualityController.h",
1080 "rendering/InlineBox.cpp", 1078 "rendering/InlineBox.cpp",
1081 "rendering/InlineBox.h", 1079 "rendering/InlineBox.h",
1082 "rendering/InlineFlowBox.cpp", 1080 "rendering/InlineFlowBox.cpp",
1083 "rendering/InlineFlowBox.h", 1081 "rendering/InlineFlowBox.h",
1084 "rendering/InlineIterator.h", 1082 "rendering/InlineIterator.h",
1085 "rendering/InlineTextBox.cpp", 1083 "rendering/InlineTextBox.cpp",
1086 "rendering/InlineTextBox.h", 1084 "rendering/InlineTextBox.h",
1087 "rendering/LayerPaintingInfo.h", 1085 "rendering/LayerPaintingInfo.h",
1088 "rendering/LayoutState.cpp", 1086 "rendering/LayoutState.cpp",
1089 "rendering/LayoutState.h", 1087 "rendering/LayoutState.h",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 "events/ResourceProgressEvent.idl", 1418 "events/ResourceProgressEvent.idl",
1421 "events/TextEvent.idl", 1419 "events/TextEvent.idl",
1422 "events/TouchEvent.idl", 1420 "events/TouchEvent.idl",
1423 "events/TransitionEvent.idl", 1421 "events/TransitionEvent.idl",
1424 "events/UIEvent.idl", 1422 "events/UIEvent.idl",
1425 "events/AnimationEvent.idl", 1423 "events/AnimationEvent.idl",
1426 "events/WheelEvent.idl", 1424 "events/WheelEvent.idl",
1427 "html/canvas/WebGLContextEvent.idl", 1425 "html/canvas/WebGLContextEvent.idl",
1428 ], 1426 ],
1429 "abspath") 1427 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/rendering/ImageQualityController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698