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

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

Issue 131513005: linux_aura: Use GTK button borders in GTK theme mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 27 matching lines...) Expand all
38 # in a non-gtk build. 38 # in a non-gtk build.
39 'sources': [ 39 'sources': [
40 'app_indicator_icon.cc', 40 'app_indicator_icon.cc',
41 'app_indicator_icon.h', 41 'app_indicator_icon.h',
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 'gtk2_border.cc',
49 'gtk2_border.h',
48 'gtk2_ui.cc', 50 'gtk2_ui.cc',
49 'gtk2_ui.h', 51 'gtk2_ui.h',
50 'gtk2_util.cc', 52 'gtk2_util.cc',
51 'gtk2_util.h', 53 'gtk2_util.h',
52 'libgtk2ui_export.h', 54 'libgtk2ui_export.h',
53 'menu_util.cc', 55 'menu_util.cc',
54 'menu_util.h', 56 'menu_util.h',
55 'native_theme_gtk2.cc', 57 'native_theme_gtk2.cc',
56 'native_theme_gtk2.h', 58 'native_theme_gtk2.h',
57 'owned_widget_gtk2.cc', 59 'owned_widget_gtk2.cc',
(...skipping 17 matching lines...) Expand all
75 ['use_gconf==0', { 77 ['use_gconf==0', {
76 'sources!': [ 78 'sources!': [
77 'gconf_titlebar_listener.cc', 79 'gconf_titlebar_listener.cc',
78 'gconf_titlebar_listener.h', 80 'gconf_titlebar_listener.h',
79 ], 81 ],
80 }], 82 }],
81 ], 83 ],
82 }, 84 },
83 ], 85 ],
84 } 86 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698