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

Unified Diff: build/config/linux/BUILD.gn

Issue 1922963003: Fix fnl build (Closed) Base URL: https://github.com/domokit/mojo.git@fix2
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index c54be93bcb4826f5c93ed2cbaf68982c3cccab20..996305b55d9e3828d3c93ef3008cdff983afda4d 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -117,7 +117,7 @@ generate_library_loader("udev1_loader") {
}
group("udev") {
- deps = [
+ public_deps = [
":udev0_loader",
":udev1_loader",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698