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

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

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fix build break with chrome embedder 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
« no previous file with comments | « blimp/client/support/BUILD.gn ('k') | blimp/client/support/compositor/blimp_embedder_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..353863c483bd3748e2e1e19eb43355fcf5ac5473 100644
--- a/blimp/client/support/compositor/BUILD.gn
+++ b/blimp/client/support/compositor/BUILD.gn
@@ -11,6 +11,8 @@ source_set("compositor") {
sources = [
"blimp_context_provider.cc",
"blimp_context_provider.h",
+ "blimp_embedder_compositor.cc",
+ "blimp_embedder_compositor.h",
"blimp_gpu_memory_buffer_manager.cc",
"blimp_gpu_memory_buffer_manager.h",
"blimp_layer_tree_settings.cc",
@@ -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",
- ]
-}
« no previous file with comments | « blimp/client/support/BUILD.gn ('k') | blimp/client/support/compositor/blimp_embedder_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698