| Index: mojo/edk/test/BUILD.gn
|
| diff --git a/mojo/edk/test/BUILD.gn b/mojo/edk/test/BUILD.gn
|
| index a53907d97c1433ffee353d778ed7920da578a550..b494519739ace9dd0b5f6a0945f7ae6395ccc5a3 100644
|
| --- a/mojo/edk/test/BUILD.gn
|
| +++ b/mojo/edk/test/BUILD.gn
|
| @@ -41,6 +41,10 @@ mojo_edk_source_set("run_all_unittests") {
|
| "//mojo/edk/system",
|
| "//testing/gtest",
|
| "//third_party/mojo/src/mojo/public/c/test_support",
|
| +
|
| + # TODO(use_chrome_edk): temporary since the Mojo wrapper primitives are
|
| + # declared in third party only for now.
|
| + "//third_party/mojo/src/mojo/edk/system",
|
| ]
|
| }
|
|
|
|
|