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