| 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 26 matching lines...) Expand all Loading... |
| 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.h', | 44 'scoped_dbus_error.h', |
| 45 'string_util.cc', | 45 'string_util.cc', |
| 46 'string_util.h', | 46 'string_util.h', |
| 47 'util.cc', |
| 48 'util.h', |
| 47 'values_util.cc', | 49 'values_util.cc', |
| 48 'values_util.h', | 50 'values_util.h', |
| 49 ], | 51 ], |
| 50 }, | 52 }, |
| 51 { | 53 { |
| 52 # Protobuf compiler / generator test protocol buffer | 54 # Protobuf compiler / generator test protocol buffer |
| 53 'target_name': 'dbus_test_proto', | 55 'target_name': 'dbus_test_proto', |
| 54 'type': 'static_library', | 56 'type': 'static_library', |
| 55 'sources': [ 'test_proto.proto' ], | 57 'sources': [ 'test_proto.proto' ], |
| 56 'variables': { | 58 'variables': { |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'test_server.cc', | 130 'test_server.cc', |
| 129 'test_service.cc', | 131 'test_service.cc', |
| 130 'test_service.h', | 132 'test_service.h', |
| 131 ], | 133 ], |
| 132 'include_dirs': [ | 134 'include_dirs': [ |
| 133 '..', | 135 '..', |
| 134 ], | 136 ], |
| 135 }, | 137 }, |
| 136 ], | 138 ], |
| 137 } | 139 } |
| OLD | NEW |