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

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

Issue 1324913002: Fix out of order key events in Chrome on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix component build Created 5 years, 3 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
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 {
(...skipping 11 matching lines...) Expand all
22 '../../../../components/components_resources.gyp:components_resources', 22 '../../../../components/components_resources.gyp:components_resources',
23 '../../../../content/content.gyp:content', 23 '../../../../content/content.gyp:content',
24 '../../../../printing/printing.gyp:cups', 24 '../../../../printing/printing.gyp:cups',
25 '../../../../printing/printing.gyp:printing', 25 '../../../../printing/printing.gyp:printing',
26 '../../../../skia/skia.gyp:skia', 26 '../../../../skia/skia.gyp:skia',
27 '../../../../ui/aura/aura.gyp:aura', 27 '../../../../ui/aura/aura.gyp:aura',
28 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 28 '../../../../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
29 '../../../../ui/base/ui_base.gyp:ui_base', 29 '../../../../ui/base/ui_base.gyp:ui_base',
30 '../../../../ui/events/events.gyp:events', 30 '../../../../ui/events/events.gyp:events',
31 '../../../../ui/events/events.gyp:events_base', 31 '../../../../ui/events/events.gyp:events_base',
32 '../../../../ui/events/platform/x11/x11_events_platform.gyp:x11_events_p latform',
32 '../../../../ui/gfx/gfx.gyp:gfx', 33 '../../../../ui/gfx/gfx.gyp:gfx',
33 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11', 34 '../../../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
34 '../../../../ui/native_theme/native_theme.gyp:native_theme', 35 '../../../../ui/native_theme/native_theme.gyp:native_theme',
35 '../../../../ui/resources/ui_resources.gyp:ui_resources', 36 '../../../../ui/resources/ui_resources.gyp:ui_resources',
36 '../../../../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 37 '../../../../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
37 '../../../../ui/strings/ui_strings.gyp:ui_strings', 38 '../../../../ui/strings/ui_strings.gyp:ui_strings',
38 '../../../../ui/views/views.gyp:views', 39 '../../../../ui/views/views.gyp:views',
39 '../../../chrome_resources.gyp:chrome_extra_resources', 40 '../../../chrome_resources.gyp:chrome_extra_resources',
40 '../../../chrome_resources.gyp:chrome_resources', 41 '../../../chrome_resources.gyp:chrome_resources',
41 '../../../chrome_resources.gyp:chrome_strings', 42 '../../../chrome_resources.gyp:chrome_strings',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '-Wno-unused-function', 114 '-Wno-unused-function',
114 115
115 # G_STATIC_ASSERT uses a typedef as a static_assert. 116 # G_STATIC_ASSERT uses a typedef as a static_assert.
116 '-Wno-unused-local-typedef', 117 '-Wno-unused-local-typedef',
117 ], 118 ],
118 }], 119 }],
119 ], 120 ],
120 }, 121 },
121 ], 122 ],
122 } 123 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698