| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index b3b0e7864ecca22baa84129edc833eb572214809..14e4d0ac75ae6bf26c3c3c39f3cf0d5c0b324944 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -19,10 +19,10 @@
|
| '<(DEPTH)/media/media.gyp:media',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| - '<(DEPTH)/ui/events/events.gyp:events_base',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
|
| '<(DEPTH)/ui/gl/gl.gyp:gl',
|
| + "<(DEPTH)/ui/latency_info/latency_info.gyp:latency_info",
|
| ],
|
| 'variables': {
|
| 'optimize': 'max',
|
| @@ -664,9 +664,9 @@
|
| '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| '<(DEPTH)/gpu/gpu.gyp:gpu',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| - '<(DEPTH)/ui/events/events.gyp:events_base',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
|
| + "<(DEPTH)/ui/latency_info/latency_info.gyp:latency_info",
|
| ],
|
| 'defines': [
|
| 'CC_SURFACES_IMPLEMENTATION=1',
|
|
|