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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 # chromeos=0, by exclusion rules in filename_rules.gypi due to the | 84 # chromeos=0, by exclusion rules in filename_rules.gypi due to the |
85 # 'chromeos' folder name. | 85 # 'chromeos' folder name. |
86 'common/chromeos/display_mode_proxy.cc', | 86 'common/chromeos/display_mode_proxy.cc', |
87 'common/chromeos/display_mode_proxy.h', | 87 'common/chromeos/display_mode_proxy.h', |
88 'common/chromeos/display_snapshot_proxy.cc', | 88 'common/chromeos/display_snapshot_proxy.cc', |
89 'common/chromeos/display_snapshot_proxy.h', | 89 'common/chromeos/display_snapshot_proxy.h', |
90 'common/chromeos/display_util.cc', | 90 'common/chromeos/display_util.cc', |
91 'common/chromeos/display_util.h', | 91 'common/chromeos/display_util.h', |
92 'common/chromeos/native_display_delegate_ozone.cc', | 92 'common/chromeos/native_display_delegate_ozone.cc', |
93 'common/chromeos/native_display_delegate_ozone.h', | 93 'common/chromeos/native_display_delegate_ozone.h', |
94 'common/chromeos/touchscreen_device_manager_ozone.cc', | |
95 'common/chromeos/touchscreen_device_manager_ozone.h', | |
96 'common/gpu/ozone_gpu_message_generator.cc', | 94 'common/gpu/ozone_gpu_message_generator.cc', |
97 'common/gpu/ozone_gpu_message_generator.h', | 95 'common/gpu/ozone_gpu_message_generator.h', |
98 'common/gpu/ozone_gpu_message_params.cc', | 96 'common/gpu/ozone_gpu_message_params.cc', |
99 'common/gpu/ozone_gpu_message_params.h', | 97 'common/gpu/ozone_gpu_message_params.h', |
100 'common/gpu/ozone_gpu_messages.h', | 98 'common/gpu/ozone_gpu_messages.h', |
101 'public/ozone_platform.cc', | 99 'public/ozone_platform.cc', |
102 'public/ozone_platform.h', | 100 'public/ozone_platform.h', |
103 'public/ozone_switches.cc', | 101 'public/ozone_switches.cc', |
104 'public/ozone_switches.h', | 102 'public/ozone_switches.h', |
105 'public/ui_thread_gpu.cc', | 103 'public/ui_thread_gpu.cc', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'platform/dri/gbm.gypi', | 205 'platform/dri/gbm.gypi', |
208 ], | 206 ], |
209 }], | 207 }], |
210 ['<(ozone_platform_test) == 1', { | 208 ['<(ozone_platform_test) == 1', { |
211 'includes': [ | 209 'includes': [ |
212 'platform/test/test.gypi', | 210 'platform/test/test.gypi', |
213 ], | 211 ], |
214 }], | 212 }], |
215 ], | 213 ], |
216 } | 214 } |
OLD | NEW |