| Index: ui/ozone/BUILD.gn
|
| diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn
|
| index 7d0570bd04b9158073cb80cea0f733678d3de3d7..35514ca5b11f5414ae1617a576eae845d218a66a 100644
|
| --- a/ui/ozone/BUILD.gn
|
| +++ b/ui/ozone/BUILD.gn
|
| @@ -113,7 +113,7 @@ source_set("platform") {
|
| "common/stub_client_native_pixmap_factory.h",
|
| "platform_selection.cc",
|
| "platform_selection.h",
|
| - "public/client_native_pixmap_factory.cc",
|
| + "public/client_native_pixmap_factory_ozone.cc",
|
| "public/ozone_gpu_test_helper.cc",
|
| "public/ozone_platform.cc",
|
| constructor_list_cc_file,
|
| @@ -122,7 +122,7 @@ source_set("platform") {
|
| ]
|
|
|
| public = [
|
| - "public/client_native_pixmap_factory.h",
|
| + "public/client_native_pixmap_factory_ozone.h",
|
| "public/ozone_gpu_test_helper.h",
|
| "public/ozone_platform.h",
|
| ]
|
| @@ -200,8 +200,8 @@ action("generate_constructor_list") {
|
| "--namespace=ui",
|
| "--typename=OzonePlatform",
|
| "--typename=ClientNativePixmapFactory",
|
| + "--include=\"ui/gfx/client_native_pixmap_factory.h\"",
|
| "--include=\"ui/ozone/public/ozone_platform.h\"",
|
| - "--include=\"ui/ozone/public/client_native_pixmap_factory.h\"",
|
| ]
|
|
|
| deps = [
|
|
|