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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 '<(platform_list_h_file)', | 49 '<(platform_list_h_file)', |
50 '<(constructor_list_cc_file)', | 50 '<(constructor_list_cc_file)', |
51 | 51 |
52 # common/chromeos files are excluded automatically when building with | 52 # common/chromeos files are excluded automatically when building with |
53 # chromeos=0, by exclusion rules in filename_rules.gypi due to the | 53 # chromeos=0, by exclusion rules in filename_rules.gypi due to the |
54 # 'chromeos' folder name. | 54 # 'chromeos' folder name. |
55 'common/chromeos/native_display_delegate_ozone.cc', | 55 'common/chromeos/native_display_delegate_ozone.cc', |
56 'common/chromeos/native_display_delegate_ozone.h', | 56 'common/chromeos/native_display_delegate_ozone.h', |
57 'common/chromeos/touchscreen_device_manager_ozone.cc', | 57 'common/chromeos/touchscreen_device_manager_ozone.cc', |
58 'common/chromeos/touchscreen_device_manager_ozone.h', | 58 'common/chromeos/touchscreen_device_manager_ozone.h', |
| 59 'gpu/gpu_platform_support.cc', |
| 60 'gpu/gpu_platform_support.h', |
| 61 'gpu/gpu_platform_support_host.cc', |
| 62 'gpu/gpu_platform_support_host.h', |
59 'ozone_platform.cc', | 63 'ozone_platform.cc', |
60 'ozone_platform.h', | 64 'ozone_platform.h', |
61 'ozone_switches.cc', | 65 'ozone_switches.cc', |
62 'ozone_switches.h', | 66 'ozone_switches.h', |
63 'platform_selection.cc', | 67 'platform_selection.cc', |
64 'platform_selection.h', | 68 'platform_selection.h', |
65 '<@(external_ozone_platform_files)', | 69 '<@(external_ozone_platform_files)', |
66 ], | 70 ], |
67 'actions': [ | 71 'actions': [ |
68 { | 72 { |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 'platform/dri/gbm.gypi', | 165 'platform/dri/gbm.gypi', |
162 ], | 166 ], |
163 }], | 167 }], |
164 ['<(ozone_platform_test) == 1', { | 168 ['<(ozone_platform_test) == 1', { |
165 'includes': [ | 169 'includes': [ |
166 'platform/test/test.gypi', | 170 'platform/test/test.gypi', |
167 ], | 171 ], |
168 }], | 172 }], |
169 ], | 173 ], |
170 } | 174 } |
OLD | NEW |