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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'login/auth/authenticator.cc', | 247 'login/auth/authenticator.cc', |
248 'login/auth/authenticator.h', | 248 'login/auth/authenticator.h', |
249 'login/auth/cryptohome_authenticator.cc', | 249 'login/auth/cryptohome_authenticator.cc', |
250 'login/auth/cryptohome_authenticator.h', | 250 'login/auth/cryptohome_authenticator.h', |
251 'login/auth/extended_authenticator.cc', | 251 'login/auth/extended_authenticator.cc', |
252 'login/auth/extended_authenticator.h', | 252 'login/auth/extended_authenticator.h', |
253 'login/auth/extended_authenticator_impl.cc', | 253 'login/auth/extended_authenticator_impl.cc', |
254 'login/auth/extended_authenticator_impl.h', | 254 'login/auth/extended_authenticator_impl.h', |
255 'login/auth/key.cc', | 255 'login/auth/key.cc', |
256 'login/auth/key.h', | 256 'login/auth/key.h', |
| 257 'login/auth/login_performer.cc', |
| 258 'login/auth/login_performer.h', |
257 'login/auth/online_attempt.cc', | 259 'login/auth/online_attempt.cc', |
258 'login/auth/online_attempt.h', | 260 'login/auth/online_attempt.h', |
259 'login/auth/online_attempt_host.cc', | 261 'login/auth/online_attempt_host.cc', |
260 'login/auth/online_attempt_host.h', | 262 'login/auth/online_attempt_host.h', |
261 'login/auth/test_attempt_state.cc', | 263 'login/auth/test_attempt_state.cc', |
262 'login/auth/test_attempt_state.h', | 264 'login/auth/test_attempt_state.h', |
263 'login/auth/user_context.cc', | 265 'login/auth/user_context.cc', |
264 'login/auth/user_context.h', | 266 'login/auth/user_context.h', |
265 'login/login_state.cc', | 267 'login/login_state.cc', |
266 'login/login_state.h', | 268 'login/login_state.h', |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
672 ], | 674 ], |
673 'variables': { | 675 'variables': { |
674 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
675 'proto_out_dir': 'chromeos/cryptohome', | 677 'proto_out_dir': 'chromeos/cryptohome', |
676 }, | 678 }, |
677 'includes': ['../build/protoc.gypi'], | 679 'includes': ['../build/protoc.gypi'], |
678 }, | 680 }, |
679 ], | 681 ], |
680 } | 682 } |
OLD | NEW |