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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 '../events/events.gyp:events', | 141 '../events/events.gyp:events', |
142 '../gfx/gfx.gyp:gfx', | 142 '../gfx/gfx.gyp:gfx', |
143 '../ui.gyp:ui', | 143 '../ui.gyp:ui', |
144 '../ui.gyp:ui_test_support', | 144 '../ui_unittests.gyp:ui_test_support', |
145 'aura', | 145 'aura', |
146 'aura_test_support_pak', | 146 'aura_test_support_pak', |
147 ], | 147 ], |
148 'include_dirs': [ | 148 'include_dirs': [ |
149 '..', | 149 '..', |
150 ], | 150 ], |
151 'sources': [ | 151 'sources': [ |
152 'test/aura_test_base.cc', | 152 'test/aura_test_base.cc', |
153 'test/aura_test_base.h', | 153 'test/aura_test_base.h', |
154 'test/aura_test_helper.cc', | 154 'test/aura_test_helper.cc', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 '../../chrome/chrome_resources.gyp:packed_resources', | 272 '../../chrome/chrome_resources.gyp:packed_resources', |
273 '../../skia/skia.gyp:skia', | 273 '../../skia/skia.gyp:skia', |
274 '../../testing/gtest.gyp:gtest', | 274 '../../testing/gtest.gyp:gtest', |
275 '../compositor/compositor.gyp:compositor_test_support', | 275 '../compositor/compositor.gyp:compositor_test_support', |
276 '../compositor/compositor.gyp:compositor', | 276 '../compositor/compositor.gyp:compositor', |
277 '../events/events.gyp:events', | 277 '../events/events.gyp:events', |
278 '../gfx/gfx.gyp:gfx', | 278 '../gfx/gfx.gyp:gfx', |
279 '../gl/gl.gyp:gl', | 279 '../gl/gl.gyp:gl', |
280 '../ui.gyp:ui', | 280 '../ui.gyp:ui', |
281 '../ui.gyp:ui_resources', | 281 '../ui.gyp:ui_resources', |
282 '../ui.gyp:ui_test_support', | 282 '../ui_unittests.gyp:ui_test_support', |
283 'aura_test_support', | 283 'aura_test_support', |
284 'aura', | 284 'aura', |
285 ], | 285 ], |
286 'include_dirs': [ | 286 'include_dirs': [ |
287 '..', | 287 '..', |
288 ], | 288 ], |
289 'sources': [ | 289 'sources': [ |
290 'gestures/gesture_recognizer_unittest.cc', | 290 'gestures/gesture_recognizer_unittest.cc', |
291 'test/run_all_unittests.cc', | 291 'test/run_all_unittests.cc', |
292 'test/test_suite.cc', | 292 'test/test_suite.cc', |
(...skipping 11 matching lines...) Expand all Loading... |
304 ['OS=="linux" and linux_use_tcmalloc==1', { | 304 ['OS=="linux" and linux_use_tcmalloc==1', { |
305 'dependencies': [ | 305 'dependencies': [ |
306 # See http://crbug.com/162998#c4 for why this is needed. | 306 # See http://crbug.com/162998#c4 for why this is needed. |
307 '../../base/allocator/allocator.gyp:allocator', | 307 '../../base/allocator/allocator.gyp:allocator', |
308 ], | 308 ], |
309 }], | 309 }], |
310 ], | 310 ], |
311 }, | 311 }, |
312 ], | 312 ], |
313 } | 313 } |
OLD | NEW |