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

Unified Diff: components/web_view/public/interfaces/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/web_view/public/interfaces/BUILD.gn
diff --git a/components/web_view/public/interfaces/BUILD.gn b/components/web_view/public/interfaces/BUILD.gn
index 30b6320c4fe1d602bf749f99d6d9ea80cd004d16..ca2da9d3cc18bb9733bd796b8296132e8eba2655 100644
--- a/components/web_view/public/interfaces/BUILD.gn
+++ b/components/web_view/public/interfaces/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//mojo/public/mojo.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
@@ -11,7 +11,9 @@ mojom("interfaces") {
"web_view.mojom",
]
- import_dirs = [ mojo_network_service_root ]
+ import_dirs = [
+ "//mojo/services",
+ ]
deps = [
"//components/mus/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698