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

Unified Diff: build/android/video_recorder.py

Issue 1571803002: [Android] Prepare build/android/ for catapult+devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@create-device-library-links
Patch Set: 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: build/android/video_recorder.py
diff --git a/build/android/video_recorder.py b/build/android/video_recorder.py
index 666ede6da9ab71806b1ebfb2731cb213c20286fb..b21759a35a93e3359dcc8fb118bd062c737484a0 100755
--- a/build/android/video_recorder.py
+++ b/build/android/video_recorder.py
@@ -5,7 +5,9 @@
import sys
+import devil_chromium
from devil.android.tools import video_recorder
if __name__ == '__main__':
+ devil_chromium.Initialize()
sys.exit(video_recorder.main())
« build/android/pylib/constants/host_paths.py ('K') | « build/android/update_verification.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698