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

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

Issue 235693002: Merge 260900 "linux_aura: Port GtkKeybindingsHandler to Aura." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1916/src/
Patch Set: Created 6 years, 8 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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'chrome_gtk_frame.cc', 42 'chrome_gtk_frame.cc',
43 'chrome_gtk_frame.h', 43 'chrome_gtk_frame.h',
44 'chrome_gtk_menu_subclasses.cc', 44 'chrome_gtk_menu_subclasses.cc',
45 'chrome_gtk_menu_subclasses.h', 45 'chrome_gtk_menu_subclasses.h',
46 'gconf_titlebar_listener.cc', 46 'gconf_titlebar_listener.cc',
47 'gconf_titlebar_listener.h', 47 'gconf_titlebar_listener.h',
48 'g_object_destructor_filo.cc', 48 'g_object_destructor_filo.cc',
49 'g_object_destructor_filo.h', 49 'g_object_destructor_filo.h',
50 'gtk2_border.cc', 50 'gtk2_border.cc',
51 'gtk2_border.h', 51 'gtk2_border.h',
52 'gtk2_key_bindings_handler.cc',
53 'gtk2_key_bindings_handler.h',
52 'gtk2_signal_registrar.cc', 54 'gtk2_signal_registrar.cc',
53 'gtk2_signal_registrar.h', 55 'gtk2_signal_registrar.h',
54 'gtk2_ui.cc', 56 'gtk2_ui.cc',
55 'gtk2_ui.h', 57 'gtk2_ui.h',
56 'gtk2_util.cc', 58 'gtk2_util.cc',
57 'gtk2_util.h', 59 'gtk2_util.h',
58 'libgtk2ui_export.h', 60 'libgtk2ui_export.h',
59 'menu_util.cc', 61 'menu_util.cc',
60 'menu_util.h', 62 'menu_util.h',
61 'native_theme_gtk2.cc', 63 'native_theme_gtk2.cc',
(...skipping 19 matching lines...) Expand all
81 ['use_gconf==0', { 83 ['use_gconf==0', {
82 'sources!': [ 84 'sources!': [
83 'gconf_titlebar_listener.cc', 85 'gconf_titlebar_listener.cc',
84 'gconf_titlebar_listener.h', 86 'gconf_titlebar_listener.h',
85 ], 87 ],
86 }], 88 }],
87 ], 89 ],
88 }, 90 },
89 ], 91 ],
90 } 92 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/libgtk2ui/gtk2_ui.cc ('k') | content/browser/renderer_host/native_web_keyboard_event_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698