Chromium Code Reviews| Index: ui/ozone/ozone.gyp |
| diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp |
| index 18cdd6572b605ee3cd2699a5cf38cb63614a0aa3..0458cf3406b4a030a5e8c7aaf710ae4b93190190 100644 |
| --- a/ui/ozone/ozone.gyp |
| +++ b/ui/ozone/ozone.gyp |
| @@ -37,6 +37,7 @@ |
| '<(DEPTH)/ui/display/display.gyp:display_util', |
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| + '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
| ], |
| 'defines': [ |
| 'OZONE_BASE_IMPLEMENTATION', |
| @@ -77,7 +78,7 @@ |
| '<(DEPTH)/ui/display/display.gyp:display_types', |
| '<(DEPTH)/ui/display/display.gyp:display_util', |
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| - '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| + '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
|
qiangchen
2016/04/07 19:41:44
You removed gfx_ipc here.
This is the reason that
|
| ], |
| 'sources': [ |
| 'common/display_mode_proxy.cc', |
| @@ -114,7 +115,7 @@ |
| '<(DEPTH)/ui/events/ozone/events_ozone.gyp:events_ozone', |
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| - '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| + '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
|
qiangchen
2016/04/07 19:41:44
ditto
|
| '<@(external_ozone_platform_deps)', |
| '<@(internal_ozone_platform_deps)', |
| 'ozone_base', |