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

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

Issue 269363002: ui: Move strings translations out of ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « ash/ash.gyp ('k') | chrome/chrome_browser.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 '../../../../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',
23 '../../../../ui/base/ui_base.gyp:ui_base', 22 '../../../../ui/base/ui_base.gyp:ui_base',
24 '../../../../ui/resources/ui_resources.gyp:ui_resources', 23 '../../../../ui/resources/ui_resources.gyp:ui_resources',
24 '../../../../ui/strings/ui_strings.gyp:ui_strings',
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 # G_DEFINE_TYPE automatically generates a *get_instance_private inline function after glib 2.37. 92 # G_DEFINE_TYPE automatically generates a *get_instance_private inline function after glib 2.37.
93 # That's unused. Prevent to complain about it. 93 # That's unused. Prevent to complain about it.
94 'cflags': [ 94 'cflags': [
95 '-Wno-unused-function', 95 '-Wno-unused-function',
96 ], 96 ],
97 }], 97 }],
98 ], 98 ],
99 }, 99 },
100 ], 100 ],
101 } 101 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698