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

Side by Side Diff: cc/cc.gyp

Issue 2251303003: Implement position: sticky updates on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and add unit test for impl side sticky position update. Created 4 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'layers/layer_impl.h', 194 'layers/layer_impl.h',
195 "layers/layer_impl_test_properties.cc", 195 "layers/layer_impl_test_properties.cc",
196 "layers/layer_impl_test_properties.h", 196 "layers/layer_impl_test_properties.h",
197 'layers/layer_iterator.h', 197 'layers/layer_iterator.h',
198 'layers/layer_list_iterator.cc', 198 'layers/layer_list_iterator.cc',
199 'layers/layer_list_iterator.h', 199 'layers/layer_list_iterator.h',
200 'layers/layer_position_constraint.cc', 200 'layers/layer_position_constraint.cc',
201 'layers/layer_position_constraint.h', 201 'layers/layer_position_constraint.h',
202 'layers/layer_proto_converter.cc', 202 'layers/layer_proto_converter.cc',
203 'layers/layer_proto_converter.h', 203 'layers/layer_proto_converter.h',
204 'layers/layer_sticky_position_constraint.cc',
205 'layers/layer_sticky_position_constraint.h',
204 'layers/layer_utils.cc', 206 'layers/layer_utils.cc',
205 'layers/layer_utils.h', 207 'layers/layer_utils.h',
206 'layers/nine_patch_layer.cc', 208 'layers/nine_patch_layer.cc',
207 'layers/nine_patch_layer.h', 209 'layers/nine_patch_layer.h',
208 'layers/nine_patch_layer_impl.cc', 210 'layers/nine_patch_layer_impl.cc',
209 'layers/nine_patch_layer_impl.h', 211 'layers/nine_patch_layer_impl.h',
210 'layers/paint_properties.h', 212 'layers/paint_properties.h',
211 'layers/painted_scrollbar_layer.cc', 213 'layers/painted_scrollbar_layer.cc',
212 'layers/painted_scrollbar_layer.h', 214 'layers/painted_scrollbar_layer.h',
213 'layers/painted_scrollbar_layer_impl.cc', 215 'layers/painted_scrollbar_layer_impl.cc',
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'surfaces/surface_resource_holder.h', 723 'surfaces/surface_resource_holder.h',
722 'surfaces/surface_sequence.h', 724 'surfaces/surface_sequence.h',
723 'surfaces/surfaces_export.h', 725 'surfaces/surfaces_export.h',
724 ], 726 ],
725 'includes': [ 727 'includes': [
726 '../build/android/increase_size_for_speed.gypi', 728 '../build/android/increase_size_for_speed.gypi',
727 ], 729 ],
728 }, 730 },
729 ], 731 ],
730 } 732 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698