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

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

Issue 2298003002: gfx: Struct traits for GpuMemoryBufferHandle. (Closed)
Patch Set: . Created 4 years, 3 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 | « components/exo/display.h ('k') | services/ui/common/gpu_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/BUILD.gn
diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
index abb3f4ab5e4df9d846cb841d64e5fff6399c0980..ad45ef7f7acbabe555afd68ab94c78e9953b3a0e 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",
@@ -57,27 +55,3 @@ source_set("run_all_shelltests") {
deps += [ "//ui/ozone" ]
}
}
-
-test("mus_common_unittests") {
- sources = [
- "gpu_type_converters_unittest.cc",
- ]
- public_deps = [
- ":mus_common",
- ]
- deps = [
- ":run_all_shelltests",
- "//base",
- "//base/test:test_config",
- "//ipc:ipc",
- "//services/ui/public/interfaces",
- "//testing/gtest",
- "//ui/gfx:test_support",
- "//ui/gfx/ipc",
- ]
-}
-
-service_manifest("mus_common_unittests_app_manifest") {
- name = "mus_common_unittests_app"
- source = "mus_common_unittests_app_manifest.json"
-}
« no previous file with comments | « components/exo/display.h ('k') | services/ui/common/gpu_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698