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

Unified Diff: components/dom_distiller/content/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/dom_distiller/content/BUILD.gn
diff --git a/components/dom_distiller/content/BUILD.gn b/components/dom_distiller/content/BUILD.gn
index d0131bf83ad9afde7f9ff6586a5f0766a150faf9..f9cce20f20bc41217374b7fd782c9561ee2821f5 100644
--- a/components/dom_distiller/content/BUILD.gn
+++ b/components/dom_distiller/content/BUILD.gn
@@ -4,7 +4,7 @@
assert(!is_ios)
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
# GYP version: components/dom_distiller.gypi:dom_distiller_mojo_bindings
mojom("mojo_bindings") {
@@ -44,10 +44,10 @@ static_library("content_browser") {
"//content/public/browser",
"//content/public/common",
"//mojo/environment:chromium",
+ "//mojo/public/cpp/bindings",
"//net",
"//skia",
"//sync",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/WebKit/public:blink_headers",
"//ui/base",
"//ui/gfx",
@@ -81,7 +81,7 @@ static_library("content_renderer") {
"//content/public/renderer",
"//gin",
"//mojo/environment:chromium",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
"//third_party/WebKit/public:blink_headers",
"//v8",
]
« no previous file with comments | « components/devtools_service/public/interfaces/BUILD.gn ('k') | components/dom_distiller/content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698