| Index: ppapi/ppapi_internal.gyp
|
| diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
|
| index 99b4652d0b589d061d189f1c15affb9eecbad89d..3f8d0d9f233c520f036678b18a6a2eb1828bdfc9 100644
|
| --- a/ppapi/ppapi_internal.gyp
|
| +++ b/ppapi/ppapi_internal.gyp
|
| @@ -53,6 +53,7 @@
|
| '../media/media.gyp:shared_memory_support',
|
| '../skia/skia.gyp:skia',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| + '../ui/gfx/gfx.gyp:gfx_geometry',
|
| '../ui/surface/surface.gyp:surface',
|
| '../url/url.gyp:url_lib',
|
| 'ppapi.gyp:ppapi_c',
|
| @@ -87,6 +88,7 @@
|
| '../gpu/gpu.gyp:command_buffer_traits',
|
| '../ipc/ipc.gyp:ipc',
|
| '../skia/skia.gyp:skia',
|
| + '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
|
| 'ppapi.gyp:ppapi_c',
|
| 'ppapi_shared',
|
| ],
|
| @@ -168,6 +170,7 @@
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../ui/gfx/gfx.gyp:gfx_geometry',
|
| + '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
|
| '../ui/surface/surface.gyp:surface',
|
| 'ppapi.gyp:ppapi_c',
|
| 'ppapi_shared',
|
| @@ -221,6 +224,7 @@
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
|
| '../gpu/gpu.gyp:command_buffer_common_win64',
|
| '../ipc/ipc.gyp:ipc_win64',
|
| + '../ui/gfx/gfx.gyp:gfx_geometry_win64',
|
| ],
|
| 'defines': [
|
| '<@(nacl_win64_defines)',
|
| @@ -247,6 +251,7 @@
|
| '../base/base.gyp:base_win64',
|
| '../ipc/ipc.gyp:ipc_win64',
|
| '../gpu/gpu.gyp:command_buffer_traits_win64',
|
| + '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry_win64',
|
| 'ppapi.gyp:ppapi_c',
|
| 'ppapi_shared_win64',
|
| ],
|
|
|