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

Unified Diff: build/android/video_recorder.py

Issue 1522313002: [Android] Move screenshot and video_recorder into devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix video_recorder timing Created 5 years 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
new file mode 100755
index 0000000000000000000000000000000000000000..666ede6da9ab71806b1ebfb2731cb213c20286fb
--- /dev/null
+++ b/build/android/video_recorder.py
@@ -0,0 +1,11 @@
+#!/usr/bin/env python
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import sys
+
+from devil.android.tools import video_recorder
+
+if __name__ == '__main__':
+ sys.exit(video_recorder.main())
« no previous file with comments | « build/android/screenshot.py ('k') | tools/telemetry/telemetry/internal/platform/android_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698