| 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 '../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 Loading... |
| 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 } |
| OLD | NEW |