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

Unified Diff: mojo/BUILD.gn

Issue 2051163002: Nuke NaCl SFI, part 1. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « build/config/nacl/config.gni ('k') | mojo/nacl/sfi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 3588348028437627e1e33c3f28f5ee4d49345f4c..82b96da1450fe21a8a53722bfc53d132f2f81b0c 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -40,13 +40,6 @@ group("mojo") {
}
if (mojo_use_nacl) {
- if (mojo_use_nacl_sfi) {
- deps += [
- "//mojo/nacl/sfi:mojo_nacl",
- "//mojo/nacl/sfi:mojo_nacl_tests_sfi",
- ]
- }
-
if (mojo_use_nacl_nonsfi) {
deps += [
"//mojo/nacl/nonsfi:mojo_nacl",
« no previous file with comments | « build/config/nacl/config.gni ('k') | mojo/nacl/sfi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698