Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 2e0102ec8a8c5fb29213d4730ae6254d36955315..563abe5c26a7ce9065ad4bba48cee0033260bbf8 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -9,7 +9,7 @@ import("//build/config/ui.gni") |
import("//build_overrides/v8.gni") |
import("//media/media_options.gni") |
import("//testing/test.gni") |
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
+import("//mojo/public/tools/bindings/mojom.gni") |
content_tests_gypi_values = |
exec_script("//build/gypi_to_gn.py", |
@@ -356,8 +356,8 @@ test("content_browsertests") { |
"//ppapi/shared_impl", |
"//third_party/mojo/src/mojo/edk/system", |
"//third_party/mojo/src/mojo/edk/test:test_support", |
- "//third_party/mojo/src/mojo/public/cpp/bindings", |
- "//third_party/mojo/src/mojo/public/js", |
+ "//mojo/public/cpp/bindings", |
+ "//mojo/public/js", |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/WebKit/public:blink", |
@@ -538,7 +538,7 @@ test("content_unittests") { |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/mojo/src/mojo/edk/test:test_support", |
- "//third_party/mojo/src/mojo/public/cpp/bindings", |
+ "//mojo/public/cpp/bindings", |
"//third_party/re2", |
"//ui/accessibility", |
"//ui/base", |