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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 'dbus/shill_ipconfig_client.cc', | 162 'dbus/shill_ipconfig_client.cc', |
163 'dbus/shill_ipconfig_client.h', | 163 'dbus/shill_ipconfig_client.h', |
164 'dbus/shill_manager_client.cc', | 164 'dbus/shill_manager_client.cc', |
165 'dbus/shill_manager_client.h', | 165 'dbus/shill_manager_client.h', |
166 'dbus/shill_profile_client.cc', | 166 'dbus/shill_profile_client.cc', |
167 'dbus/shill_profile_client.h', | 167 'dbus/shill_profile_client.h', |
168 'dbus/shill_service_client.cc', | 168 'dbus/shill_service_client.cc', |
169 'dbus/shill_service_client.h', | 169 'dbus/shill_service_client.h', |
170 'dbus/shill_stub_helper.cc', | 170 'dbus/shill_stub_helper.cc', |
171 'dbus/shill_stub_helper.h', | 171 'dbus/shill_stub_helper.h', |
172 'dbus/ibus/ibus_constants.h', | |
173 'dbus/image_burner_client.cc', | 172 'dbus/image_burner_client.cc', |
174 'dbus/image_burner_client.h', | 173 'dbus/image_burner_client.h', |
175 'dbus/introspectable_client.cc', | 174 'dbus/introspectable_client.cc', |
176 'dbus/introspectable_client.h', | 175 'dbus/introspectable_client.h', |
177 'dbus/modem_messaging_client.cc', | 176 'dbus/modem_messaging_client.cc', |
178 'dbus/modem_messaging_client.h', | 177 'dbus/modem_messaging_client.h', |
179 'dbus/permission_broker_client.cc', | 178 'dbus/permission_broker_client.cc', |
180 'dbus/permission_broker_client.h', | 179 'dbus/permission_broker_client.h', |
181 'dbus/power_manager_client.cc', | 180 'dbus/power_manager_client.cc', |
182 'dbus/power_manager_client.h', | 181 'dbus/power_manager_client.h', |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 548 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
550 ], | 549 ], |
551 'variables': { | 550 'variables': { |
552 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 551 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
553 'proto_out_dir': 'chromeos/dbus/power_manager', | 552 'proto_out_dir': 'chromeos/dbus/power_manager', |
554 }, | 553 }, |
555 'includes': ['../build/protoc.gypi'], | 554 'includes': ['../build/protoc.gypi'], |
556 }, | 555 }, |
557 ], | 556 ], |
558 } | 557 } |
OLD | NEW |