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

Unified Diff: mojo/devtools/common/android_gdb/config.py

Issue 1209593002: GDB support for Android in devtools' debugger. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
Index: mojo/devtools/common/android_gdb/config.py
diff --git a/mojo/devtools/common/android_gdb/config.py b/mojo/devtools/common/android_gdb/config.py
new file mode 100644
index 0000000000000000000000000000000000000000..4ddaeaed7da35f9ea0fa09f7fd947bae112c1530
--- /dev/null
+++ b/mojo/devtools/common/android_gdb/config.py
@@ -0,0 +1,9 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Path where remote_file_reader should be installed on the device.
+REMOTE_FILE_READER_DEVICE_PATH = '/data/local/tmp/remote_file_reader'
+
+# Path where remote_file_reader is available on Cloud Storage.
+REMOTE_FILE_READER_CLOUD_PATH = 'gs://mojo/devtools/remote_file_reader'
« no previous file with comments | « mojo/devtools/common/android_gdb/__init__.py ('k') | mojo/devtools/common/android_gdb/install_remote_file_reader.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698