Chromium Code Reviews| Index: ui/ozone/BUILD.gn |
| diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn |
| index 030e0f3b0b07b565114cb1f6b3cb840f41a151c3..fb13cd3ef4b01fa726c7b4e2f23bb80a3d159e9f 100644 |
| --- a/ui/ozone/BUILD.gn |
| +++ b/ui/ozone/BUILD.gn |
| @@ -45,6 +45,12 @@ platform_list_h_file = "$target_gen_dir/platform_list.h" |
| platform_list_txt_file = "$target_gen_dir/platform_list.txt" |
| constructor_list_cc_file = "$target_gen_dir/constructor_list.cc" |
| +config("vgem_map") { |
| + if (use_vgem_map) { |
| + defines = [ "USE_VGEM_MAP" ] |
| + } |
| +} |
| + |
| # GYP version: ui/ozone/ozone.gyp:ozone_base |
| component("ozone_base") { |
| sources = [ |