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

Unified Diff: build/android/screenshot.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: rebase 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
« no previous file with comments | « build/android/resource_sizes.py ('k') | build/android/symbolize.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/screenshot.py
diff --git a/build/android/screenshot.py b/build/android/screenshot.py
index 88f46f79a448b642a6c17f4a58b248f941102393..6ab906086d75c66a9fdf522f616889b477b46dbb 100755
--- a/build/android/screenshot.py
+++ b/build/android/screenshot.py
@@ -5,7 +5,9 @@
import sys
+import devil_chromium
from devil.android.tools import screenshot
if __name__ == '__main__':
+ devil_chromium.Initialize()
sys.exit(screenshot.main())
« no previous file with comments | « build/android/resource_sizes.py ('k') | build/android/symbolize.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698