Commit 5753b242 authored by dnicoara@chromium.org's avatar dnicoara@chromium.org

Fix Aura build when toolkit_views==0

This fixes Aura builds (such as Ozone) which compile with use_aura=1 and
toolkit_views=0.

TBR=ben@chromium.org
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266641 0039d316-1c4b-4281-b951-d872f2087c98
parent 54a31e5f
...@@ -389,6 +389,13 @@ ...@@ -389,6 +389,13 @@
['exclude', '^dragdrop/drag_utils.cc'], ['exclude', '^dragdrop/drag_utils.cc'],
['exclude', '^dragdrop/drag_utils.h'], ['exclude', '^dragdrop/drag_utils.h'],
], ],
}, {
'sources/': [
['include', '^dragdrop/os_exchange_data.cc'],
['include', '^dragdrop/os_exchange_data.h'],
['include', '^nine_image_painter_factory.cc'],
['include', '^nine_image_painter_factory.h'],
],
}], }],
], ],
}], }],
......
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
], ],
}, },
}], }],
['toolkit_views==0', { ['use_aura==0', {
'sources!': [ 'sources!': [
'nine_image_painter.cc', 'nine_image_painter.cc',
'nine_image_painter.h', '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