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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 ], | 83 ], |
84 }, | 84 }, |
85 { | 85 { |
86 'target_name': 'compositor_test_support', | 86 'target_name': 'compositor_test_support', |
87 'type': 'static_library', | 87 'type': 'static_library', |
88 'dependencies': [ | 88 'dependencies': [ |
89 '<(DEPTH)/base/base.gyp:base', | 89 '<(DEPTH)/base/base.gyp:base', |
90 '<(DEPTH)/cc/cc.gyp:cc', | 90 '<(DEPTH)/cc/cc.gyp:cc', |
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)/skia/skia.gyp:skia', | 94 '<(DEPTH)/skia/skia.gyp:skia', |
94 '<(DEPTH)/testing/gtest.gyp:gtest', | 95 '<(DEPTH)/testing/gtest.gyp:gtest', |
95 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', | 96 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', |
96 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', | 97 '<(DEPTH)/ui/base/ui_base.gyp:ui_base', |
97 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 98 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
98 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 99 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
99 '<(DEPTH)/ui/gl/gl.gyp:gl', | 100 '<(DEPTH)/ui/gl/gl.gyp:gl', |
100 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 101 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
101 'compositor', | 102 'compositor', |
102 ], | 103 ], |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 'dependencies': [ | 175 'dependencies': [ |
175 '<(DEPTH)/base/allocator/allocator.gyp:allocator', | 176 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
176 ], | 177 ], |
177 }], | 178 }], |
178 ], | 179 ], |
179 }], | 180 }], |
180 ], | 181 ], |
181 }, | 182 }, |
182 ], | 183 ], |
183 } | 184 } |
OLD | NEW |