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

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

Issue 851313004: Revert of linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « build/common.gypi ('k') | content/content_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 # 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:gtk', 19 '../../../../build/linux/system.gyp:gtk',
20 '../../../../build/linux/system.gyp:gtkprint', 20 '../../../../build/linux/system.gyp:gtkprint',
21 '../../../../build/linux/system.gyp:x11',
22 '../../../../components/components_resources.gyp:components_resources', 21 '../../../../components/components_resources.gyp:components_resources',
23 '../../../../content/content.gyp:content',
24 '../../../../printing/printing.gyp:cups', 22 '../../../../printing/printing.gyp:cups',
25 '../../../../printing/printing.gyp:printing',
26 '../../../../skia/skia.gyp:skia', 23 '../../../../skia/skia.gyp:skia',
27 '../../../../ui/aura/aura.gyp:aura',
28 '../../../../ui/base/ui_base.gyp:ui_base', 24 '../../../../ui/base/ui_base.gyp:ui_base',
29 '../../../../ui/events/events.gyp:events',
30 '../../../../ui/events/events.gyp:events_base',
31 '../../../../ui/gfx/gfx.gyp:gfx',
32 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
33 '../../../../ui/native_theme/native_theme.gyp:native_theme',
34 '../../../../ui/resources/ui_resources.gyp:ui_resources', 25 '../../../../ui/resources/ui_resources.gyp:ui_resources',
35 '../../../../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
36 '../../../../ui/strings/ui_strings.gyp:ui_strings', 26 '../../../../ui/strings/ui_strings.gyp:ui_strings',
37 '../../../../ui/views/views.gyp:views', 27 '../../../../ui/views/views.gyp:views',
38 '../../../chrome_resources.gyp:chrome_extra_resources', 28 '../../../chrome_resources.gyp:chrome_extra_resources',
39 '../../../chrome_resources.gyp:chrome_resources', 29 '../../../chrome_resources.gyp:chrome_resources',
40 '../../../chrome_resources.gyp:chrome_strings', 30 '../../../chrome_resources.gyp:chrome_strings',
41 '../../../chrome_resources.gyp:theme_resources', 31 '../../../chrome_resources.gyp:theme_resources',
42 ], 32 ],
43 'defines': [ 33 'defines': [
44 'LIBGTK2UI_IMPLEMENTATION', 34 'LIBGTK2UI_IMPLEMENTATION',
45 ], 35 ],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 '-Wno-unused-function', 102 '-Wno-unused-function',
113 103
114 # G_STATIC_ASSERT uses a typedef as a static_assert. 104 # G_STATIC_ASSERT uses a typedef as a static_assert.
115 '-Wno-unused-local-typedef', 105 '-Wno-unused-local-typedef',
116 ], 106 ],
117 }], 107 }],
118 ], 108 ],
119 }, 109 },
120 ], 110 ],
121 } 111 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698