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

Unified Diff: build/android/devil_chromium.py

Issue 1503633002: add md5sum device bin for x86 to dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add x86 to devil_chromium.py 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
« no previous file with comments | « build/android/devil/devil_dependencies.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/devil_chromium.py
diff --git a/build/android/devil_chromium.py b/build/android/devil_chromium.py
index 990b3794692eb7ca47828617205d5dc1899dd0a5..d626af6bf71d0a189a1186c69989d8412653ea61 100644
--- a/build/android/devil_chromium.py
+++ b/build/android/devil_chromium.py
@@ -16,6 +16,7 @@ _DEVIL_BUILD_PRODUCT_DEPS = {
'forwarder_device': {
'armeabi-v7a': 'forwarder_dist',
'arm64-v8a': 'forwarder_dist',
+ 'x86': 'forwarder_dist',
},
'forwarder_host': {
'any': 'host_forwarder',
@@ -23,6 +24,7 @@ _DEVIL_BUILD_PRODUCT_DEPS = {
'md5sum_device': {
'armeabi-v7a': 'md5sum_dist',
'arm64-v8a': 'md5sum_dist',
+ 'x86': 'md5sum_dist',
},
'md5sum_host': {
'any': 'md5sum_bin_host',
« no previous file with comments | « build/android/devil/devil_dependencies.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698