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

Unified Diff: ui/snapshot/BUILD.gn

Issue 2752373002: Use PrintWindow() to implement snapshots on windows 8.1+ (Closed)
Patch Set: cleanup Created 3 years, 9 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
Index: ui/snapshot/BUILD.gn
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn
index 4685e1b6844ea5e5c0509c7db496433780fab788..e87f921561aa61529a99f26b4948990904a4147b 100644
--- a/ui/snapshot/BUILD.gn
+++ b/ui/snapshot/BUILD.gn
@@ -19,6 +19,8 @@ component("snapshot") {
"snapshot_export.h",
"snapshot_ios.mm",
"snapshot_mac.mm",
+ "snapshot_win.cc",
+ "snapshot_win.h",
]
defines = [ "SNAPSHOT_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698