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

Unified Diff: mojo/nacl/BUILD.gn

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « mojo/mojom_bindings_generator_variables.gypi ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/BUILD.gn
diff --git a/mojo/nacl/BUILD.gn b/mojo/nacl/BUILD.gn
index 4315245a7385f9bfd3082ed814fb4d125cc05205..3ce017d44c0cca6eb33e44cdfa62bff98430ec9f 100644
--- a/mojo/nacl/BUILD.gn
+++ b/mojo/nacl/BUILD.gn
@@ -52,7 +52,7 @@ if (!is_nacl) {
]
deps = [
"//base:base",
- "//mojo/edk/system:system",
+ "//third_party/mojo/src/mojo/edk/system:system",
":monacl_sel",
]
}
@@ -74,15 +74,15 @@ if (is_nacl) {
executable("monacl_test") {
testonly = true
sources = [
- "//mojo/public/cpp/system/tests/core_unittest.cc",
- "//mojo/public/cpp/system/tests/macros_unittest.cc",
+ "//third_party/mojo/src/mojo/public/cpp/system/tests/core_unittest.cc",
+ "//third_party/mojo/src/mojo/public/cpp/system/tests/macros_unittest.cc",
]
deps = [
"//native_client/src/untrusted/nacl:imc_syscalls",
- "//mojo/public/c/system/tests:tests",
- "//mojo/public/cpp/system:system",
"//testing/gtest:gtest",
"//testing/gtest:gtest_main",
+ "//third_party/mojo/src/mojo/public/c/system/tests:tests",
+ "//third_party/mojo/src/mojo/public/cpp/system:system",
":mojo",
]
}
« no previous file with comments | « mojo/mojom_bindings_generator_variables.gypi ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698