Chromium Code Reviews

Unified Diff: content/content_browser.gypi

Issue 1917023003: ScreenCapture for Android phase1, part I (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index df7a3ee227855bf269cc24f52a4c16964a181b26..eacb576481d8529562cbfbce623f6c6cb1e632a2 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1709,6 +1709,8 @@
'browser/android/tracing_controller_android.h',
'browser/android/web_contents_observer_proxy.cc',
'browser/android/web_contents_observer_proxy.h',
+ 'browser/media/capture/screen_capture_device_android.cc',
+ 'browser/media/capture/screen_capture_device_android.h',
'browser/power_save_blocker_android.cc',
'browser/renderer_host/compositor_impl_android.cc',
'browser/renderer_host/compositor_impl_android.h',

Powered by Google App Engine