| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 23 matching lines...) Expand all Loading... |
| 34 'message.cc', | 34 'message.cc', |
| 35 'message.h', | 35 'message.h', |
| 36 'object_manager.cc', | 36 'object_manager.cc', |
| 37 'object_manager.h', | 37 'object_manager.h', |
| 38 'object_path.cc', | 38 'object_path.cc', |
| 39 'object_path.h', | 39 'object_path.h', |
| 40 'object_proxy.cc', | 40 'object_proxy.cc', |
| 41 'object_proxy.h', | 41 'object_proxy.h', |
| 42 'property.cc', | 42 'property.cc', |
| 43 'property.h', | 43 'property.h', |
| 44 'scoped_dbus_error.cc', |
| 44 'scoped_dbus_error.h', | 45 'scoped_dbus_error.h', |
| 45 'string_util.cc', | 46 'string_util.cc', |
| 46 'string_util.h', | 47 'string_util.h', |
| 47 'util.cc', | 48 'util.cc', |
| 48 'util.h', | 49 'util.h', |
| 49 'values_util.cc', | 50 'values_util.cc', |
| 50 'values_util.h', | 51 'values_util.h', |
| 51 ], | 52 ], |
| 52 }, | 53 }, |
| 53 { | 54 { |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'test_server.cc', | 132 'test_server.cc', |
| 132 'test_service.cc', | 133 'test_service.cc', |
| 133 'test_service.h', | 134 'test_service.h', |
| 134 ], | 135 ], |
| 135 'include_dirs': [ | 136 'include_dirs': [ |
| 136 '..', | 137 '..', |
| 137 ], | 138 ], |
| 138 }, | 139 }, |
| 139 ], | 140 ], |
| 140 } | 141 } |
| OLD | NEW |