| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'internal_ozone_platform_deps': [ | 7 'internal_ozone_platform_deps': [ |
| 8 'ozone_platform_gbm', | 8 'ozone_platform_gbm', |
| 9 ], | 9 ], |
| 10 'internal_ozone_platforms': [ | 10 'internal_ozone_platforms': [ |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 'gpu/gbm_buffer_base.cc', | 40 'gpu/gbm_buffer_base.cc', |
| 41 'gpu/gbm_buffer_base.h', | 41 'gpu/gbm_buffer_base.h', |
| 42 'gpu/gbm_device.cc', | 42 'gpu/gbm_device.cc', |
| 43 'gpu/gbm_device.h', | 43 'gpu/gbm_device.h', |
| 44 'gpu/gbm_surface.cc', | 44 'gpu/gbm_surface.cc', |
| 45 'gpu/gbm_surface.h', | 45 'gpu/gbm_surface.h', |
| 46 'gpu/gbm_surface_factory.cc', | 46 'gpu/gbm_surface_factory.cc', |
| 47 'gpu/gbm_surface_factory.h', | 47 'gpu/gbm_surface_factory.h', |
| 48 'gpu/gbm_surfaceless.cc', | 48 'gpu/gbm_surfaceless.cc', |
| 49 'gpu/gbm_surfaceless.h', | 49 'gpu/gbm_surfaceless.h', |
| 50 'gpu/vgem_pixmap.cc', |
| 51 'gpu/vgem_pixmap.h', |
| 50 'ozone_platform_gbm.cc', | 52 'ozone_platform_gbm.cc', |
| 51 'ozone_platform_gbm.h', | 53 'ozone_platform_gbm.h', |
| 52 ], | 54 ], |
| 53 'conditions': [ | 55 'conditions': [ |
| 54 ['use_mesa_platform_null==1', { | 56 ['use_mesa_platform_null==1', { |
| 55 'defines': ['USE_MESA_PLATFORM_NULL'], | 57 'defines': ['USE_MESA_PLATFORM_NULL'], |
| 56 }], | 58 }], |
| 57 ], | 59 ], |
| 58 }, | 60 }, |
| 59 ], | 61 ], |
| 60 } | 62 } |
| OLD | NEW |