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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'ime/input_method_property.cc', | 207 'ime/input_method_property.cc', |
208 'ime/input_method_property.h', | 208 'ime/input_method_property.h', |
209 'ime/input_method_whitelist.cc', | 209 'ime/input_method_whitelist.cc', |
210 'ime/input_method_whitelist.h', | 210 'ime/input_method_whitelist.h', |
211 'ime/xkeyboard.cc', | 211 'ime/xkeyboard.cc', |
212 'ime/xkeyboard.h', | 212 'ime/xkeyboard.h', |
213 'login/login_state.cc', | 213 'login/login_state.cc', |
214 'login/login_state.h', | 214 'login/login_state.h', |
215 'network/certificate_pattern.cc', | 215 'network/certificate_pattern.cc', |
216 'network/certificate_pattern.h', | 216 'network/certificate_pattern.h', |
| 217 'network/client_cert_resolver.cc', |
| 218 'network/client_cert_resolver.h', |
217 'network/client_cert_util.cc', | 219 'network/client_cert_util.cc', |
218 'network/client_cert_util.h', | 220 'network/client_cert_util.h', |
219 'network/cros_network_functions.cc', | 221 'network/cros_network_functions.cc', |
220 'network/cros_network_functions.h', | 222 'network/cros_network_functions.h', |
221 'network/device_state.cc', | 223 'network/device_state.cc', |
222 'network/device_state.h', | 224 'network/device_state.h', |
223 'network/favorite_state.cc', | 225 'network/favorite_state.cc', |
224 'network/favorite_state.h', | 226 'network/favorite_state.h', |
225 'network/geolocation_handler.cc', | 227 'network/geolocation_handler.cc', |
226 'network/geolocation_handler.h', | 228 'network/geolocation_handler.h', |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 546 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
545 ], | 547 ], |
546 'variables': { | 548 'variables': { |
547 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 549 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
548 'proto_out_dir': 'chromeos/dbus/power_manager', | 550 'proto_out_dir': 'chromeos/dbus/power_manager', |
549 }, | 551 }, |
550 'includes': ['../build/protoc.gypi'], | 552 'includes': ['../build/protoc.gypi'], |
551 }, | 553 }, |
552 ], | 554 ], |
553 } | 555 } |
OLD | NEW |