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