summaryrefslogtreecommitdiffstats
path: root/mandoline
diff options
context:
space:
mode:
authoryzshen <yzshen@chromium.org>2015-06-10 16:11:03 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-10 23:11:37 +0000
commit9675e4abe4bd0da5005841081ca9547cdbd24c53 (patch)
treeefa0b5c933aa324786d6d6963b4babdeed7875ab /mandoline
parentaf1a3ab5190ce2c4bd3b0efb57543bed1442de5a (diff)
downloadchromium_src-9675e4abe4bd0da5005841081ca9547cdbd24c53.zip
chromium_src-9675e4abe4bd0da5005841081ca9547cdbd24c53.tar.gz
chromium_src-9675e4abe4bd0da5005841081ca9547cdbd24c53.tar.bz2
html_viewer: Add DevToolsAgentImpl.
DevToolsAgentImpl connects the DevTools mojo service with the DevTools agent support in blink. BUG=478249 Committed: https://crrev.com/32166090d27c6450957f59eedaa6ea5fa12762e4 Cr-Commit-Position: refs/heads/master@{#333516} Review URL: https://codereview.chromium.org/1163953002 Cr-Commit-Position: refs/heads/master@{#333834}
Diffstat (limited to 'mandoline')
-rw-r--r--mandoline/app/android/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/mandoline/app/android/BUILD.gn b/mandoline/app/android/BUILD.gn
index 4b577f8b..65d442a 100644
--- a/mandoline/app/android/BUILD.gn
+++ b/mandoline/app/android/BUILD.gn
@@ -49,6 +49,7 @@ copy_ex("copy_mandoline_assets") {
clear_dir = true
dest = mandoline_assets_dir
deps = [
+ "//components/devtools_service",
"//components/html_viewer",
"//components/view_manager",
"//components/view_manager/surfaces",
@@ -59,6 +60,7 @@ copy_ex("copy_mandoline_assets") {
]
sources = [
"$root_out_dir/core_services.mojo",
+ "$root_out_dir/devtools_service.mojo",
"$root_out_dir/lib.stripped/libbootstrap.so",
"$root_out_dir/network_service.mojo",
"$root_out_dir/obj/mojo/runner/bootstrap_java.dex.jar",