| 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_caca', | 8 'ozone_platform_caca', |
| 9 ], | 9 ], |
| 10 'internal_ozone_platforms': [ | 10 'internal_ozone_platforms': [ |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 '-lcaca', | 32 '-lcaca', |
| 33 ], | 33 ], |
| 34 }, | 34 }, |
| 35 'sources': [ | 35 'sources': [ |
| 36 'caca_event_source.cc', | 36 'caca_event_source.cc', |
| 37 'caca_event_source.h', | 37 'caca_event_source.h', |
| 38 'caca_window.cc', | 38 'caca_window.cc', |
| 39 'caca_window.h', | 39 'caca_window.h', |
| 40 'caca_window_manager.cc', | 40 'caca_window_manager.cc', |
| 41 'caca_window_manager.h', | 41 'caca_window_manager.h', |
| 42 'native_pixmap_manager_caca.cc', |
| 43 'native_pixmap_manager_caca.h', |
| 42 'ozone_platform_caca.cc', | 44 'ozone_platform_caca.cc', |
| 43 'ozone_platform_caca.h', | 45 'ozone_platform_caca.h', |
| 44 'scoped_caca_types.cc', | 46 'scoped_caca_types.cc', |
| 45 'scoped_caca_types.h', | 47 'scoped_caca_types.h', |
| 46 ], | 48 ], |
| 47 }, | 49 }, |
| 48 ], | 50 ], |
| 49 } | 51 } |
| OLD | NEW |