| Index: ui/ozone/ozone.gyp
|
| diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
|
| index 99de5b41583fc84f21d1e0efc212bbfd00a24d93..453095a9f2d90b0d85c49cd6dab85239b73e856d 100644
|
| --- a/ui/ozone/ozone.gyp
|
| +++ b/ui/ozone/ozone.gyp
|
| @@ -15,6 +15,7 @@
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| + '<(DEPTH)/ui/display/display.gyp:display_types',
|
| '<(DEPTH)/ui/events/events.gyp:events',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
|
| @@ -32,6 +33,8 @@
|
| },
|
| 'sources': [
|
| '<(platform_list_file)',
|
| + 'common/chromeos/native_display_delegate_ozone.cc',
|
| + 'common/chromeos/native_display_delegate_ozone.h',
|
| 'ozone_platform.cc',
|
| 'ozone_platform.h',
|
| 'ozone_switches.cc',
|
|
|