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

Unified Diff: ui/ozone/BUILD.gn

Issue 936703002: Fix UiThreadGpu initialization for video accelerator tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename Created 5 years, 10 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 | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | ui/ozone/demo/ozone_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/BUILD.gn
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
index 852bef685d94bd48a5ff4a73479213ce1c4df63d..8a55211717577caa28c831a4b943804681f8fe38 100644
--- a/ui/ozone/BUILD.gn
+++ b/ui/ozone/BUILD.gn
@@ -96,12 +96,12 @@ component("ozone") {
"platform_selection.h",
"public/input_controller.cc",
"public/input_controller.h",
+ "public/ozone_gpu_thread_helper.cc",
+ "public/ozone_gpu_thread_helper.h",
"public/ozone_platform.cc",
"public/ozone_platform.h",
"public/ozone_switches.cc",
"public/ozone_switches.h",
- "public/ui_thread_gpu.cc",
- "public/ui_thread_gpu.h",
]
defines = [ "OZONE_IMPLEMENTATION" ]
« no previous file with comments | « content/common/gpu/media/video_decode_accelerator_unittest.cc ('k') | ui/ozone/demo/ozone_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698