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

Side by Side Diff: cc/BUILD.gn

Issue 2251303003: Implement position: sticky updates on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master and add comments to WebLayerStickyPositionConstraint members. Created 4 years, 2 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 | cc/blink/web_layer_impl.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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "layers/layer_impl.h", 133 "layers/layer_impl.h",
134 "layers/layer_impl_test_properties.cc", 134 "layers/layer_impl_test_properties.cc",
135 "layers/layer_impl_test_properties.h", 135 "layers/layer_impl_test_properties.h",
136 "layers/layer_iterator.h", 136 "layers/layer_iterator.h",
137 "layers/layer_list_iterator.cc", 137 "layers/layer_list_iterator.cc",
138 "layers/layer_list_iterator.h", 138 "layers/layer_list_iterator.h",
139 "layers/layer_position_constraint.cc", 139 "layers/layer_position_constraint.cc",
140 "layers/layer_position_constraint.h", 140 "layers/layer_position_constraint.h",
141 "layers/layer_proto_converter.cc", 141 "layers/layer_proto_converter.cc",
142 "layers/layer_proto_converter.h", 142 "layers/layer_proto_converter.h",
143 "layers/layer_sticky_position_constraint.cc",
144 "layers/layer_sticky_position_constraint.h",
143 "layers/layer_utils.cc", 145 "layers/layer_utils.cc",
144 "layers/layer_utils.h", 146 "layers/layer_utils.h",
145 "layers/nine_patch_layer.cc", 147 "layers/nine_patch_layer.cc",
146 "layers/nine_patch_layer.h", 148 "layers/nine_patch_layer.h",
147 "layers/nine_patch_layer_impl.cc", 149 "layers/nine_patch_layer_impl.cc",
148 "layers/nine_patch_layer_impl.h", 150 "layers/nine_patch_layer_impl.h",
149 "layers/paint_properties.h", 151 "layers/paint_properties.h",
150 "layers/painted_scrollbar_layer.cc", 152 "layers/painted_scrollbar_layer.cc",
151 "layers/painted_scrollbar_layer.h", 153 "layers/painted_scrollbar_layer.h",
152 "layers/painted_scrollbar_layer_impl.cc", 154 "layers/painted_scrollbar_layer_impl.cc",
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 "//ui/gl:test_support", 1057 "//ui/gl:test_support",
1056 ] 1058 ]
1057 1059
1058 # This target should not require the Chrome executable to run. 1060 # This target should not require the Chrome executable to run.
1059 assert_no_deps = [ "//chrome" ] 1061 assert_no_deps = [ "//chrome" ]
1060 1062
1061 data = [ 1063 data = [
1062 "test/data/", 1064 "test/data/",
1063 ] 1065 ]
1064 } 1066 }
OLDNEW
« no previous file with comments | « no previous file | cc/blink/web_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698