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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'ime/input_method_descriptor.cc', | 218 'ime/input_method_descriptor.cc', |
219 'ime/input_method_descriptor.h', | 219 'ime/input_method_descriptor.h', |
220 'ime/input_method_property.cc', | 220 'ime/input_method_property.cc', |
221 'ime/input_method_property.h', | 221 'ime/input_method_property.h', |
222 'ime/input_method_whitelist.cc', | 222 'ime/input_method_whitelist.cc', |
223 'ime/input_method_whitelist.h', | 223 'ime/input_method_whitelist.h', |
224 'ime/xkeyboard.cc', | 224 'ime/xkeyboard.cc', |
225 'ime/xkeyboard.h', | 225 'ime/xkeyboard.h', |
226 'login/login_state.cc', | 226 'login/login_state.cc', |
227 'login/login_state.h', | 227 'login/login_state.h', |
| 228 'network/cert_loader.cc', |
| 229 'network/cert_loader.h', |
228 'network/certificate_handler.cc', | 230 'network/certificate_handler.cc', |
229 'network/certificate_handler.h', | 231 'network/certificate_handler.h', |
230 'network/certificate_pattern.cc', | 232 'network/certificate_pattern.cc', |
231 'network/certificate_pattern.h', | 233 'network/certificate_pattern.h', |
232 'network/cros_network_functions.cc', | 234 'network/cros_network_functions.cc', |
233 'network/cros_network_functions.h', | 235 'network/cros_network_functions.h', |
234 'network/device_state.cc', | 236 'network/device_state.cc', |
235 'network/device_state.h', | 237 'network/device_state.h', |
236 'network/geolocation_handler.cc', | 238 'network/geolocation_handler.cc', |
237 'network/geolocation_handler.h', | 239 'network/geolocation_handler.h', |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 562 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
561 ], | 563 ], |
562 'variables': { | 564 'variables': { |
563 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 565 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
564 'proto_out_dir': 'chromeos/dbus', | 566 'proto_out_dir': 'chromeos/dbus', |
565 }, | 567 }, |
566 'includes': ['../build/protoc.gypi'], | 568 'includes': ['../build/protoc.gypi'], |
567 }, | 569 }, |
568 ], | 570 ], |
569 } | 571 } |
OLD | NEW |