| Index: ui/gfx/gfx.gyp
|
| diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
|
| index 66c384eb2787b8d85a352a28aa96ce5913c5223b..a8ff4edcbf751d19f7e04e097c6e67cbb3c6d945 100644
|
| --- a/ui/gfx/gfx.gyp
|
| +++ b/ui/gfx/gfx.gyp
|
| @@ -222,6 +222,8 @@
|
| 'linux_font_delegate.h',
|
| 'mac/scoped_ns_disable_screen_updates.h',
|
| 'native_widget_types.h',
|
| + 'nine_image_painter.cc',
|
| + 'nine_image_painter.h',
|
| 'ozone/dri/dri_skbitmap.cc',
|
| 'ozone/dri/dri_skbitmap.h',
|
| 'ozone/dri/dri_surface.cc',
|
| @@ -403,6 +405,12 @@
|
| ],
|
| },
|
| }],
|
| + ['use_aura==0', {
|
| + 'sources!': [
|
| + 'nine_image_painter.cc',
|
| + 'nine_image_painter.h',
|
| + ],
|
| + }],
|
| ['OS=="android" and use_aura==0', {
|
| 'sources!': [
|
| 'path.cc',
|
|
|