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', | |
63 'ozone_platform.cc', | 59 'ozone_platform.cc', |
64 'ozone_platform.h', | 60 'ozone_platform.h', |
65 'ozone_switches.cc', | 61 'ozone_switches.cc', |
66 'ozone_switches.h', | 62 'ozone_switches.h', |
67 'platform_selection.cc', | 63 'platform_selection.cc', |
68 'platform_selection.h', | 64 'platform_selection.h', |
69 '<@(external_ozone_platform_files)', | 65 '<@(external_ozone_platform_files)', |
70 ], | 66 ], |
71 'actions': [ | 67 'actions': [ |
72 { | 68 { |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'platform/dri/gbm.gypi', | 161 'platform/dri/gbm.gypi', |
166 ], | 162 ], |
167 }], | 163 }], |
168 ['<(ozone_platform_test) == 1', { | 164 ['<(ozone_platform_test) == 1', { |
169 'includes': [ | 165 'includes': [ |
170 'platform/test/test.gypi', | 166 'platform/test/test.gypi', |
171 ], | 167 ], |
172 }], | 168 }], |
173 ], | 169 ], |
174 } | 170 } |
OLD | NEW |