| Index: ui/snapshot/snapshot.gyp
|
| diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
|
| index f556772ac0b2104ee07df6975056a175a61fe787..9dd932250541f199f370a617ca56167a6295a87e 100644
|
| --- a/ui/snapshot/snapshot.gyp
|
| +++ b/ui/snapshot/snapshot.gyp
|
| @@ -13,9 +13,9 @@
|
| 'dependencies': [
|
| '../../skia/skia.gyp:skia',
|
| '../../base/base.gyp:base',
|
| + '../base/ui_base.gyp:ui_base',
|
| '../gfx/gfx.gyp:gfx',
|
| '../gfx/gfx.gyp:gfx_geometry',
|
| - '../ui.gyp:ui',
|
| ],
|
| 'defines': [
|
| 'SNAPSHOT_IMPLEMENTATION',
|
| @@ -52,9 +52,9 @@
|
| '../../base/base.gyp:base',
|
| '../../base/base.gyp:test_support_base',
|
| '../../testing/gtest.gyp:gtest',
|
| + '../base/ui_base.gyp:ui_base',
|
| '../gfx/gfx.gyp:gfx',
|
| '../gfx/gfx.gyp:gfx_geometry',
|
| - '../ui.gyp:ui',
|
| 'snapshot'
|
| ],
|
| 'sources': [
|
|
|