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

Unified Diff: components/mus/ws/BUILD.gn

Issue 2112993002: Factor draw functionality out of DefaultPlatformDisplay into FrameGenerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing debug LOG's. Created 4 years, 6 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 | « no previous file | components/mus/ws/frame_generator.h » ('j') | components/mus/ws/frame_generator_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index 044fdda3483da9dc6993b9a87b3c583844fdcad0..94d60fe3cff93526a5a948ad36f27a519aec610f 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -31,6 +31,8 @@ source_set("lib") {
"focus_controller.h",
"focus_controller_delegate.h",
"focus_controller_observer.h",
+ "frame_generator.cc",
+ "frame_generator.h",
"modal_window_controller.cc",
"modal_window_controller.h",
"operation.cc",
« no previous file with comments | « no previous file | components/mus/ws/frame_generator.h » ('j') | components/mus/ws/frame_generator_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698