Commit 26b2d369 authored by tapted@chromium.org's avatar tapted@chromium.org

MacViews: Fix builds when use_aura XOR toolkit_views is TRUE.

Ozone has use_aura=1 and toolkit_views=0. MacViews has use_aura=0 and
toolkit_views=1. Ensure these both link correctly.

This is a follow-up to r266641 and r266283.

BUG=366007
TBR=ben@chromium.org

Review URL: https://codereview.chromium.org/252963004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266965 0039d316-1c4b-4281-b951-d872f2087c98
parent 9b03ee8b
......@@ -348,7 +348,7 @@
],
},
}],
['use_aura==0', {
['use_aura==0 and toolkit_views==0', {
'sources!': [
'nine_image_painter.cc',
'nine_image_painter.h',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment