DescriptionMacViews: Fix compile regression after SmartLock error bubble in r313408
toolkit-views builds on mac are getting:
Undefined symbols for architecture x86_64:
ShowProximityAuthErrorBubble
To fix, move proximity_auth_error_bubble.cc to mac_sources. This works
because the symbol is only referenced on platforms with extensions,
which are toolkit_views platforms + mac.
After proximity_auth_error_bubble_view.cc moves in
chrome_browser_ui.gypi from chrome_browser_ui_views_non_mac_sources to
chrome_browser_ui_views_sources then proximity_auth_error_bubble.cc can
be deleted.
BUG=399191
TBR=sky@chromium.org
Committed: https://crrev.com/d07e66d8c4f32281bc94653eefa992b8e35580fc
Cr-Commit-Position: refs/heads/master@{#313888}
Patch Set 1 #Patch Set 2 : Move in gyp #Patch Set 3 : pin to aura #Messages
Total messages: 13 (3 generated)
|