| 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 # Cross-platform user_manager sources. | 7 # Cross-platform user_manager sources. |
| 8 'user_manager_shared_sources': [ | 8 'user_manager_shared_sources': [ |
| 9 'user_manager/empty_user_info.cc', | 9 'user_manager/empty_user_info.cc', |
| 10 'user_manager/empty_user_info.h', | 10 'user_manager/empty_user_info.h', |
| 11 'user_manager/user_id.cc', |
| 11 'user_manager/user_id.h', | 12 'user_manager/user_id.h', |
| 12 'user_manager/user_info.cc', | 13 'user_manager/user_info.cc', |
| 13 'user_manager/user_info.h', | 14 'user_manager/user_info.h', |
| 14 'user_manager/user_info_impl.cc', | 15 'user_manager/user_info_impl.cc', |
| 15 'user_manager/user_info_impl.h', | 16 'user_manager/user_info_impl.h', |
| 16 'user_manager/user_manager_export.h', | 17 'user_manager/user_manager_export.h', |
| 17 ], | 18 ], |
| 18 # Chrome OS user_manager sources. | 19 # Chrome OS user_manager sources. |
| 19 'user_manager_chromeos_sources': [ | 20 'user_manager_chromeos_sources': [ |
| 20 'user_manager/remove_user_delegate.h', | 21 'user_manager/remove_user_delegate.h', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 'user_manager', | 79 'user_manager', |
| 79 ], | 80 ], |
| 80 'sources': [ | 81 'sources': [ |
| 81 'user_manager/fake_user_manager.cc', | 82 'user_manager/fake_user_manager.cc', |
| 82 'user_manager/fake_user_manager.h', | 83 'user_manager/fake_user_manager.h', |
| 83 ], | 84 ], |
| 84 }], | 85 }], |
| 85 ] | 86 ] |
| 86 },], | 87 },], |
| 87 } | 88 } |
| OLD | NEW |