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

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

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues Created 4 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/app_list.gyp ('k') | ui/aura/aura.gyp » ('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/app_list/presenter 11 # GN version: //ui/app_list/presenter
12 'target_name': 'app_list_presenter', 12 'target_name': 'app_list_presenter',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../../base/base.gyp:base', 15 '../../../base/base.gyp:base',
16 '../../../skia/skia.gyp:skia', 16 '../../../skia/skia.gyp:skia',
17 '../../aura/aura.gyp:aura', 17 '../../aura/aura.gyp:aura',
18 '../../compositor/compositor.gyp:compositor', 18 '../../compositor/compositor.gyp:compositor',
19 '../../events/events.gyp:events_base', 19 '../../events/events.gyp:events_base',
20 '../../events/events.gyp:events', 20 '../../events/events.gyp:events',
21 '../../gfx/gfx.gyp:gfx_geometry', 21 '../../gfx/gfx.gyp:gfx_geometry',
22 '../../latency_info/latency_info.gyp:latency_info',
22 '../../views/views.gyp:views', 23 '../../views/views.gyp:views',
23 '../app_list.gyp:app_list', 24 '../app_list.gyp:app_list',
24 ], 25 ],
25 'defines': [ 26 'defines': [
26 'APP_LIST_PRESENTER_IMPLEMENTATION', 27 'APP_LIST_PRESENTER_IMPLEMENTATION',
27 ], 28 ],
28 'sources': [ 29 'sources': [
29 # Note: sources list duplicated in GN build. 30 # Note: sources list duplicated in GN build.
30 'app_list_presenter.h', 31 'app_list_presenter.h',
31 'app_list_presenter_delegate.h', 32 'app_list_presenter_delegate.h',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'dependencies': [ 99 'dependencies': [
99 '../../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 100 '../../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
100 ], 101 ],
101 }], 102 }],
102 ], 103 ],
103 }, 104 },
104 ], 105 ],
105 }], 106 }],
106 ], 107 ],
107 } 108 }
OLDNEW
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698