| 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 # Normally, the external_ozone_platform* variables below can be | 8 # Normally, the external_ozone_platform* variables below can be |
| 9 # overridden by supplement.gypi which must exist exactly one level | 9 # overridden by supplement.gypi which must exist exactly one level |
| 10 # below the top-level src directory. They can now also be set in | 10 # below the top-level src directory. They can now also be set in |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'common/native_display_delegate_ozone.cc', | 103 'common/native_display_delegate_ozone.cc', |
| 104 'common/native_display_delegate_ozone.h', | 104 'common/native_display_delegate_ozone.h', |
| 105 'platform_selection.cc', | 105 'platform_selection.cc', |
| 106 'platform_selection.h', | 106 'platform_selection.h', |
| 107 'public/input_controller.cc', | 107 'public/input_controller.cc', |
| 108 'public/input_controller.h', | 108 'public/input_controller.h', |
| 109 'public/ozone_gpu_test_helper.cc', |
| 110 'public/ozone_gpu_test_helper.h', |
| 109 'public/ozone_platform.cc', | 111 'public/ozone_platform.cc', |
| 110 'public/ozone_platform.h', | 112 'public/ozone_platform.h', |
| 111 'public/ozone_switches.cc', | 113 'public/ozone_switches.cc', |
| 112 'public/ozone_switches.h', | 114 'public/ozone_switches.h', |
| 113 'public/ui_thread_gpu.cc', | |
| 114 'public/ui_thread_gpu.h', | |
| 115 '<@(external_ozone_platform_files)', | 115 '<@(external_ozone_platform_files)', |
| 116 ], | 116 ], |
| 117 'actions': [ | 117 'actions': [ |
| 118 { | 118 { |
| 119 # GN version: //ui/ozone:generate_ozone_platform_list | 119 # GN version: //ui/ozone:generate_ozone_platform_list |
| 120 'action_name': 'generate_ozone_platform_list', | 120 'action_name': 'generate_ozone_platform_list', |
| 121 'variables': { | 121 'variables': { |
| 122 'generator_path': 'generate_ozone_platform_list.py', | 122 'generator_path': 'generate_ozone_platform_list.py', |
| 123 }, | 123 }, |
| 124 'inputs': [ | 124 'inputs': [ |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'platform/dri/gbm.gypi', | 210 'platform/dri/gbm.gypi', |
| 211 ], | 211 ], |
| 212 }], | 212 }], |
| 213 ['<(ozone_platform_test) == 1', { | 213 ['<(ozone_platform_test) == 1', { |
| 214 'includes': [ | 214 'includes': [ |
| 215 'platform/test/test.gypi', | 215 'platform/test/test.gypi', |
| 216 ], | 216 ], |
| 217 }], | 217 }], |
| 218 ], | 218 ], |
| 219 } | 219 } |
| OLD | NEW |