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

Unified Diff: content/browser/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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 64a9267a19d6d9564e4503f5f5bde2fd8103d2cd..dc2483ae2b7a6e0c3800552a66224e966eeb4e3a 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -44,7 +44,7 @@ source_set("browser") {
"//net:extras",
"//skia",
"//sql",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
"//third_party/npapi",
"//third_party/re2",
"//third_party/WebKit/public:blink_headers",
@@ -129,8 +129,8 @@ source_set("browser") {
"//third_party/icu",
"//third_party/leveldatabase",
"//third_party/libyuv",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
- "//third_party/mojo/src/mojo/public/js",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/js",
"//ui/events/blink",
"//ui/resources",
"//ui/surface",

Powered by Google App Engine
This is Rietveld 408576698