| Index: content/common/BUILD.gn
|
| diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
|
| index 17113e25a06a8099d7765d9d69f7964705dd648d..f6e3345a6d05e65c828404c62390982b78d25e49 100644
|
| --- a/content/common/BUILD.gn
|
| +++ b/content/common/BUILD.gn
|
| @@ -6,6 +6,7 @@ import("//build/config/features.gni")
|
| import("//build/config/ui.gni")
|
| import("//content/common/common.gni")
|
| import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
| +
|
| if (is_mac) {
|
| import("//build/config/mac/mac_sdk.gni")
|
| }
|
| @@ -270,6 +271,8 @@ source_set("common") {
|
| }
|
|
|
| if (use_ozone) {
|
| + configs += [ "//ui/ozone:vgem_map" ]
|
| +
|
| deps += [
|
| "//ui/ozone:ozone",
|
| "//ui/ozone:ozone_base",
|
|
|