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

Unified Diff: content/content_browser.gypi

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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index bc4a49785d7530e15275c34f625b5c0c4c32e4e7..4f41d98c36d7e091b3a5c3f2c5d15b444b3e7bb8 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -114,6 +114,7 @@
'public/browser/browser_thread.h',
'public/browser/browser_thread_delegate.h',
'public/browser/browser_url_handler.h',
+ 'public/browser/arc_video_host_delegate.h',
'public/browser/cache_storage_context.h',
'public/browser/cache_storage_usage_info.h',
'public/browser/cert_store.h',
@@ -2119,6 +2120,11 @@
'../build/linux/system.gyp:dbus',
'../chromeos/chromeos.gyp:chromeos',
'../chromeos/chromeos.gyp:power_manager_proto',
+ '../components/components.gyp:arc',
+ ],
+ 'sources': [
+ 'browser/gpu/gpu_arc_video_service_host.cc',
+ 'browser/gpu/gpu_arc_video_service_host.h',
],
'sources!': [
'browser/device_sensors/data_fetcher_shared_memory_default.cc',

Powered by Google App Engine
This is Rietveld 408576698