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

Unified Diff: blimp/client/support/compositor/BUILD.gn

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fixed this a bit more. Still some thread violations :(. Created 4 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
Index: blimp/client/support/compositor/BUILD.gn
diff --git a/blimp/client/support/compositor/BUILD.gn b/blimp/client/support/compositor/BUILD.gn
index 829cd604e0336f012b189873628fa31c8267adce..36e14684b2de8eee9a7afc10823afec2ea239728 100644
--- a/blimp/client/support/compositor/BUILD.gn
+++ b/blimp/client/support/compositor/BUILD.gn
@@ -17,6 +17,8 @@ source_set("compositor") {
"blimp_layer_tree_settings.h",
"compositor_dependencies_impl.cc",
"compositor_dependencies_impl.h",
+ "display_compositor.cc",
+ "display_compositor.h",
]
public_deps = [
@@ -37,20 +39,3 @@ source_set("compositor") {
"//ui/gfx:memory_buffer",
]
}
-
-source_set("test_support") {
- testonly = true
-
- sources = [
- "mock_compositor_dependencies.cc",
- "mock_compositor_dependencies.h",
- ]
-
- deps = [
- "//cc:test_support",
- ]
-
- public_deps = [
- ":compositor",
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698