Commit c7f40bc3 authored by jam's avatar jam Committed by Commit bot

Fix missing mandoline deps.

Building "mandoline" should build html_viewer and ui_test.pak.

Review URL: https://codereview.chromium.org/1128023007

Cr-Commit-Position: refs/heads/master@{#330759}
parent 260f30e9
...@@ -16,7 +16,6 @@ group("app") { ...@@ -16,7 +16,6 @@ group("app") {
} }
data_deps = [ data_deps = [
"//components/html_viewer",
"//mandoline/ui/browser", "//mandoline/ui/browser",
"//mandoline/services/core_services", "//mandoline/services/core_services",
"//mojo/runner:mojo_runner", "//mojo/runner:mojo_runner",
......
...@@ -26,5 +26,8 @@ executable("mandoline") { ...@@ -26,5 +26,8 @@ executable("mandoline") {
"//mojo/runner:lib", "//mojo/runner:lib",
] ]
data_deps = [ "//mandoline/services/core_services/" ] data_deps = [
"//components/html_viewer",
"//mandoline/services/core_services/",
]
} }
...@@ -47,6 +47,7 @@ source_set("aura") { ...@@ -47,6 +47,7 @@ source_set("aura") {
"//ui/events", "//ui/events",
"//ui/events:events_base", "//ui/events:events_base",
"//ui/gl", "//ui/gl",
"//ui/resources:ui_test_pak",
"//ui/views", "//ui/views",
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment