| commit | 0c49abb6f81b6dbb114e1e081070b19e510e3347 | [log] [tgz] |
|---|---|---|
| author | Viet-Trung Luu <viettrungluu@chromium.org> | Sat Oct 10 01:08:40 2015 -0700 |
| committer | Viet-Trung Luu <viettrungluu@chromium.org> | Sat Oct 10 01:08:40 2015 -0700 |
| tree | 19d43a8d7f29c5a331d2e79a7a7e985bc4329286 | |
| parent | be734c2e91f3277ba29df06cd46ea06b6e8139a5 [diff] |
Move //mojo/services/X/public/... to //mojo/services/X/... (part 3).
X = navigation,
nfc,
notifications,
ozone_drm_gpu,
ozone_drm_host,
prediction,
sensors,
service_registry,
sharing,
speech_recognizer,
surfaces,
terminal,
tracing,
url_response_disk_cache
(Skipped network.)
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/1394303004 .
Cr-Mirrored-From: https://github.com/domokit/mojo
Cr-Mirrored-Commit: 0f4f3ba26f261ad8c556a8ce13a6ca3fa2d1b2af
Unopinionated tools for running, debugging, testing and benchmarking Mojo apps.
git clone https://github.com/domokit/devtools.git
Devtools offers the following tools:
mojo_run - documentation - shell runnermojo_debug - documentation - debuggermojo_test - apptest runnermojo_benchmark - documentation - perf test runnerAdditionally, remote_adb_setup script helps to configure adb on a remote machine to communicate with a device attached to a local machine, forwarding the ports used by mojo_run.
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.