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

Unified Diff: mandoline/BUILD.gn

Issue 1147083002: mandoline: Fork the files service from the mojo repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I think the problem was in the mandoline build.gn 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
« no previous file with comments | « components/filesystem/util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/BUILD.gn
diff --git a/mandoline/BUILD.gn b/mandoline/BUILD.gn
index 9d91977e00b81334ee1a5642b64700b6fa9d477c..bc77478d3641210196ab87c020f671f022a620a0 100644
--- a/mandoline/BUILD.gn
+++ b/mandoline/BUILD.gn
@@ -12,6 +12,10 @@ group("all") {
if (!is_component_build) {
deps += [ "//mandoline/app" ]
+
+ if (!is_win) {
+ deps += [ "//components/filesystem" ]
+ }
}
}
@@ -32,5 +36,9 @@ group("tests") {
"//components/view_manager:apptests",
"//components/view_manager:tests",
]
+
+ if (!is_win) {
+ deps += [ "//components/filesystem:apptests" ]
+ }
}
}
« no previous file with comments | « components/filesystem/util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698