| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'dbus/ibus/ibus_text.cc', | 90 'dbus/ibus/ibus_text.cc', |
| 91 'dbus/ibus/ibus_text.h', | 91 'dbus/ibus/ibus_text.h', |
| 92 'dbus/ibus/ibus_input_context_client.cc', | 92 'dbus/ibus/ibus_input_context_client.cc', |
| 93 'dbus/ibus/ibus_input_context_client.h', | 93 'dbus/ibus/ibus_input_context_client.h', |
| 94 'dbus/image_burner_client.cc', | 94 'dbus/image_burner_client.cc', |
| 95 'dbus/image_burner_client.h', | 95 'dbus/image_burner_client.h', |
| 96 'dbus/introspectable_client.cc', | 96 'dbus/introspectable_client.cc', |
| 97 'dbus/introspectable_client.h', | 97 'dbus/introspectable_client.h', |
| 98 'dbus/modem_messaging_client.cc', | 98 'dbus/modem_messaging_client.cc', |
| 99 'dbus/modem_messaging_client.h', | 99 'dbus/modem_messaging_client.h', |
| 100 'dbus/mtpd_client.cc', |
| 101 'dbus/mtpd_client.h', |
| 100 'dbus/power_manager_client.cc', | 102 'dbus/power_manager_client.cc', |
| 101 'dbus/power_manager_client.h', | 103 'dbus/power_manager_client.h', |
| 102 'dbus/power_supply_status.cc', | 104 'dbus/power_supply_status.cc', |
| 103 'dbus/power_supply_status.h', | 105 'dbus/power_supply_status.h', |
| 104 'dbus/session_manager_client.cc', | 106 'dbus/session_manager_client.cc', |
| 105 'dbus/session_manager_client.h', | 107 'dbus/session_manager_client.h', |
| 106 'dbus/speech_synthesizer_client.cc', | 108 'dbus/speech_synthesizer_client.cc', |
| 107 'dbus/speech_synthesizer_client.h', | 109 'dbus/speech_synthesizer_client.h', |
| 108 'dbus/sms_client.cc', | 110 'dbus/sms_client.cc', |
| 109 'dbus/sms_client.h', | 111 'dbus/sms_client.h', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 '../third_party/cros_system_api/dbus/power_supply_properties.proto', | 275 '../third_party/cros_system_api/dbus/power_supply_properties.proto', |
| 274 ], | 276 ], |
| 275 'variables': { | 277 'variables': { |
| 276 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 278 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 277 'proto_out_dir': 'chromeos/dbus', | 279 'proto_out_dir': 'chromeos/dbus', |
| 278 }, | 280 }, |
| 279 'includes': ['../build/protoc.gypi'], | 281 'includes': ['../build/protoc.gypi'], |
| 280 }, | 282 }, |
| 281 ], | 283 ], |
| 282 } | 284 } |
| OLD | NEW |