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

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: address review feedback 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
« no previous file with comments | « components/exo.gypi ('k') | components/exo/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 64378b83f60d8bade71617a8de107300a0422051..61681bdb2ed7d39c12b55a07f223d42dce3093de 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,17 +63,18 @@ source_set("unit_tests") {
"display_unittest.cc",
"shared_memory_unittest.cc",
"shell_surface_unittest.cc",
+ "sub_surface_unittest.cc",
"surface_unittest.cc",
]
deps = [
+ ":exo",
+ ":test_support",
"//components/user_manager",
"//skia",
"//testing/gtest",
"//ui/keyboard",
"//ui/message_center",
- ":exo",
- ":test_support",
]
}
@@ -79,8 +83,8 @@ test("exo_unittests") {
"test/run_all_unittests.cc",
]
deps = [
- "//ash:test_support",
":unit_tests",
+ "//ash:test_support",
]
if (is_linux) {
deps += [ "//components/exo/wayland:unit_tests" ]
« no previous file with comments | « components/exo.gypi ('k') | components/exo/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698