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

Unified Diff: tools/bundle_sdk.py

Issue 1480183003: Add ffi package to the sdk bundle (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bundle_sdk.py
diff --git a/tools/bundle_sdk.py b/tools/bundle_sdk.py
index e8d534fa8beab96f57036319aa27c381334f89ab..363e1f4890eef32f68869e558fdf4f6473d7d69e 100755
--- a/tools/bundle_sdk.py
+++ b/tools/bundle_sdk.py
@@ -21,7 +21,7 @@ from shutil import copyfile, copymode, copytree, rmtree
TOOLS_DIR = abspath(dirname(__file__))
-SDK_PACKAGES = ['file', 'fletch', 'gpio', 'http', 'i2c', 'os',
+SDK_PACKAGES = ['ffi', 'file', 'fletch', 'gpio', 'http', 'i2c', 'os',
'raspberry_pi', 'socket']
THIRD_PARTY_PACKAGES = ['charcode']
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698