| 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",
|
| ]
|
| }
|
|
|