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

Unified Diff: content/browser/BUILD.gn

Issue 1451353002: Implement GpuArcVideoService for arc video accelerator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed dcheng's comments Created 4 years, 11 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 7f22a3767c904c94870f002af58be6f070e7cad6..bfa0348e4d978c9d317bab3ae30bd1ce4caaa640 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -416,6 +416,10 @@ source_set("browser") {
if (is_chromeos) {
sources -= [ "device_sensors/data_fetcher_shared_memory_default.cc" ]
+ sources += [
+ "gpu/gpu_arc_video_service_host.cc",
+ "gpu/gpu_arc_video_service_host.h",
+ ]
deps += [
"//chromeos",
"//chromeos:power_manager_proto",

Powered by Google App Engine
This is Rietveld 408576698