OLD | NEW |
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 { |
11 'target_name': 'compositor', | 11 'target_name': 'compositor', |
12 'type': '<(component)', | 12 'type': '<(component)', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '<(DEPTH)/base/base.gyp:base', | 14 '<(DEPTH)/base/base.gyp:base', |
15 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 15 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
16 '<(DEPTH)/cc/cc.gyp:cc', | 16 '<(DEPTH)/cc/cc.gyp:cc', |
17 '<(DEPTH)/skia/skia.gyp:skia', | 17 '<(DEPTH)/skia/skia.gyp:skia', |
18 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', | 18 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', |
| 19 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
19 '<(DEPTH)/ui/gl/gl.gyp:gl', | 20 '<(DEPTH)/ui/gl/gl.gyp:gl', |
20 '<(DEPTH)/ui/ui.gyp:ui', | 21 '<(DEPTH)/ui/ui.gyp:ui', |
21 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 22 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
22 ], | 23 ], |
23 'defines': [ | 24 'defines': [ |
24 'COMPOSITOR_IMPLEMENTATION', | 25 'COMPOSITOR_IMPLEMENTATION', |
25 ], | 26 ], |
26 'sources': [ | 27 'sources': [ |
27 'compositor.cc', | 28 'compositor.cc', |
28 'compositor.h', | 29 'compositor.h', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 ], | 71 ], |
71 }], | 72 }], |
72 ], | 73 ], |
73 }, | 74 }, |
74 { | 75 { |
75 'target_name': 'compositor_test_support', | 76 'target_name': 'compositor_test_support', |
76 'type': 'static_library', | 77 'type': 'static_library', |
77 'dependencies': [ | 78 'dependencies': [ |
78 '<(DEPTH)/base/base.gyp:base', | 79 '<(DEPTH)/base/base.gyp:base', |
79 '<(DEPTH)/skia/skia.gyp:skia', | 80 '<(DEPTH)/skia/skia.gyp:skia', |
| 81 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
80 '<(DEPTH)/ui/gl/gl.gyp:gl', | 82 '<(DEPTH)/ui/gl/gl.gyp:gl', |
81 '<(DEPTH)/ui/ui.gyp:ui', | 83 '<(DEPTH)/ui/ui.gyp:ui', |
82 'compositor', | 84 'compositor', |
83 ], | 85 ], |
84 'sources': [ | 86 'sources': [ |
85 'test/test_layers.cc', | 87 'test/test_layers.cc', |
86 'test/test_layers.h', | 88 'test/test_layers.h', |
87 'test/test_suite.cc', | 89 'test/test_suite.cc', |
88 'test/test_suite.h', | 90 'test/test_suite.h', |
89 ], | 91 ], |
90 }, | 92 }, |
91 { | 93 { |
92 'target_name': 'compositor_unittests', | 94 'target_name': 'compositor_unittests', |
93 'type': 'executable', | 95 'type': 'executable', |
94 'dependencies': [ | 96 'dependencies': [ |
95 '<(DEPTH)/base/base.gyp:base', | 97 '<(DEPTH)/base/base.gyp:base', |
96 '<(DEPTH)/base/base.gyp:test_support_base', | 98 '<(DEPTH)/base/base.gyp:test_support_base', |
97 '<(DEPTH)/cc/cc.gyp:cc', | 99 '<(DEPTH)/cc/cc.gyp:cc', |
98 '<(DEPTH)/cc/cc_tests.gyp:cc_test_utils', | 100 '<(DEPTH)/cc/cc_tests.gyp:cc_test_utils', |
99 '<(DEPTH)/skia/skia.gyp:skia', | 101 '<(DEPTH)/skia/skia.gyp:skia', |
100 '<(DEPTH)/testing/gtest.gyp:gtest', | 102 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 103 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
101 '<(DEPTH)/ui/gl/gl.gyp:gl', | 104 '<(DEPTH)/ui/gl/gl.gyp:gl', |
102 '<(DEPTH)/ui/ui.gyp:ui', | 105 '<(DEPTH)/ui/ui.gyp:ui', |
103 '<(DEPTH)/ui/ui.gyp:ui_resources', | 106 '<(DEPTH)/ui/ui.gyp:ui_resources', |
104 'compositor', | 107 'compositor', |
105 'compositor_test_support', | 108 'compositor_test_support', |
106 ], | 109 ], |
107 'sources': [ | 110 'sources': [ |
108 'layer_animation_element_unittest.cc', | 111 'layer_animation_element_unittest.cc', |
109 'layer_animation_sequence_unittest.cc', | 112 'layer_animation_sequence_unittest.cc', |
110 'layer_animator_unittest.cc', | 113 'layer_animator_unittest.cc', |
(...skipping 27 matching lines...) Expand all Loading... |
138 'dependencies': [ | 141 'dependencies': [ |
139 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 142 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
140 ], | 143 ], |
141 }], | 144 }], |
142 ], | 145 ], |
143 }], | 146 }], |
144 ], | 147 ], |
145 }, | 148 }, |
146 ], | 149 ], |
147 } | 150 } |
OLD | NEW |