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