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

Unified Diff: mojo/application/public/cpp/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
Index: mojo/application/public/cpp/BUILD.gn
diff --git a/mojo/application/public/cpp/BUILD.gn b/mojo/application/public/cpp/BUILD.gn
index 12b0e5197dfc9710e586169ef371a408e5d1f350..0f1500835a5906b6bdcb74ffa33b59f1da944f4a 100644
--- a/mojo/application/public/cpp/BUILD.gn
+++ b/mojo/application/public/cpp/BUILD.gn
@@ -48,8 +48,8 @@ source_set("sources") {
"//mojo/common",
"//mojo/environment:chromium",
"//mojo/message_pump",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
]
}
@@ -92,9 +92,9 @@ source_set("test_support") {
"//base/test:test_support",
"//mojo/application/public/interfaces:interfaces_cpp_sources",
"//mojo/logging",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/environment",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698