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

Unified Diff: blimp/client/BUILD.gn

Issue 1985863002: Incorporate BlobChannel into Blimp image encode/decode pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-helium
Patch Set: wez and nyquist feedback Created 4 years, 7 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/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 44c627be0cf664c0230576eaac2bb7ba2e2b7c9f..93a8c25ab9c2fbdcbbd5dd96f057b716a14c923d 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -25,6 +25,7 @@ source_set("session") {
]
deps = [
+ ":compositor",
"//base",
"//blimp/common",
"//blimp/common/proto",
@@ -44,15 +45,16 @@ source_set("client") {
]
public_deps = [
- ":compositor",
":session",
":switches",
"//components/safe_json",
"//components/url_formatter",
+ "//skia",
"//ui/events",
]
deps = [
+ ":compositor",
"//base",
"//blimp/common",
"//blimp/common/proto",
@@ -234,6 +236,7 @@ source_set("compositor") {
public_deps = [
":feature",
"//blimp/common/proto",
+ "//skia",
]
}

Powered by Google App Engine
This is Rietveld 408576698