| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'dbus/flimflam_manager_client.h', | 65 'dbus/flimflam_manager_client.h', |
| 66 'dbus/flimflam_network_client.cc', | 66 'dbus/flimflam_network_client.cc', |
| 67 'dbus/flimflam_network_client.h', | 67 'dbus/flimflam_network_client.h', |
| 68 'dbus/flimflam_profile_client.cc', | 68 'dbus/flimflam_profile_client.cc', |
| 69 'dbus/flimflam_profile_client.h', | 69 'dbus/flimflam_profile_client.h', |
| 70 'dbus/flimflam_service_client.cc', | 70 'dbus/flimflam_service_client.cc', |
| 71 'dbus/flimflam_service_client.h', | 71 'dbus/flimflam_service_client.h', |
| 72 'dbus/ibus/ibus_client.cc', | 72 'dbus/ibus/ibus_client.cc', |
| 73 'dbus/ibus/ibus_client.h', | 73 'dbus/ibus/ibus_client.h', |
| 74 'dbus/ibus/ibus_constants.h', | 74 'dbus/ibus/ibus_constants.h', |
| 75 'dbus/ibus/ibus_lookup_table.cc', |
| 76 'dbus/ibus/ibus_lookup_table.h', |
| 75 'dbus/ibus/ibus_object.cc', | 77 'dbus/ibus/ibus_object.cc', |
| 76 'dbus/ibus/ibus_object.h', | 78 'dbus/ibus/ibus_object.h', |
| 77 'dbus/ibus/ibus_text.cc', | 79 'dbus/ibus/ibus_text.cc', |
| 78 'dbus/ibus/ibus_text.h', | 80 'dbus/ibus/ibus_text.h', |
| 79 'dbus/image_burner_client.cc', | 81 'dbus/image_burner_client.cc', |
| 80 'dbus/image_burner_client.h', | 82 'dbus/image_burner_client.h', |
| 81 'dbus/introspectable_client.cc', | 83 'dbus/introspectable_client.cc', |
| 82 'dbus/introspectable_client.h', | 84 'dbus/introspectable_client.h', |
| 83 'dbus/power_manager_client.cc', | 85 'dbus/power_manager_client.cc', |
| 84 'dbus/power_manager_client.h', | 86 'dbus/power_manager_client.h', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'dbus/flimflam_client_unittest_base.cc', | 176 'dbus/flimflam_client_unittest_base.cc', |
| 175 'dbus/flimflam_client_unittest_base.h', | 177 'dbus/flimflam_client_unittest_base.h', |
| 176 'dbus/flimflam_device_client_unittest.cc', | 178 'dbus/flimflam_device_client_unittest.cc', |
| 177 'dbus/flimflam_ipconfig_client_unittest.cc', | 179 'dbus/flimflam_ipconfig_client_unittest.cc', |
| 178 'dbus/flimflam_manager_client_unittest.cc', | 180 'dbus/flimflam_manager_client_unittest.cc', |
| 179 'dbus/flimflam_network_client_unittest.cc', | 181 'dbus/flimflam_network_client_unittest.cc', |
| 180 'dbus/flimflam_profile_client_unittest.cc', | 182 'dbus/flimflam_profile_client_unittest.cc', |
| 181 'dbus/flimflam_service_client_unittest.cc', | 183 'dbus/flimflam_service_client_unittest.cc', |
| 182 'dbus/gsm_sms_client_unittest.cc', | 184 'dbus/gsm_sms_client_unittest.cc', |
| 183 'dbus/ibus/ibus_client_unittest.cc', | 185 'dbus/ibus/ibus_client_unittest.cc', |
| 186 'dbus/ibus/ibus_lookup_table_unittest.cc', |
| 184 'dbus/ibus/ibus_object_unittest.cc', | 187 'dbus/ibus/ibus_object_unittest.cc', |
| 185 'dbus/ibus/ibus_text_unittest.cc', | 188 'dbus/ibus/ibus_text_unittest.cc', |
| 186 'network/network_sms_handler_unittest.cc', | 189 'network/network_sms_handler_unittest.cc', |
| 187 ], | 190 ], |
| 188 'include_dirs': [ | 191 'include_dirs': [ |
| 189 '..', | 192 '..', |
| 190 ], | 193 ], |
| 191 }, | 194 }, |
| 192 { | 195 { |
| 193 # Protobuf compiler / generator for the PowerSupplyProperties protocol | 196 # Protobuf compiler / generator for the PowerSupplyProperties protocol |
| (...skipping 18 matching lines...) Expand all Loading... |
| 212 '../third_party/cros_system_api/dbus/power_supply_properties.proto', | 215 '../third_party/cros_system_api/dbus/power_supply_properties.proto', |
| 213 ], | 216 ], |
| 214 'variables': { | 217 'variables': { |
| 215 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 218 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 216 'proto_out_dir': 'chromeos/dbus', | 219 'proto_out_dir': 'chromeos/dbus', |
| 217 }, | 220 }, |
| 218 'includes': ['../build/protoc.gypi'], | 221 'includes': ['../build/protoc.gypi'], |
| 219 }, | 222 }, |
| 220 ], | 223 ], |
| 221 } | 224 } |
| OLD | NEW |