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

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

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « cc/blink/BUILD.gn ('k') | cc/blink/cc_blink_tests.gyp » ('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 { 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)',
11 'dependencies': [ 11 'dependencies': [
12 '../../gpu/gpu.gyp:command_buffer_common', 12 '../../gpu/gpu.gyp:command_buffer_common',
13 '../../base/base.gyp:base', 13 '../../base/base.gyp:base',
14 '../../third_party/WebKit/public/blink.gyp:blink', 14 '../../third_party/WebKit/public/blink.gyp:blink',
15 '../../skia/skia.gyp:skia', 15 '../../skia/skia.gyp:skia',
16 '../cc.gyp:cc', 16 '../cc.gyp:cc',
17 '../../ui/gfx/gfx.gyp:gfx', 17 '../../ui/gfx/gfx.gyp:gfx',
18 '../../ui/gfx/gfx.gyp:gfx_geometry', 18 '../../ui/gfx/gfx.gyp:gfx_geometry',
19 ], 19 ],
20 'defines': [ 20 'defines': [
21 'CC_BLINK_IMPLEMENTATION', 21 'CC_BLINK_IMPLEMENTATION',
22 ], 22 ],
23 'export_dependent_settings': [ 23 'export_dependent_settings': [
24 '../../skia/skia.gyp:skia', 24 '../../skia/skia.gyp:skia',
25 ], 25 ],
26 # This sources list is duplicated in //cc/blink/BUILD.gn 26 # This sources list is duplicated in //cc/blink/BUILD.gn
27 'sources': [ 27 'sources': [
28 'cc_blink_export.h', 28 'cc_blink_export.h',
29 'context_provider_web_context.h', 29 'context_provider_web_context.h',
30 'mutation_conversions.cc',
31 'mutation_conversions.h',
30 'scrollbar_impl.cc', 32 'scrollbar_impl.cc',
31 'scrollbar_impl.h', 33 'scrollbar_impl.h',
32 'web_animation_curve_common.cc', 34 'web_animation_curve_common.cc',
33 'web_animation_curve_common.h', 35 'web_animation_curve_common.h',
34 'web_animation_impl.cc', 36 'web_animation_impl.cc',
35 'web_animation_impl.h', 37 'web_animation_impl.h',
36 'web_compositor_animation_player_impl.cc', 38 'web_compositor_animation_player_impl.cc',
37 'web_compositor_animation_player_impl.h', 39 'web_compositor_animation_player_impl.h',
38 'web_compositor_animation_timeline_impl.cc', 40 'web_compositor_animation_timeline_impl.cc',
39 'web_compositor_animation_timeline_impl.h', 41 'web_compositor_animation_timeline_impl.h',
42 'web_compositor_mutable_state_impl.cc',
43 'web_compositor_mutable_state_impl.h',
44 'web_compositor_mutable_state_provider_impl.cc',
45 'web_compositor_mutable_state_provider_impl.h',
40 'web_compositor_support_impl.cc', 46 'web_compositor_support_impl.cc',
41 'web_compositor_support_impl.h', 47 'web_compositor_support_impl.h',
42 'web_content_layer_impl.cc', 48 'web_content_layer_impl.cc',
43 'web_content_layer_impl.h', 49 'web_content_layer_impl.h',
44 'web_display_item_list_impl.cc', 50 'web_display_item_list_impl.cc',
45 'web_display_item_list_impl.h', 51 'web_display_item_list_impl.h',
46 'web_external_bitmap_impl.cc', 52 'web_external_bitmap_impl.cc',
47 'web_external_bitmap_impl.h', 53 'web_external_bitmap_impl.h',
48 'web_external_texture_layer_impl.cc', 54 'web_external_texture_layer_impl.cc',
49 'web_external_texture_layer_impl.h', 55 'web_external_texture_layer_impl.h',
50 'web_filter_animation_curve_impl.cc', 56 'web_filter_animation_curve_impl.cc',
51 'web_filter_animation_curve_impl.h', 57 'web_filter_animation_curve_impl.h',
52 'web_filter_operations_impl.cc', 58 'web_filter_operations_impl.cc',
53 'web_filter_operations_impl.h', 59 'web_filter_operations_impl.h',
54 'web_float_animation_curve_impl.cc', 60 'web_float_animation_curve_impl.cc',
55 'web_float_animation_curve_impl.h', 61 'web_float_animation_curve_impl.h',
56 'web_image_layer_impl.cc', 62 'web_image_layer_impl.cc',
57 'web_image_layer_impl.h', 63 'web_image_layer_impl.h',
58 'web_layer_impl.cc', 64 'web_layer_impl.cc',
59 'web_layer_impl.h', 65 'web_layer_impl.h',
60 'web_layer_impl_fixed_bounds.cc', 66 'web_layer_impl_fixed_bounds.cc',
61 'web_layer_impl_fixed_bounds.h', 67 'web_layer_impl_fixed_bounds.h',
68 'web_mutator_client_impl.cc',
69 'web_mutator_client_impl.h',
62 'web_scroll_offset_animation_curve_impl.cc', 70 'web_scroll_offset_animation_curve_impl.cc',
63 'web_scroll_offset_animation_curve_impl.h', 71 'web_scroll_offset_animation_curve_impl.h',
64 'web_scrollbar_layer_impl.cc', 72 'web_scrollbar_layer_impl.cc',
65 'web_scrollbar_layer_impl.h', 73 'web_scrollbar_layer_impl.h',
66 'web_to_cc_animation_delegate_adapter.cc', 74 'web_to_cc_animation_delegate_adapter.cc',
67 'web_to_cc_animation_delegate_adapter.h', 75 'web_to_cc_animation_delegate_adapter.h',
68 'web_transform_animation_curve_impl.cc', 76 'web_transform_animation_curve_impl.cc',
69 'web_transform_animation_curve_impl.h', 77 'web_transform_animation_curve_impl.h',
70 'web_transform_operations_impl.cc', 78 'web_transform_operations_impl.cc',
71 'web_transform_operations_impl.h', 79 'web_transform_operations_impl.h',
72 ], 80 ],
73 }, 81 },
74 ] 82 ]
75 } 83 }
OLDNEW
« no previous file with comments | « cc/blink/BUILD.gn ('k') | cc/blink/cc_blink_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698