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

Unified Diff: components/devtools_service/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: components/devtools_service/BUILD.gn
diff --git a/components/devtools_service/BUILD.gn b/components/devtools_service/BUILD.gn
index 67eccf52d118dc58b499bd9e70a9dd8ea20dc61a..635e7c61d80d57ffec12d6591866e27cd4ad5015 100644
--- a/components/devtools_service/BUILD.gn
+++ b/components/devtools_service/BUILD.gn
@@ -25,9 +25,9 @@ source_set("lib") {
"//mojo/common",
"//mojo/services/network/public/cpp",
"//mojo/services/network/public/interfaces",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
- "//third_party/mojo/src/mojo/public/cpp/system",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings:callback",
+ "//mojo/public/cpp/system",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698