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

Unified Diff: mojo/common/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/application/public/java/BUILD.gn ('k') | mojo/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index eb12b6551fd631fd1ffe7cdb95417869d2bbb6c9..7cbd5bf40c6358a63b8f86a8b935db34d747a6c9 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -32,7 +32,7 @@ component("common_base") {
defines = [ "MOJO_COMMON_IMPLEMENTATION" ]
public_deps = [
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/system",
]
deps = [
@@ -40,9 +40,9 @@ component("common_base") {
"//base/third_party/dynamic_annotations",
"//mojo/environment:chromium",
"//mojo/message_pump",
- "//third_party/mojo/src/mojo/public/c/system:for_component",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/environment",
+ "//mojo/public/c/system:for_component",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/environment",
]
}
@@ -59,7 +59,7 @@ source_set("url_type_converters") {
":common_base",
"//base",
"//base/third_party/dynamic_annotations",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
"//url",
]
}
@@ -82,11 +82,11 @@ test("mojo_common_unittests") {
"//base/test:test_support",
"//mojo/environment:chromium",
"//mojo/message_pump",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/test_support:test_utils",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/test:run_all_unittests",
"//third_party/mojo/src/mojo/edk/test:test_support",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/test_support:test_utils",
"//url",
]
@@ -105,9 +105,9 @@ test("mojo_common_perftests") {
"//base",
"//mojo/environment:chromium",
"//mojo/message_pump",
+ "//mojo/public/cpp/test_support:test_utils",
"//testing/gtest",
"//third_party/mojo/src/mojo/edk/test:run_all_perftests",
- "//third_party/mojo/src/mojo/public/cpp/test_support:test_utils",
]
sources = [
« no previous file with comments | « mojo/application/public/java/BUILD.gn ('k') | mojo/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698