OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 # GN version: //ui/views_content_client | 10 # GN version: //ui/views_content_client |
11 'target_name': 'views_content_client', | 11 'target_name': 'views_content_client', |
12 'type': '<(component)', | 12 'type': '<(component)', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
15 '../../base/base.gyp:base_i18n', | 15 '../../base/base.gyp:base_i18n', |
16 '../../content/content.gyp:content', | 16 '../../content/content.gyp:content', |
17 '../../content/content_shell_and_tests.gyp:content_shell_lib', | 17 '../../content/content_shell_and_tests.gyp:content_shell_lib', |
18 '../../third_party/icu/icu.gyp:icui18n', | 18 '../../third_party/icu/icu.gyp:icui18n', |
19 '../../third_party/icu/icu.gyp:icuuc', | 19 '../../third_party/icu/icu.gyp:icuuc', |
20 '../base/ui_base.gyp:ui_base', | 20 '../base/ui_base.gyp:ui_base', |
| 21 '../display/display.gyp:display', |
21 '../events/events.gyp:events', | 22 '../events/events.gyp:events', |
22 '../gfx/gfx.gyp:gfx', | 23 '../gfx/gfx.gyp:gfx', |
23 '../gfx/gfx.gyp:gfx_geometry', | 24 '../gfx/gfx.gyp:gfx_geometry', |
24 '../resources/ui_resources.gyp:ui_resources', | 25 '../resources/ui_resources.gyp:ui_resources', |
25 '../resources/ui_resources.gyp:ui_test_pak', | 26 '../resources/ui_resources.gyp:ui_test_pak', |
26 '../views/views.gyp:views', | 27 '../views/views.gyp:views', |
27 '../views/views.gyp:views_test_support', | 28 '../views/views.gyp:views_test_support', |
28 ], | 29 ], |
29 'defines': [ | 30 'defines': [ |
30 'VIEWS_CONTENT_CLIENT_IMPLEMENTATION', | 31 'VIEWS_CONTENT_CLIENT_IMPLEMENTATION', |
(...skipping 22 matching lines...) Expand all Loading... |
53 }], # use_aura==1 | 54 }], # use_aura==1 |
54 ['chromeos==1', { | 55 ['chromeos==1', { |
55 'sources!': [ | 56 'sources!': [ |
56 'views_content_client_main_parts_desktop_aura.cc', | 57 'views_content_client_main_parts_desktop_aura.cc', |
57 ] | 58 ] |
58 }], # chromeos==1 | 59 }], # chromeos==1 |
59 ], | 60 ], |
60 }, # target_name: views_content_client | 61 }, # target_name: views_content_client |
61 ], | 62 ], |
62 } | 63 } |
OLD | NEW |