| Index: ui/snapshot/snapshot.gyp
|
| diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp
|
| index 3aa1fcaba692ac492e31e210f0b5dd3d160e118a..fca6f4e9caf802fae09150faaf5e0e3c79a114cf 100644
|
| --- a/ui/snapshot/snapshot.gyp
|
| +++ b/ui/snapshot/snapshot.gyp
|
| @@ -29,8 +29,6 @@
|
| 'snapshot_export.h',
|
| 'snapshot_ios.mm',
|
| 'snapshot_mac.mm',
|
| - 'snapshot_win.cc',
|
| - 'snapshot_win.h',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
| @@ -93,24 +91,4 @@
|
| ],
|
| },
|
| ],
|
| - 'conditions': [
|
| - ['OS=="win"', {
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'snapshot_test_support',
|
| - 'type': 'static_library',
|
| - 'sources': [
|
| - 'test/snapshot_desktop.h',
|
| - 'test/snapshot_desktop_win.cc',
|
| - ],
|
| - 'dependencies': [
|
| - 'snapshot',
|
| - ],
|
| - 'include_dirs': [
|
| - '../..',
|
| - ],
|
| - },
|
| - ],
|
| - }],
|
| - ],
|
| }
|
|
|