Index: chrome/installer/linux/BUILD.gn |
diff --git a/chrome/installer/linux/BUILD.gn b/chrome/installer/linux/BUILD.gn |
index 866dc39fdfdde8c59a753e4b2f2e177a4d8ea6ab..5159483f9bb4ec8fb3a1ecb1784cfa7088731a0a 100644 |
--- a/chrome/installer/linux/BUILD.gn |
+++ b/chrome/installer/linux/BUILD.gn |
@@ -168,6 +168,7 @@ group("installer_deps") { |
] |
if (enable_nacl) { |
public_deps += [ |
+ "//components/nacl/loader:helper_nonsfi", |
brettw
2015/12/22 06:53:37
Are you sure this is right? I didn't think nonsfi
Petr Hosek
2015/12/22 06:55:31
You're right, this one is incorrect.
Petr Hosek
2015/12/22 07:12:59
Done.
|
"//components/nacl/loader:nacl_helper", |
# These are data_deps of nacl_helper, but that is not enough, |