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

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

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fix build break Created 4 years, 4 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/mock_compositor_dependencies.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 65441c5bb687c08082d587f8fa0f793aef69be3a..829cd604e0336f012b189873628fa31c8267adce 100644
--- a/blimp/client/support/compositor/BUILD.gn
+++ b/blimp/client/support/compositor/BUILD.gn
@@ -8,8 +8,6 @@ if (is_android) {
}
source_set("compositor") {
- visibility = [ "//blimp/client/support" ]
-
sources = [
"blimp_context_provider.cc",
"blimp_context_provider.h",
@@ -39,3 +37,20 @@ 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/mock_compositor_dependencies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698