| Index: mojo/common/BUILD.gn
|
| diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
|
| index fc8f53c047f0c702cd39de2823108d5ce0498a89..8ac78458e34e98233493366195edf07bad885a46 100644
|
| --- a/mojo/common/BUILD.gn
|
| +++ b/mojo/common/BUILD.gn
|
| @@ -26,8 +26,6 @@ component("common") {
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//mojo/public/c/system:for_component",
|
| - "//mojo/public/cpp/bindings",
|
| - "//mojo/public/cpp/system",
|
| "//url",
|
| ]
|
| }
|
| @@ -37,13 +35,11 @@ test("mojo_common_unittests") {
|
| deps = [
|
| ":common",
|
| "//base",
|
| - "//base/test:test_support",
|
| "//base:message_loop_tests",
|
| "//mojo/edk/test:run_all_unittests",
|
| "//mojo/edk/test:test_support",
|
| "//mojo/environment:chromium",
|
| "//mojo/public/cpp/bindings",
|
| - "//mojo/public/cpp/system",
|
| "//mojo/public/cpp/test_support:test_utils",
|
| "//testing/gtest",
|
| "//url",
|
|
|