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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'common/chromeos/touchscreen_device_manager_ozone.h', | 95 'common/chromeos/touchscreen_device_manager_ozone.h', |
96 'common/gpu/ozone_gpu_message_generator.cc', | 96 'common/gpu/ozone_gpu_message_generator.cc', |
97 'common/gpu/ozone_gpu_message_generator.h', | 97 'common/gpu/ozone_gpu_message_generator.h', |
98 'common/gpu/ozone_gpu_message_params.cc', | 98 'common/gpu/ozone_gpu_message_params.cc', |
99 'common/gpu/ozone_gpu_message_params.h', | 99 'common/gpu/ozone_gpu_message_params.h', |
100 'common/gpu/ozone_gpu_messages.h', | 100 'common/gpu/ozone_gpu_messages.h', |
101 'public/ozone_platform.cc', | 101 'public/ozone_platform.cc', |
102 'public/ozone_platform.h', | 102 'public/ozone_platform.h', |
103 'public/ozone_switches.cc', | 103 'public/ozone_switches.cc', |
104 'public/ozone_switches.h', | 104 'public/ozone_switches.h', |
| 105 'public/ui_thread_gpu.cc', |
| 106 'public/ui_thread_gpu.h', |
105 'platform_selection.cc', | 107 'platform_selection.cc', |
106 'platform_selection.h', | 108 'platform_selection.h', |
107 '<@(external_ozone_platform_files)', | 109 '<@(external_ozone_platform_files)', |
108 ], | 110 ], |
109 'actions': [ | 111 'actions': [ |
110 { | 112 { |
111 # GN version: //ui/ozone:generate_ozone_platform_list | 113 # GN version: //ui/ozone:generate_ozone_platform_list |
112 'action_name': 'generate_ozone_platform_list', | 114 'action_name': 'generate_ozone_platform_list', |
113 'variables': { | 115 'variables': { |
114 'generator_path': 'generate_ozone_platform_list.py', | 116 'generator_path': 'generate_ozone_platform_list.py', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 'platform/dri/gbm.gypi', | 207 'platform/dri/gbm.gypi', |
206 ], | 208 ], |
207 }], | 209 }], |
208 ['<(ozone_platform_test) == 1', { | 210 ['<(ozone_platform_test) == 1', { |
209 'includes': [ | 211 'includes': [ |
210 'platform/test/test.gypi', | 212 'platform/test/test.gypi', |
211 ], | 213 ], |
212 }], | 214 }], |
213 ], | 215 ], |
214 } | 216 } |
OLD | NEW |