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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'dbus/shill_manager_client_stub.cc', | 130 'dbus/shill_manager_client_stub.cc', |
131 'dbus/shill_manager_client_stub.h', | 131 'dbus/shill_manager_client_stub.h', |
132 'dbus/shill_profile_client.cc', | 132 'dbus/shill_profile_client.cc', |
133 'dbus/shill_profile_client.h', | 133 'dbus/shill_profile_client.h', |
134 'dbus/shill_profile_client_stub.cc', | 134 'dbus/shill_profile_client_stub.cc', |
135 'dbus/shill_profile_client_stub.h', | 135 'dbus/shill_profile_client_stub.h', |
136 'dbus/shill_service_client.cc', | 136 'dbus/shill_service_client.cc', |
137 'dbus/shill_service_client.h', | 137 'dbus/shill_service_client.h', |
138 'dbus/shill_service_client_stub.cc', | 138 'dbus/shill_service_client_stub.cc', |
139 'dbus/shill_service_client_stub.h', | 139 'dbus/shill_service_client_stub.h', |
| 140 'dbus/shill_stub_helper.cc', |
| 141 'dbus/shill_stub_helper.h', |
140 'dbus/ibus/ibus_client.cc', | 142 'dbus/ibus/ibus_client.cc', |
141 'dbus/ibus/ibus_client.h', | 143 'dbus/ibus/ibus_client.h', |
142 'dbus/ibus/ibus_component.cc', | 144 'dbus/ibus/ibus_component.cc', |
143 'dbus/ibus/ibus_component.h', | 145 'dbus/ibus/ibus_component.h', |
144 'dbus/ibus/ibus_constants.h', | 146 'dbus/ibus/ibus_constants.h', |
145 'dbus/ibus/ibus_engine_service.cc', | 147 'dbus/ibus/ibus_engine_service.cc', |
146 'dbus/ibus/ibus_engine_service.h', | 148 'dbus/ibus/ibus_engine_service.h', |
147 'dbus/ibus/ibus_engine_factory_service.cc', | 149 'dbus/ibus/ibus_engine_factory_service.cc', |
148 'dbus/ibus/ibus_engine_factory_service.h', | 150 'dbus/ibus/ibus_engine_factory_service.h', |
149 'dbus/ibus/ibus_lookup_table.cc', | 151 'dbus/ibus/ibus_lookup_table.cc', |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 559 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
558 ], | 560 ], |
559 'variables': { | 561 'variables': { |
560 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 562 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
561 'proto_out_dir': 'chromeos/dbus/power_manager', | 563 'proto_out_dir': 'chromeos/dbus/power_manager', |
562 }, | 564 }, |
563 'includes': ['../build/protoc.gypi'], | 565 'includes': ['../build/protoc.gypi'], |
564 }, | 566 }, |
565 ], | 567 ], |
566 } | 568 } |
OLD | NEW |