| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'common/gpu/ozone_gpu_message_params.h', | 105 'common/gpu/ozone_gpu_message_params.h', |
| 106 'common/gpu/ozone_gpu_messages.h', | 106 'common/gpu/ozone_gpu_messages.h', |
| 107 'common/native_display_delegate_ozone.cc', | 107 'common/native_display_delegate_ozone.cc', |
| 108 'common/native_display_delegate_ozone.h', | 108 'common/native_display_delegate_ozone.h', |
| 109 'common/stub_client_native_pixmap_factory.cc', | 109 'common/stub_client_native_pixmap_factory.cc', |
| 110 'common/stub_client_native_pixmap_factory.h', | 110 'common/stub_client_native_pixmap_factory.h', |
| 111 'common/stub_overlay_manager.cc', | 111 'common/stub_overlay_manager.cc', |
| 112 'common/stub_overlay_manager.h', | 112 'common/stub_overlay_manager.h', |
| 113 'platform_selection.cc', | 113 'platform_selection.cc', |
| 114 'platform_selection.h', | 114 'platform_selection.h', |
| 115 'public/client_native_pixmap.h', |
| 115 'public/client_native_pixmap_factory.cc', | 116 'public/client_native_pixmap_factory.cc', |
| 116 'public/client_native_pixmap_factory.h', | 117 'public/client_native_pixmap_factory.h', |
| 117 'public/input_controller.cc', | 118 'public/input_controller.cc', |
| 118 'public/input_controller.h', | 119 'public/input_controller.h', |
| 119 'public/ozone_gpu_test_helper.cc', | 120 'public/ozone_gpu_test_helper.cc', |
| 120 'public/ozone_gpu_test_helper.h', | 121 'public/ozone_gpu_test_helper.h', |
| 121 'public/ozone_platform.cc', | 122 'public/ozone_platform.cc', |
| 122 'public/ozone_platform.h', | 123 'public/ozone_platform.h', |
| 123 'public/ozone_switches.cc', | 124 'public/ozone_switches.cc', |
| 124 'public/ozone_switches.h', | 125 'public/ozone_switches.h', |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'platform/drm/gbm.gypi', | 227 'platform/drm/gbm.gypi', |
| 227 ], | 228 ], |
| 228 }], | 229 }], |
| 229 ['<(ozone_platform_test) == 1', { | 230 ['<(ozone_platform_test) == 1', { |
| 230 'includes': [ | 231 'includes': [ |
| 231 'platform/test/test.gypi', | 232 'platform/test/test.gypi', |
| 232 ], | 233 ], |
| 233 }], | 234 }], |
| 234 ], | 235 ], |
| 235 } | 236 } |
| OLD | NEW |