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

Unified Diff: third_party/mojo/src/mojo/edk/system/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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 | « third_party/mojo/src/mojo/edk/mojo_edk.gni ('k') | third_party/mojo/src/mojo/edk/system/async_waiter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/edk/system/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/system/BUILD.gn b/third_party/mojo/src/mojo/edk/system/BUILD.gn
index ebe88a81b6410d9308e61bfa416e45ff75cbb029..961eec0a703fe062acd8d52afa4440af1c852e45 100644
--- a/third_party/mojo/src/mojo/edk/system/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/system/BUILD.gn
@@ -126,13 +126,13 @@ component("system") {
"../embedder",
"../embedder:delegates",
"../embedder:platform",
- "../../public/c/system",
- "../../public/cpp/system",
# TODO(use_chrome_edk): so that EDK in third_party can choose the EDK in
# src/mojo if the command line flag is specified. It has to since we can
# only have one definition of the Mojo primitives.
"//mojo/edk/system",
+ "//mojo/public/c/system",
+ "//mojo/public/cpp/system",
]
deps = [
@@ -220,10 +220,10 @@ test("mojo_system_unittests") {
":system",
":test_utils",
"../embedder:embedder_unittests",
- "../../public/cpp/environment:standalone",
"../test:test_support",
"//base",
"//base/test:test_support",
+ "//mojo/public/cpp/environment:standalone",
"//testing/gtest",
]
@@ -240,11 +240,11 @@ test("mojo_message_pipe_perftests") {
deps = [
":system",
":test_utils",
- "../../public/cpp/environment:standalone",
"../test:test_support",
"//base",
"//base/test:test_support",
"//base/test:test_support_perf",
+ "//mojo/public/cpp/environment:standalone",
"//testing/gtest",
]
}
« no previous file with comments | « third_party/mojo/src/mojo/edk/mojo_edk.gni ('k') | third_party/mojo/src/mojo/edk/system/async_waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698