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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 '<(DEPTH)/cc/cc.gyp:cc_surfaces', | 91 '<(DEPTH)/cc/cc.gyp:cc_surfaces', |
92 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', | 92 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', |
93 '<(DEPTH)/gpu/blink/gpu_blink.gyp:gpu_blink', | 93 '<(DEPTH)/gpu/blink/gpu_blink.gyp:gpu_blink', |
94 '<(DEPTH)/skia/skia.gyp:skia', | 94 '<(DEPTH)/skia/skia.gyp:skia', |
95 '<(DEPTH)/testing/gtest.gyp:gtest', | 95 '<(DEPTH)/testing/gtest.gyp:gtest', |
96 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', | 96 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', |
97 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | 97 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
98 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 98 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
99 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 99 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
100 '<(DEPTH)/ui/gl/gl.gyp:gl', | 100 '<(DEPTH)/ui/gl/gl.gyp:gl', |
101 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | |
102 'compositor', | 101 'compositor', |
103 ], | 102 ], |
104 'sources': [ | 103 'sources': [ |
105 'test/context_factories_for_test.cc', | 104 'test/context_factories_for_test.cc', |
106 'test/context_factories_for_test.h', | 105 'test/context_factories_for_test.h', |
107 'test/draw_waiter_for_test.cc', | 106 'test/draw_waiter_for_test.cc', |
108 'test/draw_waiter_for_test.h', | 107 'test/draw_waiter_for_test.h', |
| 108 'test/grcontext_for_webgraphicscontext3d.cc', |
| 109 'test/grcontext_for_webgraphicscontext3d.h', |
109 'test/in_process_context_factory.cc', | 110 'test/in_process_context_factory.cc', |
110 'test/in_process_context_factory.h', | 111 'test/in_process_context_factory.h', |
| 112 'test/in_process_context_provider.cc', |
| 113 'test/in_process_context_provider.h', |
111 'test/layer_animator_test_controller.cc', | 114 'test/layer_animator_test_controller.cc', |
112 'test/layer_animator_test_controller.h', | 115 'test/layer_animator_test_controller.h', |
113 'test/test_compositor_host.h', | 116 'test/test_compositor_host.h', |
114 'test/test_compositor_host_mac.mm', | 117 'test/test_compositor_host_mac.mm', |
115 'test/test_compositor_host_ozone.cc', | 118 'test/test_compositor_host_ozone.cc', |
116 'test/test_compositor_host_win.cc', | 119 'test/test_compositor_host_win.cc', |
117 'test/test_compositor_host_x11.cc', | 120 'test/test_compositor_host_x11.cc', |
118 'test/test_layer_animation_delegate.cc', | 121 'test/test_layer_animation_delegate.cc', |
119 'test/test_layer_animation_delegate.h', | 122 'test/test_layer_animation_delegate.h', |
120 'test/test_layer_animation_observer.cc', | 123 'test/test_layer_animation_observer.cc', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'dependencies': [ | 178 'dependencies': [ |
176 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 179 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
177 ], | 180 ], |
178 }], | 181 }], |
179 ], | 182 ], |
180 }], | 183 }], |
181 ], | 184 ], |
182 }, | 185 }, |
183 ], | 186 ], |
184 } | 187 } |
OLD | NEW |