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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 }, | 131 }, |
132 }], | 132 }], |
133 ], | 133 ], |
134 }, | 134 }, |
135 { | 135 { |
136 'target_name': 'aura_test_support', | 136 'target_name': 'aura_test_support', |
137 'type': 'static_library', | 137 'type': 'static_library', |
138 'dependencies': [ | 138 'dependencies': [ |
139 '../../skia/skia.gyp:skia', | 139 '../../skia/skia.gyp:skia', |
140 '../../testing/gtest.gyp:gtest', | 140 '../../testing/gtest.gyp:gtest', |
| 141 '../compositor/compositor.gyp:compositor_test_support', |
141 '../events/events.gyp:events', | 142 '../events/events.gyp:events', |
142 '../gfx/gfx.gyp:gfx', | 143 '../gfx/gfx.gyp:gfx', |
143 '../ui.gyp:ui', | 144 '../ui.gyp:ui', |
144 '../ui.gyp:ui_test_support', | 145 '../ui.gyp:ui_test_support', |
145 'aura', | 146 'aura', |
146 'aura_test_support_pak', | 147 'aura_test_support_pak', |
147 ], | 148 ], |
148 'include_dirs': [ | 149 'include_dirs': [ |
149 '..', | 150 '..', |
150 ], | 151 ], |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 ['OS=="linux" and linux_use_tcmalloc==1', { | 305 ['OS=="linux" and linux_use_tcmalloc==1', { |
305 'dependencies': [ | 306 'dependencies': [ |
306 # See http://crbug.com/162998#c4 for why this is needed. | 307 # See http://crbug.com/162998#c4 for why this is needed. |
307 '../../base/allocator/allocator.gyp:allocator', | 308 '../../base/allocator/allocator.gyp:allocator', |
308 ], | 309 ], |
309 }], | 310 }], |
310 ], | 311 ], |
311 }, | 312 }, |
312 ], | 313 ], |
313 } | 314 } |
OLD | NEW |