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/ime/ui_base_ime.gyp:ui_base_ime', |
20 '../base/ui_base.gyp:ui_base', | 20 '../base/ui_base.gyp:ui_base', |
21 '../compositor/compositor.gyp:compositor', | 21 '../compositor/compositor.gyp:compositor', |
| 22 '../display/display.gyp:display', |
22 '../events/events.gyp:events', | 23 '../events/events.gyp:events', |
23 '../events/events.gyp:events_base', | 24 '../events/events.gyp:events_base', |
24 '../events/platform/events_platform.gyp:events_platform', | 25 '../events/platform/events_platform.gyp:events_platform', |
25 '../gfx/gfx.gyp:gfx', | 26 '../gfx/gfx.gyp:gfx', |
26 '../gfx/gfx.gyp:gfx_geometry', | 27 '../gfx/gfx.gyp:gfx_geometry', |
27 ], | 28 ], |
28 'defines': [ | 29 'defines': [ |
29 'AURA_IMPLEMENTATION', | 30 'AURA_IMPLEMENTATION', |
30 ], | 31 ], |
31 'sources': [ | 32 'sources': [ |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'dependencies': [ | 296 'dependencies': [ |
296 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 297 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
297 ], | 298 ], |
298 }], | 299 }], |
299 ], | 300 ], |
300 }, | 301 }, |
301 ], | 302 ], |
302 }], | 303 }], |
303 ], | 304 ], |
304 } | 305 } |
OLD | NEW |