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

Unified Diff: 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 | « mojo/edk/mojo_edk.gni ('k') | mojo/edk/system/async_waiter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 577a0720044c96f7733b7653abe89b854b0c0a72..358a9fa8ca1103fa8c25b54c42ac4ddeb066f8e9 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -4,7 +4,7 @@
import("../mojo_edk.gni")
import("//testing/test.gni")
-import("../../../third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("../../../mojo/public/tools/bindings/mojom.gni")
if (is_android) {
import("//build/config/android/config.gni")
@@ -94,8 +94,8 @@ static_library("system") {
"../embedder",
"../embedder:delegates",
"../embedder:platform",
- "../../../third_party/mojo/src/mojo/public/c/system",
- "../../../third_party/mojo/src/mojo/public/cpp/system",
+ "../../../mojo/public/c/system",
+ "../../../mojo/public/cpp/system",
]
deps = [
@@ -131,8 +131,8 @@ mojo_edk_source_set("test_utils") {
]
public_deps = [
- "//third_party/mojo/src/mojo/public/c/system",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/c/system",
+ "//mojo/public/cpp/system",
]
deps = [
@@ -179,7 +179,7 @@ test("mojo_system_unittests2") {
# TODO(use_chrome_edk): remove "2"
"../embedder:embedder_unittests2",
- "../../../third_party/mojo/src/mojo/public/cpp/environment:standalone",
+ "../../../mojo/public/cpp/environment:standalone",
"../test:test_support",
"//base",
"//base/test:test_support",
@@ -206,7 +206,7 @@ test("mojo_message_pipe_perftests2") {
":test_utils",
"../test:test_support",
"../test:run_all_perftests",
- "../../../third_party/mojo/src/mojo/public/cpp/environment:standalone",
+ "../../../mojo/public/cpp/environment:standalone",
"//base",
"//base/test:test_support",
"//testing/gtest",
« no previous file with comments | « mojo/edk/mojo_edk.gni ('k') | mojo/edk/system/async_waiter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698