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