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

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

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED 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 | « build/all.gyp ('k') | chrome/chrome.gyp » ('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 '../../../../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 '../../../../printing/printing.gyp:cups',
21 '../../../../skia/skia.gyp:skia', 21 '../../../../skia/skia.gyp:skia',
22 '../../../../ui/base/strings/ui_strings.gyp:ui_strings', 22 '../../../../ui/base/strings/ui_strings.gyp:ui_strings',
23 '../../../../ui/base/ui_base.gyp:ui_base',
23 '../../../../ui/resources/ui_resources.gyp:ui_resources', 24 '../../../../ui/resources/ui_resources.gyp:ui_resources',
24 '../../../../ui/ui.gyp:ui',
25 '../../../../ui/views/views.gyp:views', 25 '../../../../ui/views/views.gyp:views',
26 '../../../chrome_resources.gyp:chrome_extra_resources', 26 '../../../chrome_resources.gyp:chrome_extra_resources',
27 '../../../chrome_resources.gyp:chrome_resources', 27 '../../../chrome_resources.gyp:chrome_resources',
28 '../../../chrome_resources.gyp:chrome_strings', 28 '../../../chrome_resources.gyp:chrome_strings',
29 '../../../chrome_resources.gyp:theme_resources', 29 '../../../chrome_resources.gyp:theme_resources',
30 ], 30 ],
31 'defines': [ 31 'defines': [
32 'LIBGTK2UI_IMPLEMENTATION', 32 'LIBGTK2UI_IMPLEMENTATION',
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
(...skipping 46 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 | « build/all.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698