| Index: ui/snapshot/snapshot.gyp
|
| diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
|
| index a6a997e0b5d9f87c700cd5a6231101ba228e4df2..4167c6091f082a63d6af4a9be88d422bea06a039 100644
|
| --- a/ui/snapshot/snapshot.gyp
|
| +++ b/ui/snapshot/snapshot.gyp
|
| @@ -11,8 +11,10 @@
|
| 'target_name': 'snapshot',
|
| 'type': '<(component)',
|
| 'dependencies': [
|
| - '../../skia/skia.gyp:skia',
|
| '../../base/base.gyp:base',
|
| + '../../cc/cc.gyp:cc',
|
| + '../../gpu/gpu.gyp:command_buffer_common',
|
| + '../../skia/skia.gyp:skia',
|
| '../base/ui_base.gyp:ui_base',
|
| '../gfx/gfx.gyp:gfx',
|
| '../gfx/gfx.gyp:gfx_geometry',
|
| @@ -23,6 +25,8 @@
|
| 'sources': [
|
| 'snapshot.h',
|
| 'snapshot_android.cc',
|
| + 'snapshot_async.cc',
|
| + 'snapshot_async.h',
|
| 'snapshot_aura.cc',
|
| 'snapshot_export.h',
|
| 'snapshot_ios.mm',
|
|
|