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

Unified Diff: components/exo/BUILD.gn

Issue 1419373013: exo: Add support for subcompositor interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@exosphere-xdg-shell
Patch Set: rebase Created 5 years, 1 month 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: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 64378b83f60d8bade71617a8de107300a0422051..c54210636742c7b6cbbf46e07c03948d1d3550db 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -14,9 +14,12 @@ source_set("exo") {
"shared_memory.h",
"shell_surface.cc",
"shell_surface.h",
+ "sub_surface.cc",
+ "sub_surface.h",
"surface.cc",
"surface.h",
"surface_delegate.h",
+ "surface_observer.h",
]
deps = [
@@ -60,6 +63,7 @@ source_set("unit_tests") {
"display_unittest.cc",
"shared_memory_unittest.cc",
"shell_surface_unittest.cc",
+ "sub_surface_unittest.cc",
"surface_unittest.cc",
]
« no previous file with comments | « components/exo.gypi ('k') | components/exo/display.h » ('j') | components/exo/display.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698