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 { |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'scoped_layer_animation_settings.h', | 55 'scoped_layer_animation_settings.h', |
56 # UI tests need TestWebGraphicsContext3D, so we always build it. | 56 # UI tests need TestWebGraphicsContext3D, so we always build it. |
57 'test_web_graphics_context_3d.cc', | 57 'test_web_graphics_context_3d.cc', |
58 'test_web_graphics_context_3d.h', | 58 'test_web_graphics_context_3d.h', |
59 ], | 59 ], |
60 'conditions': [ | 60 'conditions': [ |
61 ['OS == "win" and use_aura == 1', { | 61 ['OS == "win" and use_aura == 1', { |
62 # TODO(sky): before we make this real need to remove | 62 # TODO(sky): before we make this real need to remove |
63 # IDR_BITMAP_BRUSH_IMAGE. | 63 # IDR_BITMAP_BRUSH_IMAGE. |
64 'dependencies': [ | 64 'dependencies': [ |
65 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', | 65 '<(DEPTH)/ui/ui.gyp:ui_resources', |
66 '<(DEPTH)/third_party/angle/src/build_angle.gyp:libEGL', | 66 '<(DEPTH)/third_party/angle/src/build_angle.gyp:libEGL', |
67 '<(DEPTH)/third_party/angle/src/build_angle.gyp:libGLESv2', | 67 '<(DEPTH)/third_party/angle/src/build_angle.gyp:libGLESv2', |
68 ], | 68 ], |
69 }], | 69 }], |
70 ], | 70 ], |
71 }, | 71 }, |
72 { | 72 { |
73 'target_name': 'compositor_test_support', | 73 'target_name': 'compositor_test_support', |
74 'type': 'static_library', | 74 'type': 'static_library', |
75 'dependencies': [ | 75 'dependencies': [ |
(...skipping 21 matching lines...) Expand all Loading... |
97 'target_name': 'compositor_unittests', | 97 'target_name': 'compositor_unittests', |
98 'type': 'executable', | 98 'type': 'executable', |
99 'dependencies': [ | 99 'dependencies': [ |
100 '<(DEPTH)/base/base.gyp:base', | 100 '<(DEPTH)/base/base.gyp:base', |
101 '<(DEPTH)/base/base.gyp:test_support_base', | 101 '<(DEPTH)/base/base.gyp:test_support_base', |
102 '<(DEPTH)/skia/skia.gyp:skia', | 102 '<(DEPTH)/skia/skia.gyp:skia', |
103 '<(DEPTH)/testing/gtest.gyp:gtest', | 103 '<(DEPTH)/testing/gtest.gyp:gtest', |
104 '<(DEPTH)/ui/gl/gl.gyp:gl', | 104 '<(DEPTH)/ui/gl/gl.gyp:gl', |
105 '<(DEPTH)/ui/ui.gyp:ui', | 105 '<(DEPTH)/ui/ui.gyp:ui', |
106 '<(DEPTH)/ui/ui.gyp:ui_resources', | 106 '<(DEPTH)/ui/ui.gyp:ui_resources', |
107 '<(DEPTH)/ui/ui.gyp:ui_resources_standard', | |
108 'compositor', | 107 'compositor', |
109 'compositor_test_support', | 108 'compositor_test_support', |
110 ], | 109 ], |
111 'sources': [ | 110 'sources': [ |
112 'layer_animation_element_unittest.cc', | 111 'layer_animation_element_unittest.cc', |
113 'layer_animation_sequence_unittest.cc', | 112 'layer_animation_sequence_unittest.cc', |
114 'layer_animator_unittest.cc', | 113 'layer_animator_unittest.cc', |
115 'layer_unittest.cc', | 114 'layer_unittest.cc', |
116 'run_all_unittests.cc', | 115 'run_all_unittests.cc', |
117 'test/test_compositor_host.h', | 116 'test/test_compositor_host.h', |
118 'test/test_compositor_host_linux.cc', | 117 'test/test_compositor_host_linux.cc', |
119 'test/test_compositor_host_mac.mm', | 118 'test/test_compositor_host_mac.mm', |
120 'test/test_compositor_host_win.cc', | 119 'test/test_compositor_host_win.cc', |
121 'test/test_layer_animation_delegate.cc', | 120 'test/test_layer_animation_delegate.cc', |
122 'test/test_layer_animation_delegate.h', | 121 'test/test_layer_animation_delegate.h', |
123 'test/test_layer_animation_observer.cc', | 122 'test/test_layer_animation_observer.cc', |
124 'test/test_layer_animation_observer.h', | 123 'test/test_layer_animation_observer.h', |
125 'test/test_suite.cc', | 124 'test/test_suite.cc', |
126 'test/test_suite.h', | 125 'test/test_suite.h', |
127 'test/test_utils.cc', | 126 'test/test_utils.cc', |
128 'test/test_utils.h', | 127 'test/test_utils.h', |
129 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 128 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', |
130 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | |
131 ], | 129 ], |
132 'conditions': [ | 130 'conditions': [ |
133 # osmesa GL implementation is used on linux. | 131 # osmesa GL implementation is used on linux. |
134 ['OS=="linux"', { | 132 ['OS=="linux"', { |
135 'dependencies': [ | 133 'dependencies': [ |
136 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 134 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
137 ], | 135 ], |
138 }], | 136 }], |
139 ], | 137 ], |
140 }, | 138 }, |
141 ], | 139 ], |
142 } | 140 } |
OLD | NEW |