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

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

Issue 12315139: Sort out build dependencies for LinuxUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comment Created 7 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 | « chrome/browser/ui/libgtk2ui/gtk2_ui.cc ('k') | 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 '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 '../../../../build/linux/system.gyp:gtk', 16 '../../../../build/linux/system.gyp:gtk',
17 '../../../../skia/skia.gyp:skia', 17 '../../../../skia/skia.gyp:skia',
18 '../../../../ui/base/strings/ui_strings.gyp:ui_strings', 18 '../../../../ui/base/strings/ui_strings.gyp:ui_strings',
19 '../../../../ui/ui.gyp:ui', 19 '../../../../ui/ui.gyp:ui',
20 '../../../../ui/ui.gyp:ui_resources', 20 '../../../../ui/ui.gyp:ui_resources',
21 '../../../../ui/linux_ui/linux_ui.gyp:linux_ui',
21 '../../../chrome_resources.gyp:chrome_extra_resources', 22 '../../../chrome_resources.gyp:chrome_extra_resources',
22 '../../../chrome_resources.gyp:chrome_resources', 23 '../../../chrome_resources.gyp:chrome_resources',
23 '../../../chrome_resources.gyp:chrome_strings', 24 '../../../chrome_resources.gyp:chrome_strings',
24 '../../../chrome_resources.gyp:theme_resources', 25 '../../../chrome_resources.gyp:theme_resources',
25 ], 26 ],
26 'defines': [ 27 'defines': [
27 'LIBGTK2UI_IMPLEMENTATION', 28 'LIBGTK2UI_IMPLEMENTATION',
28 ], 29 ],
29 # Several of our source files are named _gtk2.cc. This isn't to 30 # Several of our source files are named _gtk2.cc. This isn't to
30 # differentiate them from their source files (ninja and make are sane 31 # differentiate them from their source files (ninja and make are sane
(...skipping 13 matching lines...) Expand all
44 'select_file_dialog_impl.cc', 45 'select_file_dialog_impl.cc',
45 'select_file_dialog_impl.h', 46 'select_file_dialog_impl.h',
46 'select_file_dialog_impl_gtk2.cc', 47 'select_file_dialog_impl_gtk2.cc',
47 'select_file_dialog_impl_kde.cc', 48 'select_file_dialog_impl_kde.cc',
48 'skia_utils_gtk2.cc', 49 'skia_utils_gtk2.cc',
49 'skia_utils_gtk2.h', 50 'skia_utils_gtk2.h',
50 ], 51 ],
51 }, 52 },
52 ], 53 ],
53 } 54 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/gtk2_ui.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698