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

Unified Diff: ui/snapshot/BUILD.gn

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 | « chrome/test/base/ui_test_utils.cc ('k') | ui/snapshot/snapshot.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/BUILD.gn
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn
index f294800a9577bdb70c6e0b055835f3d87de05010..929aa3c978c0f235a4338782203b2008159cfe0f 100644
--- a/ui/snapshot/BUILD.gn
+++ b/ui/snapshot/BUILD.gn
@@ -14,8 +14,6 @@ component("snapshot") {
"snapshot_export.h",
"snapshot_ios.mm",
"snapshot_mac.mm",
- "snapshot_win.cc",
- "snapshot_win.h",
]
defines = [ "SNAPSHOT_IMPLEMENTATION" ]
@@ -83,15 +81,3 @@ test("snapshot_unittests") {
sources -= [ "snapshot_aura_unittest.cc" ]
}
}
-
-if (is_win) {
- source_set("test_support") {
- sources = [
- "test/snapshot_desktop.h",
- "test/snapshot_desktop_win.cc",
- ]
- deps = [
- ":snapshot",
- ]
- }
-}
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | ui/snapshot/snapshot.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698