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

Unified Diff: build/android/android_commands.py

Issue 9963086: Build and push chrome.pak for ui_unittests on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For landing Created 8 years, 9 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/all_android.gyp ('k') | build/android/gtest_filter/ui_unittests_disabled » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/android_commands.py
diff --git a/build/android/android_commands.py b/build/android/android_commands.py
index d8692ec43a1d0370c38d203b98cfd5c1c07889fc..209ffeda30e4350aca3ff062362e28c0faf6ed9e 100755
--- a/build/android/android_commands.py
+++ b/build/android/android_commands.py
@@ -397,7 +397,7 @@ class AndroidCommands(object):
All pushed files can be removed by calling RemovePushedFiles().
"""
- assert os.path.exists(local_path)
+ assert os.path.exists(local_path), 'Local path not found %s' % local_path
self._pushed_files.append(device_path)
# If the path contents are the same, there's nothing to do.
« no previous file with comments | « build/all_android.gyp ('k') | build/android/gtest_filter/ui_unittests_disabled » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698