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

Side by Side Diff: cc/blink/cc_blink.gyp

Issue 1447893002: compositor-worker: Introduce WebCompositorMutableState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //cc/blink 8 # GN version: //cc/blink
9 'target_name': 'cc_blink', 9 'target_name': 'cc_blink',
10 'type': '<(component)', 10 'type': '<(component)',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'web_filter_operations_impl.cc', 52 'web_filter_operations_impl.cc',
53 'web_filter_operations_impl.h', 53 'web_filter_operations_impl.h',
54 'web_float_animation_curve_impl.cc', 54 'web_float_animation_curve_impl.cc',
55 'web_float_animation_curve_impl.h', 55 'web_float_animation_curve_impl.h',
56 'web_image_layer_impl.cc', 56 'web_image_layer_impl.cc',
57 'web_image_layer_impl.h', 57 'web_image_layer_impl.h',
58 'web_layer_impl.cc', 58 'web_layer_impl.cc',
59 'web_layer_impl.h', 59 'web_layer_impl.h',
60 'web_layer_impl_fixed_bounds.cc', 60 'web_layer_impl_fixed_bounds.cc',
61 'web_layer_impl_fixed_bounds.h', 61 'web_layer_impl_fixed_bounds.h',
62 'web_mutable_state_impl.cc',
63 'web_mutable_state_impl.h',
62 'web_scroll_offset_animation_curve_impl.cc', 64 'web_scroll_offset_animation_curve_impl.cc',
63 'web_scroll_offset_animation_curve_impl.h', 65 'web_scroll_offset_animation_curve_impl.h',
64 'web_scrollbar_layer_impl.cc', 66 'web_scrollbar_layer_impl.cc',
65 'web_scrollbar_layer_impl.h', 67 'web_scrollbar_layer_impl.h',
66 'web_to_cc_animation_delegate_adapter.cc', 68 'web_to_cc_animation_delegate_adapter.cc',
67 'web_to_cc_animation_delegate_adapter.h', 69 'web_to_cc_animation_delegate_adapter.h',
68 'web_transform_animation_curve_impl.cc', 70 'web_transform_animation_curve_impl.cc',
69 'web_transform_animation_curve_impl.h', 71 'web_transform_animation_curve_impl.h',
70 'web_transform_operations_impl.cc', 72 'web_transform_operations_impl.cc',
71 'web_transform_operations_impl.h', 73 'web_transform_operations_impl.h',
72 ], 74 ],
73 }, 75 },
74 ] 76 ]
75 } 77 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698