| 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 'target_name': 'aura', | 12 'target_name': 'aura', |
| 12 'type': '<(component)', | 13 'type': '<(component)', |
| 13 'dependencies': [ | 14 'dependencies': [ |
| 14 '../../base/base.gyp:base', | 15 '../../base/base.gyp:base', |
| 15 '../../base/base.gyp:base_i18n', | 16 '../../base/base.gyp:base_i18n', |
| 16 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 17 '../../skia/skia.gyp:skia', | 18 '../../skia/skia.gyp:skia', |
| 18 '../base/ui_base.gyp:ui_base', | 19 '../base/ui_base.gyp:ui_base', |
| 19 '../compositor/compositor.gyp:compositor', | 20 '../compositor/compositor.gyp:compositor', |
| 20 '../events/events.gyp:events', | 21 '../events/events.gyp:events', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 ['use_ozone==1', { | 133 ['use_ozone==1', { |
| 133 'dependencies': [ | 134 'dependencies': [ |
| 134 '../events/ozone/events_ozone.gyp:events_ozone', | 135 '../events/ozone/events_ozone.gyp:events_ozone', |
| 135 '../ozone/ozone.gyp:ozone', | 136 '../ozone/ozone.gyp:ozone', |
| 136 '../ozone/ozone.gyp:ozone_base', | 137 '../ozone/ozone.gyp:ozone_base', |
| 137 ], | 138 ], |
| 138 }], | 139 }], |
| 139 ], | 140 ], |
| 140 }, | 141 }, |
| 141 { | 142 { |
| 143 # GN version: //ui/aura:test_support |
| 142 'target_name': 'aura_test_support', | 144 'target_name': 'aura_test_support', |
| 143 'type': 'static_library', | 145 'type': 'static_library', |
| 144 'dependencies': [ | 146 'dependencies': [ |
| 145 '../../skia/skia.gyp:skia', | 147 '../../skia/skia.gyp:skia', |
| 146 '../../testing/gtest.gyp:gtest', | 148 '../../testing/gtest.gyp:gtest', |
| 147 '../base/ui_base.gyp:ui_base', | 149 '../base/ui_base.gyp:ui_base', |
| 148 '../base/ui_base.gyp:ui_base_test_support', | 150 '../base/ui_base.gyp:ui_base_test_support', |
| 149 '../compositor/compositor.gyp:compositor_test_support', | 151 '../compositor/compositor.gyp:compositor_test_support', |
| 150 '../events/events.gyp:events', | 152 '../events/events.gyp:events', |
| 151 '../events/events.gyp:events_base', | 153 '../events/events.gyp:events_base', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 ['OS=="linux" and use_allocator!="none"', { | 298 ['OS=="linux" and use_allocator!="none"', { |
| 297 'dependencies': [ | 299 'dependencies': [ |
| 298 # See http://crbug.com/162998#c4 for why this is needed. | 300 # See http://crbug.com/162998#c4 for why this is needed. |
| 299 '../../base/allocator/allocator.gyp:allocator', | 301 '../../base/allocator/allocator.gyp:allocator', |
| 300 ], | 302 ], |
| 301 }], | 303 }], |
| 302 ], | 304 ], |
| 303 }, | 305 }, |
| 304 ], | 306 ], |
| 305 } | 307 } |
| OLD | NEW |