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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'dbus/ibus/ibus_object.cc', | 148 'dbus/ibus/ibus_object.cc', |
149 'dbus/ibus/ibus_object.h', | 149 'dbus/ibus/ibus_object.h', |
150 'dbus/ibus/ibus_property.cc', | 150 'dbus/ibus/ibus_property.cc', |
151 'dbus/ibus/ibus_property.h', | 151 'dbus/ibus/ibus_property.h', |
152 'dbus/ibus/ibus_text.cc', | 152 'dbus/ibus/ibus_text.cc', |
153 'dbus/ibus/ibus_text.h', | 153 'dbus/ibus/ibus_text.h', |
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/icmp_packet_sender.cc', |
| 159 'dbus/icmp_packet_sender.h', |
158 'dbus/image_burner_client.cc', | 160 'dbus/image_burner_client.cc', |
159 'dbus/image_burner_client.h', | 161 'dbus/image_burner_client.h', |
160 'dbus/introspectable_client.cc', | 162 'dbus/introspectable_client.cc', |
161 'dbus/introspectable_client.h', | 163 'dbus/introspectable_client.h', |
162 'dbus/modem_messaging_client.cc', | 164 'dbus/modem_messaging_client.cc', |
163 'dbus/modem_messaging_client.h', | 165 'dbus/modem_messaging_client.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', |
(...skipping 384 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 |