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

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

Issue 2266863003: blimp: Move BlimpCompositor to use delegated rendering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make gn happy 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/core/BUILD.gn ('k') | blimp/client/core/compositor/blimp_output_surface.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 07a13e856aefdcae308b4523345ac2d758b75706..2c7ebc8c6b57da45ddb6afc555a70ba6cc3f4685 100644
--- a/blimp/client/core/compositor/BUILD.gn
+++ b/blimp/client/core/compositor/BUILD.gn
@@ -10,10 +10,13 @@ source_set("compositor") {
"blimp_client_picture_cache.h",
"blimp_image_decoder.cc",
"blimp_image_decoder.h",
+ "blimp_output_surface.h",
"blob_image_serialization_processor.cc",
"blob_image_serialization_processor.h",
"decoding_image_generator.cc",
"decoding_image_generator.h",
+ "delegated_output_surface.cc",
+ "delegated_output_surface.h",
]
deps = [
@@ -37,11 +40,13 @@ source_set("unit_tests") {
sources = [
"blimp_client_picture_cache_unittest.cc",
+ "delegated_output_surface_unittest.cc",
]
deps = [
":compositor",
"//blimp/test:support",
+ "//cc:test_support",
"//skia",
"//testing/gtest",
]
« no previous file with comments | « blimp/client/core/BUILD.gn ('k') | blimp/client/core/compositor/blimp_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698