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

Unified Diff: mandoline/ui/desktop_ui/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 | « mandoline/services/updater/updater_impl.h ('k') | mandoline/ui/desktop_ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/desktop_ui/BUILD.gn
diff --git a/mandoline/ui/desktop_ui/BUILD.gn b/mandoline/ui/desktop_ui/BUILD.gn
index 255419a6b7f3d6ce891fd3edb0ec652b629968ac..663e40b31231471c603d8cfe0573a15744bb8dc8 100644
--- a/mandoline/ui/desktop_ui/BUILD.gn
+++ b/mandoline/ui/desktop_ui/BUILD.gn
@@ -4,7 +4,7 @@
import("//build/config/ui.gni")
import("//mojo/public/mojo_application.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
mojo_native_application("desktop_ui") {
sources = [
@@ -42,10 +42,10 @@ source_set("lib") {
"//mojo/application/public/cpp:sources",
"//mojo/common:common_base",
"//mojo/converters/geometry",
+ "//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/cpp",
"//mojo/services/tracing/public/interfaces",
"//skia",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/mojo/init",
« no previous file with comments | « mandoline/services/updater/updater_impl.h ('k') | mandoline/ui/desktop_ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698