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

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

Issue 2542083004: Make //blimp/client/app a real embedder of //blimp/client/public (Closed)
Patch Set: Fix findbugs issue Created 4 years 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/core/common/BUILD.gn ('k') | blimp/client/core/compositor/blob_channel_feature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/compositor/BUILD.gn
diff --git a/blimp/client/core/compositor/BUILD.gn b/blimp/client/core/compositor/BUILD.gn
index 5098445a6b979b0e5796a0bddb5afb0e93d83c68..6d5ecf1e3e7c2164fecb64d51724d607591ddc34 100644
--- a/blimp/client/core/compositor/BUILD.gn
+++ b/blimp/client/core/compositor/BUILD.gn
@@ -4,9 +4,9 @@
source_set("compositor") {
visibility = [
- "//blimp/client/app:*", # TODO(nyquist): Remove this. See crbug/651964.
"//blimp/client/core/*",
"//blimp/client/test/*",
+ "//blimp/engine:browser_tests",
]
sources = [
@@ -25,8 +25,6 @@ source_set("compositor") {
"blob_channel_feature.h",
"blob_image_serialization_processor.cc",
"blob_image_serialization_processor.h",
- "decoding_image_generator.cc",
- "decoding_image_generator.h",
]
deps = [
« no previous file with comments | « blimp/client/core/common/BUILD.gn ('k') | blimp/client/core/compositor/blob_channel_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698