Index: chrome/gpu/BUILD.gn |
diff --git a/chrome/gpu/BUILD.gn b/chrome/gpu/BUILD.gn |
index 50af78bbce46ab2a24b45e56e25740eb3fd72c70..643bc96664f8005f4f0296719b29368317ef0065 100644 |
--- a/chrome/gpu/BUILD.gn |
+++ b/chrome/gpu/BUILD.gn |
@@ -7,13 +7,19 @@ static_library("gpu") { |
"//content/public/gpu", |
] |
- sources = [] |
+ sources = [ |
+ "chrome_content_gpu_client.cc", |
+ "chrome_content_gpu_client.h", |
+ ] |
if (is_chromeos) { |
+ deps += [ "//components/arc:arc_bindings" ] |
sources += [ |
"arc_gpu_video_decode_accelerator.cc", |
"arc_gpu_video_decode_accelerator.h", |
"arc_video_accelerator.h", |
+ "gpu_arc_video_service.cc", |
+ "gpu_arc_video_service.h", |
] |
} |
} |