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

Unified Diff: media/screen_capture/android/DEPS

Issue 1140113002: Implement screen capture for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ScreenCaptureMachineAndroid which inherited from content::VideoCaptureMachine Created 5 years, 7 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: media/screen_capture/android/DEPS
diff --git a/chromecast/browser/service/DEPS b/media/screen_capture/android/DEPS
similarity index 57%
copy from chromecast/browser/service/DEPS
copy to media/screen_capture/android/DEPS
index 23edbde87f86ea42d631bbb0760fc740e7c7eebf..73fd6b861ab6c3a7f21c48f47f7e833c88e634f7 100644
--- a/chromecast/browser/service/DEPS
+++ b/media/screen_capture/android/DEPS
@@ -1,4 +1,4 @@
include_rules = [
- "+chromecast/android",
whywhat 2015/08/17 13:58:46 why remove this line? bad merge?
+ "+content/browser/media/capture",
"+content/public/browser",
]

Powered by Google App Engine
This is Rietveld 408576698