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

Unified Diff: components/cronet/tools/cr_cronet.py

Issue 884003004: Rename org.chromium.cronet_test_apk to org.chromium.net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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 | « components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/tools/cr_cronet.py
diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
index 7d2c269bd092a54523b726c5339f7e4aa1f1465a..52ea424711ae58d12df6dc0008b8b8b2bb78f6e3 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -36,7 +36,7 @@ def debug(extra_options):
return run ('build/android/adb_gdb --start ' + \
'--activity=.CronetTestActivity ' + \
'--program-name=CronetTest ' + \
- '--package-name=org.chromium.cronet_test_apk ' + \
+ '--package-name=org.chromium.net ' + \
' '.join(extra_options))
« no previous file with comments | « components/cronet/android/test/src/org/chromium/net/TestFilesInstaller.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698