| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'sources': [ | |
| 7 'platform/dri/dri_surface_factory_unittest.cc', | |
| 8 'platform/dri/dri_surface_unittest.cc', | |
| 9 'platform/dri/hardware_display_controller_unittest.cc', | |
| 10 'platform/dri/screen_manager_unittest.cc', | |
| 11 'platform/dri/test/mock_dri_surface.cc', | |
| 12 'platform/dri/test/mock_dri_surface.h', | |
| 13 'platform/dri/test/mock_dri_wrapper.cc', | |
| 14 'platform/dri/test/mock_dri_wrapper.h', | |
| 15 'platform/dri/test/mock_surface_generator.cc', | |
| 16 'platform/dri/test/mock_surface_generator.h', | |
| 17 ], | |
| 18 'conditions': [ | |
| 19 ['ozone_platform_dri == 1', { | |
| 20 'dependencies': [ | |
| 21 '../build/linux/system.gyp:dridrm', | |
| 22 '../ui/ozone/ozone.gyp:ozone', | |
| 23 ], | |
| 24 }, { | |
| 25 'sources/': [ | |
| 26 ['exclude', '^platform/dri/'], | |
| 27 ], | |
| 28 }], | |
| 29 ], | |
| 30 } | |
| OLD | NEW |