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

Unified Diff: build/android/adb_gdb_cronet_sample

Issue 145213003: Initial upload of cronet for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed copyright year on sample code back to 2012 Created 6 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 | « no previous file | net/base/request_priority.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/adb_gdb_cronet_sample
diff --git a/build/android/adb_gdb_mojo_shell b/build/android/adb_gdb_cronet_sample
similarity index 73%
copy from build/android/adb_gdb_mojo_shell
copy to build/android/adb_gdb_cronet_sample
index ba91149cce9b859036e76c82d929d99d9b3cde7a..678e3cfd34164f9cb15ce46a59253f4e1578b8a7 100755
--- a/build/android/adb_gdb_mojo_shell
+++ b/build/android/adb_gdb_cronet_sample
@@ -9,8 +9,8 @@
#
PROGDIR=$(dirname "$0")
export ADB_GDB_PROGNAME=$(basename "$0")
-export ADB_GDB_ACTIVITY=.MojoShellActivity
+export ADB_GDB_ACTIVITY=.CronetSampleActivity
"$PROGDIR"/adb_gdb \
- --program-name=MojoShell \
- --package-name=org.chromium.mojo_shell_apk \
+ --program-name=CronetSample \
+ --package-name=org.chromium.cronet_sample_apk \
"$@"
« no previous file with comments | « no previous file | net/base/request_priority.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698