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

Side by Side Diff: ui/views/views.gyp

Issue 1819443002: MacViews: draw combobox arrow backgrounds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix linux build Created 4 years, 9 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
« ui/gfx/color_palette.h ('K') | « ui/views/style/platform_style_mac.mm ('k') | no next file » | 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'painter.cc', 283 'painter.cc',
284 'painter.h', 284 'painter.h',
285 'rect_based_targeting_utils.cc', 285 'rect_based_targeting_utils.cc',
286 'rect_based_targeting_utils.h', 286 'rect_based_targeting_utils.h',
287 'repeat_controller.cc', 287 'repeat_controller.cc',
288 'repeat_controller.h', 288 'repeat_controller.h',
289 'round_rect_painter.cc', 289 'round_rect_painter.cc',
290 'round_rect_painter.h', 290 'round_rect_painter.h',
291 'shadow_border.cc', 291 'shadow_border.cc',
292 'shadow_border.h', 292 'shadow_border.h',
293 'style/mac/combobox_background_mac.cc',
294 'style/mac/combobox_background_mac.h',
293 'style/mac/dialog_button_border_mac.cc', 295 'style/mac/dialog_button_border_mac.cc',
294 'style/mac/dialog_button_border_mac.h', 296 'style/mac/dialog_button_border_mac.h',
295 'style/platform_style.cc', 297 'style/platform_style.cc',
296 'style/platform_style.h', 298 'style/platform_style.h',
297 'style/platform_style_mac.mm', 299 'style/platform_style_mac.mm',
298 'view.cc', 300 'view.cc',
299 'view.h', 301 'view.h',
300 'view_constants.cc', 302 'view_constants.cc',
301 'view_constants.h', 303 'view_constants.h',
302 'view_model.cc', 304 'view_model.cc',
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 '../aura/aura.gyp:aura', 1018 '../aura/aura.gyp:aura',
1017 '../wm/wm.gyp:wm', 1019 '../wm/wm.gyp:wm',
1018 ], 1020 ],
1019 }], 1021 }],
1020 ], 1022 ],
1021 }, # target_name: macviews_interactive_ui_tests 1023 }, # target_name: macviews_interactive_ui_tests
1022 ], # targets 1024 ], # targets
1023 }], 1025 }],
1024 ], # conditions 1026 ], # conditions
1025 } 1027 }
OLDNEW
« ui/gfx/color_palette.h ('K') | « ui/views/style/platform_style_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698