Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: ui/snapshot/snapshot.gyp

Issue 621883004: Remove Windows snapshot code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/snapshot/BUILD.gn ('k') | ui/snapshot/snapshot_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
- '../..',
- ],
- },
- ],
- }],
- ],
}
« no previous file with comments | « ui/snapshot/BUILD.gn ('k') | ui/snapshot/snapshot_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698