| Index: ui/ozone/ozone.gyp
|
| diff --git a/ui/ozone/ozone.gyp b/ui/ozone/ozone.gyp
|
| index c000a2eb7e4d763cbb919094c51a5e9b956fe669..39b110033d6ee3e3687c2afe847da5dcde1ce0bb 100644
|
| --- a/ui/ozone/ozone.gyp
|
| +++ b/ui/ozone/ozone.gyp
|
| @@ -100,10 +100,10 @@
|
| 'common/gpu/ozone_gpu_message_params.cc',
|
| 'common/gpu/ozone_gpu_message_params.h',
|
| 'common/gpu/ozone_gpu_messages.h',
|
| - 'ozone_platform.cc',
|
| - 'ozone_platform.h',
|
| - 'ozone_switches.cc',
|
| - 'ozone_switches.h',
|
| + 'public/ozone_platform.cc',
|
| + 'public/ozone_platform.h',
|
| + 'public/ozone_switches.cc',
|
| + 'public/ozone_switches.h',
|
| 'platform_selection.cc',
|
| 'platform_selection.h',
|
| '<@(external_ozone_platform_files)',
|
| @@ -153,7 +153,7 @@
|
| '--output_cc=<(constructor_list_cc_file)',
|
| '--namespace=ui',
|
| '--typename=OzonePlatform',
|
| - '--include="ui/ozone/ozone_platform.h"'
|
| + '--include="ui/ozone/public/ozone_platform.h"'
|
| ],
|
| },
|
| ],
|
|
|