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/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 '../base/ime/ui_base_ime.gyp:ui_base_ime', |
22 '../compositor/compositor.gyp:compositor', | 22 '../compositor/compositor.gyp:compositor', |
23 '../display/display.gyp:display', | 23 '../display/display.gyp:display', |
24 '../events/events.gyp:events_base', | 24 '../events/events.gyp:events_base', |
25 '../gfx/gfx.gyp:gfx', | 25 '../gfx/gfx.gyp:gfx', |
26 '../gfx/gfx.gyp:gfx_geometry', | 26 '../gfx/gfx.gyp:gfx_geometry', |
27 '../gfx/gfx.gyp:gfx_range', | 27 '../gfx/gfx.gyp:gfx_range', |
| 28 '../latency_info/latency_info.gyp:latency_info', |
28 '../resources/ui_resources.gyp:ui_resources', | 29 '../resources/ui_resources.gyp:ui_resources', |
29 '../strings/ui_strings.gyp:ui_strings', | 30 '../strings/ui_strings.gyp:ui_strings', |
30 '../../third_party/icu/icu.gyp:icuuc', | 31 '../../third_party/icu/icu.gyp:icuuc', |
31 'resources/app_list_resources.gyp:app_list_resources', | 32 'resources/app_list_resources.gyp:app_list_resources', |
32 ], | 33 ], |
33 'defines': [ | 34 'defines': [ |
34 'APP_LIST_IMPLEMENTATION', | 35 'APP_LIST_IMPLEMENTATION', |
35 ], | 36 ], |
36 'sources': [ | 37 'sources': [ |
37 # Note: sources list duplicated in GN build. | 38 # Note: sources list duplicated in GN build. |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 'dependencies': [ | 386 'dependencies': [ |
386 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 387 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
387 ], | 388 ], |
388 }], | 389 }], |
389 ], | 390 ], |
390 }, | 391 }, |
391 ], | 392 ], |
392 }], | 393 }], |
393 ], | 394 ], |
394 } | 395 } |
OLD | NEW |