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

Unified Diff: mojo/BUILD.gn

Issue 1398213003: Refactored Non-SFI and SFI NaCl into separate directories. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « PRESUBMIT.py ('k') | mojo/nacl/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 e304fbaea75430f9ee0e3e005d37f653eea4390c..0b6a91abc91728aa151456d3503e77e9b61e395d 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -41,15 +41,15 @@ group("mojo") {
if (mojo_use_nacl) {
deps += [
- "//mojo/nacl:mojo_nacl",
- "//mojo/nacl:mojo_nacl_tests",
+ "//mojo/nacl/sfi:mojo_nacl",
+ "//mojo/nacl/sfi:mojo_nacl_tests",
]
}
if (mojo_use_nacl_nonsfi) {
deps += [
- "//mojo/nacl:mojo_nacl_nonsfi",
- "//mojo/nacl:mojo_nacl_tests_nonsfi",
+ "//mojo/nacl/nonsfi:mojo_nacl_nonsfi",
+ "//mojo/nacl/nonsfi:mojo_nacl_tests_nonsfi",
]
}
}
« no previous file with comments | « PRESUBMIT.py ('k') | mojo/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698