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

Side by Side Diff: ui/ui.gyp

Issue 15240002: Cross-platform DefaultThemeProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comment. Created 7 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 | « ui/base/default_theme_provider_mac.mm ('k') | ui/views/views.gyp » ('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 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'base/cursor/cursor_loader_null.h', 125 'base/cursor/cursor_loader_null.h',
126 'base/cursor/cursor_loader_win.cc', 126 'base/cursor/cursor_loader_win.cc',
127 'base/cursor/cursor_null.cc', 127 'base/cursor/cursor_null.cc',
128 'base/cursor/cursor_loader_win.h', 128 'base/cursor/cursor_loader_win.h',
129 'base/cursor/cursor_loader_x11.cc', 129 'base/cursor/cursor_loader_x11.cc',
130 'base/cursor/cursor_loader_x11.h', 130 'base/cursor/cursor_loader_x11.h',
131 'base/cursor/cursor_win.cc', 131 'base/cursor/cursor_win.cc',
132 'base/cursor/cursor_x11.cc', 132 'base/cursor/cursor_x11.cc',
133 'base/cursor/cursors_aura.cc', 133 'base/cursor/cursors_aura.cc',
134 'base/cursor/cursors_aura.h', 134 'base/cursor/cursors_aura.h',
135 'base/default_theme_provider.cc',
136 'base/default_theme_provider.h',
137 'base/default_theme_provider_mac.mm',
135 'base/dragdrop/cocoa_dnd_util.h', 138 'base/dragdrop/cocoa_dnd_util.h',
136 'base/dragdrop/cocoa_dnd_util.mm', 139 'base/dragdrop/cocoa_dnd_util.mm',
137 'base/dragdrop/desktop_selection_provider_aurax11.h', 140 'base/dragdrop/desktop_selection_provider_aurax11.h',
138 'base/dragdrop/drag_drop_types.h', 141 'base/dragdrop/drag_drop_types.h',
139 'base/dragdrop/drag_drop_types_win.cc', 142 'base/dragdrop/drag_drop_types_win.cc',
140 'base/dragdrop/drag_source_win.cc', 143 'base/dragdrop/drag_source_win.cc',
141 'base/dragdrop/drag_source_win.h', 144 'base/dragdrop/drag_source_win.h',
142 'base/dragdrop/drag_utils.cc', 145 'base/dragdrop/drag_utils.cc',
143 'base/dragdrop/drag_utils.h', 146 'base/dragdrop/drag_utils.h',
144 'base/dragdrop/drag_utils_aura.cc', 147 'base/dragdrop/drag_utils_aura.cc',
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 'xcode_settings': { 1001 'xcode_settings': {
999 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1002 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1000 }, 1003 },
1001 }], 1004 }],
1002 ], 1005 ],
1003 }, 1006 },
1004 ], 1007 ],
1005 }], 1008 }],
1006 ], 1009 ],
1007 } 1010 }
OLDNEW
« no previous file with comments | « ui/base/default_theme_provider_mac.mm ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698