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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'common/display_util.h', | 94 'common/display_util.h', |
95 'common/egl_util.cc', | 95 'common/egl_util.cc', |
96 'common/egl_util.h', | 96 'common/egl_util.h', |
97 'common/gpu/ozone_gpu_message_generator.cc', | 97 'common/gpu/ozone_gpu_message_generator.cc', |
98 'common/gpu/ozone_gpu_message_generator.h', | 98 'common/gpu/ozone_gpu_message_generator.h', |
99 'common/gpu/ozone_gpu_message_params.cc', | 99 'common/gpu/ozone_gpu_message_params.cc', |
100 'common/gpu/ozone_gpu_message_params.h', | 100 'common/gpu/ozone_gpu_message_params.h', |
101 'common/gpu/ozone_gpu_messages.h', | 101 'common/gpu/ozone_gpu_messages.h', |
102 'common/native_display_delegate_ozone.cc', | 102 'common/native_display_delegate_ozone.cc', |
103 'common/native_display_delegate_ozone.h', | 103 'common/native_display_delegate_ozone.h', |
| 104 'public/input_controller.cc', |
104 'public/input_controller.h', | 105 'public/input_controller.h', |
105 'public/ozone_platform.cc', | 106 'public/ozone_platform.cc', |
106 'public/ozone_platform.h', | 107 'public/ozone_platform.h', |
107 'public/ozone_switches.cc', | 108 'public/ozone_switches.cc', |
108 'public/ozone_switches.h', | 109 'public/ozone_switches.h', |
109 'public/ui_thread_gpu.cc', | 110 'public/ui_thread_gpu.cc', |
110 'public/ui_thread_gpu.h', | 111 'public/ui_thread_gpu.h', |
111 'platform_selection.cc', | 112 'platform_selection.cc', |
112 'platform_selection.h', | 113 'platform_selection.h', |
113 '<@(external_ozone_platform_files)', | 114 '<@(external_ozone_platform_files)', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 'platform/dri/gbm.gypi', | 207 'platform/dri/gbm.gypi', |
207 ], | 208 ], |
208 }], | 209 }], |
209 ['<(ozone_platform_test) == 1', { | 210 ['<(ozone_platform_test) == 1', { |
210 'includes': [ | 211 'includes': [ |
211 'platform/test/test.gypi', | 212 'platform/test/test.gypi', |
212 ], | 213 ], |
213 }], | 214 }], |
214 ], | 215 ], |
215 } | 216 } |
OLD | NEW |