summaryrefslogtreecommitdiffstats
path: root/mandoline
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-05-20 10:30:42 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-20 17:30:40 +0000
commitc7f40bc3252e97e62cb05d3e9e4e6b286497e0ec (patch)
treeebaa4ed9370ffeb4a1c1c76323fe39d8ffad581a /mandoline
parent260f30e95fcd53e128cfce10a713fe9cb8966b98 (diff)
downloadchromium_src-c7f40bc3252e97e62cb05d3e9e4e6b286497e0ec.zip
chromium_src-c7f40bc3252e97e62cb05d3e9e4e6b286497e0ec.tar.gz
chromium_src-c7f40bc3252e97e62cb05d3e9e4e6b286497e0ec.tar.bz2
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}
Diffstat (limited to 'mandoline')
-rw-r--r--mandoline/app/BUILD.gn1
-rw-r--r--mandoline/app/desktop/BUILD.gn5
-rw-r--r--mandoline/ui/aura/BUILD.gn1
3 files changed, 5 insertions, 2 deletions
diff --git a/mandoline/app/BUILD.gn b/mandoline/app/BUILD.gn
index bbf483d..e74aeb1 100644
--- a/mandoline/app/BUILD.gn
+++ b/mandoline/app/BUILD.gn
@@ -16,7 +16,6 @@ group("app") {
}
data_deps = [
- "//components/html_viewer",
"//mandoline/ui/browser",
"//mandoline/services/core_services",
"//mojo/runner:mojo_runner",
diff --git a/mandoline/app/desktop/BUILD.gn b/mandoline/app/desktop/BUILD.gn
index c2a8426..ce3e6ea 100644
--- a/mandoline/app/desktop/BUILD.gn
+++ b/mandoline/app/desktop/BUILD.gn
@@ -26,5 +26,8 @@ executable("mandoline") {
"//mojo/runner:lib",
]
- data_deps = [ "//mandoline/services/core_services/" ]
+ data_deps = [
+ "//components/html_viewer",
+ "//mandoline/services/core_services/",
+ ]
}
diff --git a/mandoline/ui/aura/BUILD.gn b/mandoline/ui/aura/BUILD.gn
index e7e0fe6..241f255 100644
--- a/mandoline/ui/aura/BUILD.gn
+++ b/mandoline/ui/aura/BUILD.gn
@@ -47,6 +47,7 @@ source_set("aura") {
"//ui/events",
"//ui/events:events_base",
"//ui/gl",
+ "//ui/resources:ui_test_pak",
"//ui/views",
]
}