| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 'dependencies': [ | 258 'dependencies': [ |
| 259 '../../base/base.gyp:test_support_base', | 259 '../../base/base.gyp:test_support_base', |
| 260 '../../skia/skia.gyp:skia', | 260 '../../skia/skia.gyp:skia', |
| 261 '../../testing/gtest.gyp:gtest', | 261 '../../testing/gtest.gyp:gtest', |
| 262 '../base/ui_base.gyp:ui_base', | 262 '../base/ui_base.gyp:ui_base', |
| 263 '../base/ui_base.gyp:ui_base_test_support', | 263 '../base/ui_base.gyp:ui_base_test_support', |
| 264 '../compositor/compositor.gyp:compositor', | 264 '../compositor/compositor.gyp:compositor', |
| 265 '../compositor/compositor.gyp:compositor_test_support', | 265 '../compositor/compositor.gyp:compositor_test_support', |
| 266 '../events/events.gyp:events', | 266 '../events/events.gyp:events', |
| 267 '../events/events.gyp:events_base', | 267 '../events/events.gyp:events_base', |
| 268 '../events/events.gyp:gesture_detection', |
| 268 '../gfx/gfx.gyp:gfx', | 269 '../gfx/gfx.gyp:gfx', |
| 269 '../gfx/gfx.gyp:gfx_geometry', | 270 '../gfx/gfx.gyp:gfx_geometry', |
| 270 '../gl/gl.gyp:gl', | 271 '../gl/gl.gyp:gl', |
| 271 'aura_test_support', | 272 'aura_test_support', |
| 272 'aura', | 273 'aura', |
| 273 ], | 274 ], |
| 274 'include_dirs': [ | 275 'include_dirs': [ |
| 275 '..', | 276 '..', |
| 276 ], | 277 ], |
| 277 'sources': [ | 278 'sources': [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 291 ['OS=="linux" and use_allocator!="none"', { | 292 ['OS=="linux" and use_allocator!="none"', { |
| 292 'dependencies': [ | 293 'dependencies': [ |
| 293 # See http://crbug.com/162998#c4 for why this is needed. | 294 # See http://crbug.com/162998#c4 for why this is needed. |
| 294 '../../base/allocator/allocator.gyp:allocator', | 295 '../../base/allocator/allocator.gyp:allocator', |
| 295 ], | 296 ], |
| 296 }], | 297 }], |
| 297 ], | 298 ], |
| 298 }, | 299 }, |
| 299 ], | 300 ], |
| 300 } | 301 } |
| OLD | NEW |