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

Unified Diff: services/ui/public/cpp/BUILD.gn

Issue 2430653002: Mus+Ash: Towards Unifying CompositorFrameSink terminology (Closed)
Patch Set: Fix bitmap_uploader Created 4 years, 2 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: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index c8cf62b40547753a9240e750d4731302b2414010..df0b3ebfd8a0537ca45873206771fcffb934b6f8 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -9,6 +9,7 @@ import("//build/config/ui.gni")
source_set("cpp") {
sources = [
"compositor_frame_sink.h",
+ "context_provider.h",
"gpu_service.h",
"input_event_handler.h",
"mojo_gpu_memory_buffer_manager.h",
@@ -98,7 +99,6 @@ source_set("internal") {
sources = [
"compositor_frame_sink.cc",
"context_provider.cc",
- "context_provider.h",
"gles2_context.cc",
"gles2_context.h",
"gpu_memory_buffer_impl.cc",

Powered by Google App Engine
This is Rietveld 408576698