| 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 16 matching lines...) Expand all Loading... |
| 27 ], | 27 ], |
| 28 'sources': [ | 28 'sources': [ |
| 29 'public/cursor_factory_ozone.cc', | 29 'public/cursor_factory_ozone.cc', |
| 30 'public/cursor_factory_ozone.h', | 30 'public/cursor_factory_ozone.h', |
| 31 'public/event_factory_ozone.cc', | 31 'public/event_factory_ozone.cc', |
| 32 'public/event_factory_ozone.h', | 32 'public/event_factory_ozone.h', |
| 33 'public/gpu_platform_support.cc', | 33 'public/gpu_platform_support.cc', |
| 34 'public/gpu_platform_support.h', | 34 'public/gpu_platform_support.h', |
| 35 'public/gpu_platform_support_host.cc', | 35 'public/gpu_platform_support_host.cc', |
| 36 'public/gpu_platform_support_host.h', | 36 'public/gpu_platform_support_host.h', |
| 37 'public/native_pixmap.h', |
| 37 'public/overlay_candidates_ozone.cc', | 38 'public/overlay_candidates_ozone.cc', |
| 38 'public/overlay_candidates_ozone.h', | 39 'public/overlay_candidates_ozone.h', |
| 39 'public/surface_factory_ozone.cc', | 40 'public/surface_factory_ozone.cc', |
| 40 'public/surface_factory_ozone.h', | 41 'public/surface_factory_ozone.h', |
| 41 'public/surface_ozone_canvas.h', | 42 'public/surface_ozone_canvas.h', |
| 42 'public/surface_ozone_egl.h', | 43 'public/surface_ozone_egl.h', |
| 43 ], | 44 ], |
| 44 }, | 45 }, |
| 45 { | 46 { |
| 46 'target_name': 'ozone', | 47 'target_name': 'ozone', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'platform/dri/gbm.gypi', | 191 'platform/dri/gbm.gypi', |
| 191 ], | 192 ], |
| 192 }], | 193 }], |
| 193 ['<(ozone_platform_test) == 1', { | 194 ['<(ozone_platform_test) == 1', { |
| 194 'includes': [ | 195 'includes': [ |
| 195 'platform/test/test.gypi', | 196 'platform/test/test.gypi', |
| 196 ], | 197 ], |
| 197 }], | 198 }], |
| 198 ], | 199 ], |
| 199 } | 200 } |
| OLD | NEW |