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

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..01e134cbb98f0155b819e5263d1d4503d796e30d 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//tools/grit/grit_rule.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
import("//chrome/version.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
+import("//tools/grit/grit_rule.gni")
gypi_values = exec_script("//build/gypi_to_gn.py",
[ rebase_path("../chrome_common.gypi") ],
@@ -120,9 +120,9 @@ static_library("common") {
"//components/signin/core/common",
"//components/translate/content/common",
"//media",
+ "//mojo/public/cpp/bindings",
"//ipc",
"//third_party/re2",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/widevine/cdm:version_h",
]
}
« no previous file with comments | « chrome/browser/usb/web_usb_permission_provider.h ('k') | chrome/common/resource_usage_reporter_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698