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

Unified Diff: chrome/common/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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 50a8661803e6b1db2722159bc99e1c70d853394b..dabf5b1525f5a41c5f57fba3842b95b41bb3b3e0 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//tools/grit/grit_rule.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
import("//chrome/version.gni")
gypi_values = exec_script("//build/gypi_to_gn.py",
@@ -122,7 +122,7 @@ static_library("common") {
"//media",
"//ipc",
"//third_party/re2",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
+ "//mojo/public/cpp/bindings",
"//third_party/widevine/cdm:version_h",
]
}

Powered by Google App Engine
This is Rietveld 408576698