| Index: mojo/common/BUILD.gn
|
| diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
|
| index 79610b9d190e015682c1b639acb0b8038029cf0d..72171ba3a972d2a123ba51a347cc0826e56533bb 100644
|
| --- a/mojo/common/BUILD.gn
|
| +++ b/mojo/common/BUILD.gn
|
| @@ -2,7 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# GYP version: mojo/mojo.gyp:mojo_common_lib
|
| +import("//mojo/system.gni")
|
| +
|
| +# GYP version: mojo/mojo_base.gyp:mojo_common_lib
|
| component("common") {
|
| output_name = "mojo_common_lib"
|
|
|
| @@ -25,6 +27,5 @@ component("common") {
|
| deps = [
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| - "//mojo/system",
|
| - ]
|
| + ] + mojo_system_for_component
|
| }
|
|
|