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

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

Issue 1127603002: Add build dependency: ui/app_list uses ui/base/ime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/app_list/BUILD.gn ('k') | no next file » | 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/app_list 11 # GN version: //ui/app_list
12 'target_name': 'app_list', 12 'target_name': 'app_list',
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 '../../components/components.gyp:keyed_service_core', 18 '../../components/components.gyp:keyed_service_core',
19 '../../skia/skia.gyp:skia', 19 '../../skia/skia.gyp:skia',
20 '../base/ui_base.gyp:ui_base', 20 '../base/ui_base.gyp:ui_base',
21 '../base/ime/ui_base_ime.gyp:ui_base_ime',
21 '../compositor/compositor.gyp:compositor', 22 '../compositor/compositor.gyp:compositor',
22 '../events/events.gyp:events_base', 23 '../events/events.gyp:events_base',
23 '../gfx/gfx.gyp:gfx', 24 '../gfx/gfx.gyp:gfx',
24 '../gfx/gfx.gyp:gfx_geometry', 25 '../gfx/gfx.gyp:gfx_geometry',
25 '../resources/ui_resources.gyp:ui_resources', 26 '../resources/ui_resources.gyp:ui_resources',
26 '../strings/ui_strings.gyp:ui_strings', 27 '../strings/ui_strings.gyp:ui_strings',
27 '../../third_party/icu/icu.gyp:icuuc', 28 '../../third_party/icu/icu.gyp:icuuc',
28 ], 29 ],
29 'defines': [ 30 'defines': [
30 'APP_LIST_IMPLEMENTATION', 31 'APP_LIST_IMPLEMENTATION',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'dependencies': [ 392 'dependencies': [
392 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 393 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
393 ], 394 ],
394 }], 395 }],
395 ], 396 ],
396 }, 397 },
397 ], 398 ],
398 }], 399 }],
399 ], 400 ],
400 } 401 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698