Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Side by Side Diff: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp

Issue 1880313004: Remove X11 deps from //ui/events:events_base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device_refactor
Patch Set: Fix bad rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 '../../../../components/components_resources.gyp:components_resources', 20 '../../../../components/components_resources.gyp:components_resources',
21 '../../../../content/content.gyp:content', 21 '../../../../content/content.gyp:content',
22 '../../../../skia/skia.gyp:skia', 22 '../../../../skia/skia.gyp:skia',
23 '../../../../ui/aura/aura.gyp:aura', 23 '../../../../ui/aura/aura.gyp:aura',
24 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 24 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
25 '../../../../ui/base/ui_base.gyp:ui_base', 25 '../../../../ui/base/ui_base.gyp:ui_base',
26 '../../../../ui/events/events.gyp:events', 26 '../../../../ui/events/events.gyp:events',
27 '../../../../ui/events/events.gyp:events_base', 27 '../../../../ui/events/events.gyp:events_base',
28 '../../../../ui/events/keycodes/events_keycodes.gyp:keycodes_x11',
28 '../../../../ui/gfx/gfx.gyp:gfx', 29 '../../../../ui/gfx/gfx.gyp:gfx',
29 '../../../../ui/gfx/gfx.gyp:gfx_geometry', 30 '../../../../ui/gfx/gfx.gyp:gfx_geometry',
30 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11', 31 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
31 '../../../../ui/native_theme/native_theme.gyp:native_theme', 32 '../../../../ui/native_theme/native_theme.gyp:native_theme',
32 '../../../../ui/resources/ui_resources.gyp:ui_resources', 33 '../../../../ui/resources/ui_resources.gyp:ui_resources',
33 '../../../../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 34 '../../../../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
34 '../../../../ui/strings/ui_strings.gyp:ui_strings', 35 '../../../../ui/strings/ui_strings.gyp:ui_strings',
35 '../../../../ui/views/views.gyp:views', 36 '../../../../ui/views/views.gyp:views',
36 '../../../chrome_resources.gyp:chrome_extra_resources', 37 '../../../chrome_resources.gyp:chrome_extra_resources',
37 '../../../chrome_resources.gyp:chrome_resources', 38 '../../../chrome_resources.gyp:chrome_resources',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 }], 125 }],
125 ['use_cups==1', { 126 ['use_cups==1', {
126 'dependencies': [ 127 'dependencies': [
127 '../../../../printing/printing.gyp:cups', 128 '../../../../printing/printing.gyp:cups',
128 ], 129 ],
129 }], 130 }],
130 ], 131 ],
131 }, 132 },
132 ], 133 ],
133 } 134 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698