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

Unified Diff: services/ui/common/BUILD.gn

Issue 2298003002: gfx: Struct traits for GpuMemoryBufferHandle. (Closed)
Patch Set: . 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
Index: services/ui/common/BUILD.gn
diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
index abb3f4ab5e4df9d846cb841d64e5fff6399c0980..b241a5c9048cdc51cc6099d4bc873ca2b7d2fa59 100644
--- a/services/ui/common/BUILD.gn
+++ b/services/ui/common/BUILD.gn
@@ -12,8 +12,6 @@ source_set("mus_common") {
"event_matcher_util.h",
"generic_shared_memory_id_generator.cc",
"generic_shared_memory_id_generator.h",
- "gpu_type_converters.cc",
- "gpu_type_converters.h",
"switches.cc",
"switches.h",
"transient_window_utils.h",
@@ -59,9 +57,7 @@ source_set("run_all_shelltests") {
}
test("mus_common_unittests") {
- sources = [
- "gpu_type_converters_unittest.cc",
- ]
+ sources = []
rjkroege 2016/08/31 19:54:14 so there's no test? this looks weird. What actuall
public_deps = [
":mus_common",
]

Powered by Google App Engine
This is Rietveld 408576698