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

Unified Diff: ui/display/BUILD.gn

Issue 2407153008: Delete TestDisplaySnapshot and update tests. (Closed)
Patch Set: Rebase and cleanup. Created 4 years, 2 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/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 9faf6f487d2fdf100b6d4701a1a1a3fa007955de..a3f8cf5f370b768bd68c5c191bb1e1278833b7c8 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -126,28 +126,6 @@ component("display") {
}
}
-if (is_chromeos) {
- component("test_util") {
- output_name = "display_test_util"
- sources = [
- "chromeos/test/test_display_snapshot.cc",
- "chromeos/test/test_display_snapshot.h",
- ]
-
- defines = [ "DISPLAY_IMPLEMENTATION" ]
-
- public_deps = [
- ":display",
- ]
- deps = [
- "//base",
- "//ui/display/types",
- "//ui/gfx",
- "//ui/gfx/geometry",
- ]
- }
-}
-
static_library("test_support") {
testonly = true
sources = [
@@ -220,10 +198,6 @@ test("display_unittests") {
"//ui/gfx/geometry",
]
- if (is_chromeos) {
- deps += [ ":test_util" ]
- }
-
if (use_aura) {
sources -= [ "screen_unittest.cc" ]
}
« no previous file with comments | « ash/wm/lock_state_controller_unittest.cc ('k') | ui/display/chromeos/apply_content_protection_task_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698