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: //chrome/browser/ui/libgtk2ui | 11 # GN version: //chrome/browser/ui/libgtk2ui |
12 'target_name': 'gtk2ui', | 12 'target_name': 'gtk2ui', |
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.gy
p:dynamic_annotations', | 17 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy
p:dynamic_annotations', |
18 '../../../../build/linux/system.gyp:gconf', | 18 '../../../../build/linux/system.gyp:gconf', |
19 '../../../../build/linux/system.gyp:x11', | 19 '../../../../build/linux/system.gyp:x11', |
| 20 '../../../../build/linux/system.gyp:xcursor', |
20 '../../../../components/components_resources.gyp:components_resources', | 21 '../../../../components/components_resources.gyp:components_resources', |
21 '../../../../content/content.gyp:content', | 22 '../../../../content/content.gyp:content', |
22 '../../../../skia/skia.gyp:skia', | 23 '../../../../skia/skia.gyp:skia', |
23 '../../../../ui/aura/aura.gyp:aura', | 24 '../../../../ui/aura/aura.gyp:aura', |
24 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 25 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
25 '../../../../ui/base/ui_base.gyp:ui_base', | 26 '../../../../ui/base/ui_base.gyp:ui_base', |
26 '../../../../ui/base/x/ui_base_x.gyp:ui_base_x', | 27 '../../../../ui/base/x/ui_base_x.gyp:ui_base_x', |
27 '../../../../ui/display/display.gyp:display', | 28 '../../../../ui/display/display.gyp:display', |
28 '../../../../ui/events/events.gyp:events', | 29 '../../../../ui/events/events.gyp:events', |
29 '../../../../ui/events/events.gyp:events_base', | 30 '../../../../ui/events/events.gyp:events_base', |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 }], | 128 }], |
128 ['use_cups==1', { | 129 ['use_cups==1', { |
129 'dependencies': [ | 130 'dependencies': [ |
130 '../../../../printing/printing.gyp:cups', | 131 '../../../../printing/printing.gyp:cups', |
131 ], | 132 ], |
132 }], | 133 }], |
133 ], | 134 ], |
134 }, | 135 }, |
135 ], | 136 ], |
136 } | 137 } |
OLD | NEW |