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

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

Issue 184293009: Make Aura build respect use_cups gyp flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 'target_name': 'gtk2ui', 11 'target_name': 'gtk2ui',
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 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy p:dynamic_annotations', 16 '../../../../base/third_party/dynamic_annotations/dynamic_annotations.gy p:dynamic_annotations',
17 '../../../../build/linux/system.gyp:gconf', 17 '../../../../build/linux/system.gyp:gconf',
18 '../../../../build/linux/system.gyp:gtk', 18 '../../../../build/linux/system.gyp:gtk',
19 '../../../../build/linux/system.gyp:gtkprint', 19 '../../../../build/linux/system.gyp:gtkprint',
20 '../../../../printing/printing.gyp:cups',
20 '../../../../skia/skia.gyp:skia', 21 '../../../../skia/skia.gyp:skia',
21 '../../../../ui/base/strings/ui_strings.gyp:ui_strings', 22 '../../../../ui/base/strings/ui_strings.gyp:ui_strings',
22 '../../../../ui/resources/ui_resources.gyp:ui_resources', 23 '../../../../ui/resources/ui_resources.gyp:ui_resources',
23 '../../../../ui/ui.gyp:ui', 24 '../../../../ui/ui.gyp:ui',
24 '../../../../ui/views/views.gyp:views', 25 '../../../../ui/views/views.gyp:views',
25 '../../../chrome_resources.gyp:chrome_extra_resources', 26 '../../../chrome_resources.gyp:chrome_extra_resources',
26 '../../../chrome_resources.gyp:chrome_resources', 27 '../../../chrome_resources.gyp:chrome_resources',
27 '../../../chrome_resources.gyp:chrome_strings', 28 '../../../chrome_resources.gyp:chrome_strings',
28 '../../../chrome_resources.gyp:theme_resources', 29 '../../../chrome_resources.gyp:theme_resources',
29 ], 30 ],
30 'defines': [ 31 'defines': [
31 'LIBGTK2UI_IMPLEMENTATION', 32 'LIBGTK2UI_IMPLEMENTATION',
32 'USE_CUPS',
33 ], 33 ],
34 # Several of our source files are named _gtk2.cc. This isn't to 34 # Several of our source files are named _gtk2.cc. This isn't to
35 # differentiate them from their source files (ninja and make are sane 35 # differentiate them from their source files (ninja and make are sane
36 # build systems, unlike MSVS). It is instead to get around the rest of 36 # build systems, unlike MSVS). It is instead to get around the rest of
37 # the normal, global gtk exclusion rules, as we are otherwise using gtk 37 # the normal, global gtk exclusion rules, as we are otherwise using gtk
38 # in a non-gtk build. 38 # in a non-gtk build.
39 'sources': [ 39 'sources': [
40 'app_indicator_icon.cc', 40 'app_indicator_icon.cc',
41 'app_indicator_icon.h', 41 'app_indicator_icon.h',
42 'chrome_gtk_frame.cc', 42 'chrome_gtk_frame.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 ['use_gconf==0', { 81 ['use_gconf==0', {
82 'sources!': [ 82 'sources!': [
83 'gconf_titlebar_listener.cc', 83 'gconf_titlebar_listener.cc',
84 'gconf_titlebar_listener.h', 84 'gconf_titlebar_listener.h',
85 ], 85 ],
86 }], 86 }],
87 ], 87 ],
88 }, 88 },
89 ], 89 ],
90 } 90 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698