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

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

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