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

Unified Diff: mandoline/app/desktop/BUILD.gn

Issue 1128023007: Fix missing mandoline deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: mandoline/app/desktop/BUILD.gn
diff --git a/mandoline/app/desktop/BUILD.gn b/mandoline/app/desktop/BUILD.gn
index c2a842658c32161d5772c48bc968c77818b3f0e4..ce3e6ea99f82151f98c9bfb501f91c161fc78e94 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/",
+ ]
}
« mandoline/app/BUILD.gn ('K') | « mandoline/app/BUILD.gn ('k') | mandoline/ui/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698