| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 ], | 36 ], |
| 37 'sources': [ | 37 'sources': [ |
| 38 'ui_base_x_export.h', | 38 'ui_base_x_export.h', |
| 39 'x11_foreign_window_manager.cc', | 39 'x11_foreign_window_manager.cc', |
| 40 'x11_foreign_window_manager.h', | 40 'x11_foreign_window_manager.h', |
| 41 'x11_menu_list.cc', | 41 'x11_menu_list.cc', |
| 42 'x11_menu_list.h', | 42 'x11_menu_list.h', |
| 43 'x11_util.cc', | 43 'x11_util.cc', |
| 44 'x11_util.h', | 44 'x11_util.h', |
| 45 'x11_util_internal.h', | 45 'x11_util_internal.h', |
| 46 'x11_window_cache.cc', |
| 47 'x11_window_cache.h', |
| 48 'x11_window_cache_event_source.cc', |
| 49 'x11_window_cache_event_source.h', |
| 46 ], | 50 ], |
| 47 }, | 51 }, |
| 48 ], | 52 ], |
| 49 } | 53 } |
| OLD | NEW |