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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # Path where remote_file_reader should be installed on the device
ppi 2015/06/24 15:14:07 End with a period.
etiennej 2015/06/29 15:41:41 Done.
6 REMOTE_FILE_READER_DEVICE_PATH = '/data/local/tmp/remote_file_reader'
7
8 # Path where remote_file_reader is available on Cloud Storage
ppi 2015/06/24 15:14:07 End with a period.
etiennej 2015/06/29 15:41:41 Done.
9 REMOTE_FILE_READER_CLOUD_PATH = 'gs://mojo/devtools/remote_file_reader'
10
ppi 2015/06/24 15:14:07 Remove this blank line.
etiennej 2015/06/29 15:41:41 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698