| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'external_ozone_platforms': [], | 8 'external_ozone_platforms': [], |
| 9 'external_ozone_platform_files': [], | 9 'external_ozone_platform_files': [], |
| 10 'external_ozone_platform_deps': [], | 10 'external_ozone_platform_deps': [], |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'common/chromeos/touchscreen_device_manager_ozone.h', | 97 'common/chromeos/touchscreen_device_manager_ozone.h', |
| 98 'common/gpu/ozone_gpu_message_generator.cc', | 98 'common/gpu/ozone_gpu_message_generator.cc', |
| 99 'common/gpu/ozone_gpu_message_generator.h', | 99 'common/gpu/ozone_gpu_message_generator.h', |
| 100 'common/gpu/ozone_gpu_message_params.cc', | 100 'common/gpu/ozone_gpu_message_params.cc', |
| 101 'common/gpu/ozone_gpu_message_params.h', | 101 'common/gpu/ozone_gpu_message_params.h', |
| 102 'common/gpu/ozone_gpu_messages.h', | 102 'common/gpu/ozone_gpu_messages.h', |
| 103 'public/ozone_platform.cc', | 103 'public/ozone_platform.cc', |
| 104 'public/ozone_platform.h', | 104 'public/ozone_platform.h', |
| 105 'public/ozone_switches.cc', | 105 'public/ozone_switches.cc', |
| 106 'public/ozone_switches.h', | 106 'public/ozone_switches.h', |
| 107 'common/platform_window_base.cc', |
| 108 'common/platform_window_base.h', |
| 107 'platform_selection.cc', | 109 'platform_selection.cc', |
| 108 'platform_selection.h', | 110 'platform_selection.h', |
| 109 '<@(external_ozone_platform_files)', | 111 '<@(external_ozone_platform_files)', |
| 110 ], | 112 ], |
| 111 'actions': [ | 113 'actions': [ |
| 112 { | 114 { |
| 113 # GN version: //ui/ozone:generate_ozone_platform_list | 115 # GN version: //ui/ozone:generate_ozone_platform_list |
| 114 'action_name': 'generate_ozone_platform_list', | 116 'action_name': 'generate_ozone_platform_list', |
| 115 'variables': { | 117 'variables': { |
| 116 'generator_path': 'generate_ozone_platform_list.py', | 118 'generator_path': 'generate_ozone_platform_list.py', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'platform/dri/gbm.gypi', | 209 'platform/dri/gbm.gypi', |
| 208 ], | 210 ], |
| 209 }], | 211 }], |
| 210 ['<(ozone_platform_test) == 1', { | 212 ['<(ozone_platform_test) == 1', { |
| 211 'includes': [ | 213 'includes': [ |
| 212 'platform/test/test.gypi', | 214 'platform/test/test.gypi', |
| 213 ], | 215 ], |
| 214 }], | 216 }], |
| 215 ], | 217 ], |
| 216 } | 218 } |
| OLD | NEW |