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

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

Issue 2274323002: Expose Blimp dependencies to the embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@khushal_baseline_1
Patch Set: Fix linux 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
Index: blimp/client/core/compositor/BUILD.gn
diff --git a/blimp/client/core/compositor/BUILD.gn b/blimp/client/core/compositor/BUILD.gn
index 2c7ebc8c6b57da45ddb6afc555a70ba6cc3f4685..b5edc42ff38d334ae67ebeec67ec0b99671577c8 100644
--- a/blimp/client/core/compositor/BUILD.gn
+++ b/blimp/client/core/compositor/BUILD.gn
@@ -8,6 +8,8 @@ source_set("compositor") {
sources = [
"blimp_client_picture_cache.cc",
"blimp_client_picture_cache.h",
+ "blimp_compositor_dependencies.cc",
+ "blimp_compositor_dependencies.h",
"blimp_image_decoder.cc",
"blimp_image_decoder.h",
"blimp_output_surface.h",
@@ -20,7 +22,9 @@ source_set("compositor") {
]
deps = [
+ "//blimp/client/public:public_headers",
"//blimp/net",
+ "//gpu/command_buffer/client",
"//third_party/libwebp",
]
« no previous file with comments | « blimp/client/app/linux/blimp_display_manager.cc ('k') | blimp/client/core/compositor/blimp_compositor_dependencies.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698