Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1322)

Side by Side Diff: ui/aura/aura.gyp

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
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 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698