| Index: ui/snapshot/snapshot.gyp
|
| diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
|
| index b96567ad57919303cd8a414b897e4ab9a1e97e2e..8cc7abf12ad8b4670feffe6cb510f30a43d80240 100644
|
| --- a/ui/snapshot/snapshot.gyp
|
| +++ b/ui/snapshot/snapshot.gyp
|
| @@ -13,6 +13,7 @@
|
| 'dependencies': [
|
| '../../skia/skia.gyp:skia',
|
| '../../base/base.gyp:base',
|
| + '../events/events.gyp:events',
|
| '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| ],
|
| @@ -50,6 +51,7 @@
|
| '../../base/base.gyp:base',
|
| '../../base/base.gyp:test_support_base',
|
| '../../testing/gtest.gyp:gtest',
|
| + '../events/events.gyp:events',
|
| '../gfx/gfx.gyp:gfx',
|
| '../ui.gyp:ui',
|
| 'snapshot'
|
|
|