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 'includes': [ | 9 'includes': [ |
10 'chromeos_memory.gypi', | 10 'chromeos_memory.gypi', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 'dbus/ibus/ibus_input_context_client.cc', | 154 'dbus/ibus/ibus_input_context_client.cc', |
155 'dbus/ibus/ibus_input_context_client.h', | 155 'dbus/ibus/ibus_input_context_client.h', |
156 'dbus/ibus/ibus_panel_service.cc', | 156 'dbus/ibus/ibus_panel_service.cc', |
157 'dbus/ibus/ibus_panel_service.h', | 157 'dbus/ibus/ibus_panel_service.h', |
158 'dbus/image_burner_client.cc', | 158 'dbus/image_burner_client.cc', |
159 'dbus/image_burner_client.h', | 159 'dbus/image_burner_client.h', |
160 'dbus/introspectable_client.cc', | 160 'dbus/introspectable_client.cc', |
161 'dbus/introspectable_client.h', | 161 'dbus/introspectable_client.h', |
162 'dbus/modem_messaging_client.cc', | 162 'dbus/modem_messaging_client.cc', |
163 'dbus/modem_messaging_client.h', | 163 'dbus/modem_messaging_client.h', |
| 164 'dbus/packet_sender.cc', |
| 165 'dbus/packet_sender.h', |
164 'dbus/permission_broker_client.cc', | 166 'dbus/permission_broker_client.cc', |
165 'dbus/permission_broker_client.h', | 167 'dbus/permission_broker_client.h', |
166 'dbus/power_manager_client.cc', | 168 'dbus/power_manager_client.cc', |
167 'dbus/power_manager_client.h', | 169 'dbus/power_manager_client.h', |
168 'dbus/power_policy_controller.cc', | 170 'dbus/power_policy_controller.cc', |
169 'dbus/power_policy_controller.h', | 171 'dbus/power_policy_controller.h', |
170 'dbus/power_supply_status.cc', | 172 'dbus/power_supply_status.cc', |
171 'dbus/power_supply_status.h', | 173 'dbus/power_supply_status.h', |
172 'dbus/session_manager_client.cc', | 174 'dbus/session_manager_client.cc', |
173 'dbus/session_manager_client.h', | 175 'dbus/session_manager_client.h', |
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 554 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
553 ], | 555 ], |
554 'variables': { | 556 'variables': { |
555 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 557 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
556 'proto_out_dir': 'chromeos/dbus', | 558 'proto_out_dir': 'chromeos/dbus', |
557 }, | 559 }, |
558 'includes': ['../build/protoc.gypi'], | 560 'includes': ['../build/protoc.gypi'], |
559 }, | 561 }, |
560 ], | 562 ], |
561 } | 563 } |
OLD | NEW |