| 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 { |
| 11 # GN version: //ui/aura | 11 # GN version: //ui/aura |
| 12 'target_name': 'aura', | 12 'target_name': 'aura', |
| 13 'type': '<(component)', | 13 'type': '<(component)', |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 '../../base/base.gyp:base', | 15 '../../base/base.gyp:base', |
| 16 '../../base/base.gyp:base_i18n', | 16 '../../base/base.gyp:base_i18n', |
| 17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 18 '../../skia/skia.gyp:skia', | 18 '../../skia/skia.gyp:skia', |
| 19 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
| 19 '../base/ui_base.gyp:ui_base', | 20 '../base/ui_base.gyp:ui_base', |
| 20 '../compositor/compositor.gyp:compositor', | 21 '../compositor/compositor.gyp:compositor', |
| 21 '../events/events.gyp:events', | 22 '../events/events.gyp:events', |
| 22 '../events/events.gyp:events_base', | 23 '../events/events.gyp:events_base', |
| 23 '../events/platform/events_platform.gyp:events_platform', | 24 '../events/platform/events_platform.gyp:events_platform', |
| 24 '../gfx/gfx.gyp:gfx', | 25 '../gfx/gfx.gyp:gfx', |
| 25 '../gfx/gfx.gyp:gfx_geometry', | 26 '../gfx/gfx.gyp:gfx_geometry', |
| 26 ], | 27 ], |
| 27 'defines': [ | 28 'defines': [ |
| 28 'AURA_IMPLEMENTATION', | 29 'AURA_IMPLEMENTATION', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 }], | 143 }], |
| 143 ], | 144 ], |
| 144 }, | 145 }, |
| 145 { | 146 { |
| 146 # GN version: //ui/aura:test_support | 147 # GN version: //ui/aura:test_support |
| 147 'target_name': 'aura_test_support', | 148 'target_name': 'aura_test_support', |
| 148 'type': 'static_library', | 149 'type': 'static_library', |
| 149 'dependencies': [ | 150 'dependencies': [ |
| 150 '../../skia/skia.gyp:skia', | 151 '../../skia/skia.gyp:skia', |
| 151 '../../testing/gtest.gyp:gtest', | 152 '../../testing/gtest.gyp:gtest', |
| 153 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
| 152 '../base/ui_base.gyp:ui_base', | 154 '../base/ui_base.gyp:ui_base', |
| 153 '../base/ui_base.gyp:ui_base_test_support', | 155 '../base/ui_base.gyp:ui_base_test_support', |
| 154 '../compositor/compositor.gyp:compositor_test_support', | 156 '../compositor/compositor.gyp:compositor_test_support', |
| 155 '../events/events.gyp:events', | 157 '../events/events.gyp:events', |
| 156 '../events/events.gyp:events_base', | 158 '../events/events.gyp:events_base', |
| 157 '../events/events.gyp:events_test_support', | 159 '../events/events.gyp:events_test_support', |
| 158 '../gfx/gfx.gyp:gfx', | 160 '../gfx/gfx.gyp:gfx', |
| 159 '../gfx/gfx.gyp:gfx_geometry', | 161 '../gfx/gfx.gyp:gfx_geometry', |
| 160 'aura', | 162 'aura', |
| 161 ], | 163 ], |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 }], | 266 }], |
| 265 ] | 267 ] |
| 266 }, | 268 }, |
| 267 { | 269 { |
| 268 'target_name': 'aura_unittests', | 270 'target_name': 'aura_unittests', |
| 269 'type': 'executable', | 271 'type': 'executable', |
| 270 'dependencies': [ | 272 'dependencies': [ |
| 271 '../../base/base.gyp:test_support_base', | 273 '../../base/base.gyp:test_support_base', |
| 272 '../../skia/skia.gyp:skia', | 274 '../../skia/skia.gyp:skia', |
| 273 '../../testing/gtest.gyp:gtest', | 275 '../../testing/gtest.gyp:gtest', |
| 276 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
| 274 '../base/ui_base.gyp:ui_base', | 277 '../base/ui_base.gyp:ui_base', |
| 275 '../base/ui_base.gyp:ui_base_test_support', | 278 '../base/ui_base.gyp:ui_base_test_support', |
| 276 '../compositor/compositor.gyp:compositor', | 279 '../compositor/compositor.gyp:compositor', |
| 277 '../compositor/compositor.gyp:compositor_test_support', | 280 '../compositor/compositor.gyp:compositor_test_support', |
| 278 '../events/events.gyp:events', | 281 '../events/events.gyp:events', |
| 279 '../events/events.gyp:events_base', | 282 '../events/events.gyp:events_base', |
| 280 '../events/events.gyp:gesture_detection', | 283 '../events/events.gyp:gesture_detection', |
| 281 '../gfx/gfx.gyp:gfx', | 284 '../gfx/gfx.gyp:gfx', |
| 282 '../gfx/gfx.gyp:gfx_geometry', | 285 '../gfx/gfx.gyp:gfx_geometry', |
| 283 '../gl/gl.gyp:gl', | 286 '../gl/gl.gyp:gl', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 304 ['OS=="linux" and use_allocator!="none"', { | 307 ['OS=="linux" and use_allocator!="none"', { |
| 305 'dependencies': [ | 308 'dependencies': [ |
| 306 # See http://crbug.com/162998#c4 for why this is needed. | 309 # See http://crbug.com/162998#c4 for why this is needed. |
| 307 '../../base/allocator/allocator.gyp:allocator', | 310 '../../base/allocator/allocator.gyp:allocator', |
| 308 ], | 311 ], |
| 309 }], | 312 }], |
| 310 ], | 313 ], |
| 311 }, | 314 }, |
| 312 ], | 315 ], |
| 313 } | 316 } |
| OLD | NEW |